On Mon, 25 Apr 2005, Aaron P. Martinez wrote:
I just commented out the http_port in favor (so it's listening on the default 3128) of the httpd_accel_port directive which i have set to port 80. Do i also need http_port set here as well? I'll try it now to see what happens.
The two directives serves different purposes
http_port defines where Squid accepts requests (listens).
httpd_accel_port defines the port number Squid should use in the URL when reconstructing the full URL from an accelerated or intercepted request. Should normally be kept at the default 80.
Regards Henrik