> B> Same was the problem when I first time created my squid box from > B> scratch. I had actualy been missing.. > > B> httpd_accel_host virtual > B> httpd_accel_port 80 > B> httpd_accel_with_proxy on > B> httpd_accel_uses_host_header on > > B> enabled in my squid.conf
The above configurations are based on squid-2.5 series. Visolve t-proxy white paper details only squid-2.5 > B> or may some other problem with your paricular config file. > I'm using squid3. These commands have no sense there: > > /var/log/squid# /etc/init.d/squid start > Starting proxy server: 2004/11/03 09:42:15| parseConfigFile: 'squid.conf' line 1 > unrecognized: 'httpd_accel_host virtual' > 2004/11/03 09:42:15| parseConfigFile: 'squid.conf' line 2 unrecognized: > 'httpd_accel_port 80' > 2004/11/03 09:42:15| parseConfigFile: 'squid.conf' line 3 unrecognized: > 'httpd_accel_with_proxy on' > 2004/11/03 09:42:15| parseConfigFile: 'squid.conf' line 4 unrecognized: > 'httpd_accel_uses_host_header on' Your squid.conf file contains squid-2.5 tag informations there. > I need to specify: > http_port 10.2.254.1:3113 transparent It is correct for squid-3.0. Are you redirecting all incoming 80 requests to 3113 port? check squid.conf file and /etc/init.d/squid startup SQUID version. > networks acls are also good... that's why I don't understand the > problem. --Muthu --- Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.786 / Virus Database: 532 - Release Date: 10/29/2004
