[squid-users] reverse proxy vs. meta refresh.....

From: Domonkos Ádám <adam@dont-contact.us>
Date: Fri, 3 Jun 2005 11:42:26 +0200

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
Received on Fri Jun 03 2005 - 03:42:39 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Jul 01 2005 - 12:00:02 MDT