don't get you hopes up too high for a chalk-and-cheese change in browsing speed, however:
Quote:
Originally Posted by salimshahzad
acl internal_network src 192.168.1.0/24
http_access allow internal_network
visible_hostname proxy90
cache_mem 256 MB
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
http_port 192.168.1.10:3128 transparent
|
anything to do with httpd_accel is not what you want; this is for using squid as an http daemon accelerator for web pages which are served from your site to browsers of that internal site. You are trying to do the reverse, and
- I don't know if the two are compatible in one squid installation
- Your build of squid may not be capable of it anyway (there are many build options for squid which make it less capable, but lighter)
This is not your whole squid.conf, is it? That is normally quite a long file.