On Thu, 2 Jun 2005, [iso-8859-1] Domonkos Ádám wrote:
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
Most likely it is not the meta refresh that troubles you, but a server generated redirect in response to the URL above...
Running the web server on a different port than the official is often troublesome as the web server thinks the user is accessing it on the port it's configured to run at and not the reverse proxy. I always recommend configurations where the web server runs on the same port, and IP based virtualisation between the reverse proxy and your web servers.
Regards Henrik