Hi!
I would like to setup a reverse proxy with squid. The proxy and the
webserver are on same machine, I added the following to the squid.conf:
http_port 80
httpd_accel_host virtual
httpd_accel_port 81
httpd_accel_with_proxy on
httpd_accel_single_host off
httpd_accel_uses_host_header on
and ACLs:
acl all src 0.0.0.0/0.0.0.0
acl http_port port 80
acl http_port port 81
http_access allow all http_port
everything works fine, but if there is a meta refresh " <META
HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.domain.com/site"> " browser
will redirecting to www.domain.com:81/site
could anyone help me, please?
Debian woody, Squid 2.4.6-2woody8
Adam