On Mon, 20 Sep 2004, Denis Vlasenko wrote:
I tried to retrieve http://linux.bkbits.net:8080/linux-2.6/[EMAIL PROTECTED] and got a 404.
I run a transparent proxy setup. tcpdump on both sides of squid box shows that squid sent request to port 80 instead of 8080:
Transparent interception of non-port-80 traffic requires some care to get the setup correct, and is also not something actively tested.
You can try the following:
http_port 80 http_port 8080 httpd_accel_port 0
and redirect port 80 traffic to port 80, and 8080 to 8080.
Regards Henrik
