Since I started using squid I have problems with setting it as transparent proxy. It's working now, but only for port 80
here is my configuration:
httpd_accel_host virtual httpd_accel_host CACHE httpd_accel_port 80 httpd_accel_with_proxy on httpd_accel_uses_host_header on
When I try to set: httpd_accel_port 0 squid tries to access destination address at port 0?!?
I'm using squid-2.5.stable8. In change log of stable8 I found this change:
- [Minor] httpd_accel_port 0 (virtual) not working correctly (Bug
#1121)Is this bug fixed?
