So is there any parameter to "convince your server to NOT redirect the user away"? Up to this point I was only testing with IP, i.e. a true IP to the squid (DMZ) which is then supposed to accelerate / reverse proxying to a web server with an internal IP (Internal).
Thanks /dl ----- Original Message ----- From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "DLau" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, December 31, 2003 6:31 AM Subject: Re: [squid-users] http_access statement for reverse proxy configuration > On Tue, 30 Dec 2003, DLau wrote: > > > http_access allow accelHost accelPort > > http_access deny all > > > > Is there anything else I need to get this one working? Currently, this is > > not working and I even see the internal IP of the "accelhost" appear on the > > lower left of the browser when trying to load the page!! > > Then it is working, but your server is redirecting the user to the > internal name. > > You need to convince your server to NOT redirect the user away from the > server name requested by the user, even if your server thinks it is named > something else.. > > Regards > Henrik > >
