Hi,
I'm getting a strange error while trying to use squid as an httpd accelerator. The error from squid is that it can not retrieve the url "/", but on the browser I'm using the url http://stage.example.com/. The address for this domain is in my hosts file. It's also in the hosts file of the server.
Typical squid access log entry:
1099412745.010 9 192.168.2.75 TCP_DENIED/400 1419 GET / - NONE/- text/html
Some relevant lines from squid.conf: http_port 80 redirect_rewrites_host_header off http_access allow all httpd_accel_port 81 httpd_accel_single_host on httpd_accel_uses_host_header off redirect_rewrites_host_header off
The httpd is listening on port 81.
There are no requests getting to the httpd at all. Nothing in the logs.
Thanks for any help or suggestions. JIM
