On 4 Mar 2008, at 20:53, Christopher Bianchi wrote:

How do I prevent Apache from affixing the port into the URL redirect? Does
Apache need to know that it's running behind a reverse proxy?

The proxy should be in charge of this. If the proxy were Apache, we could tell you how ( http://www.apachetutor.org/admin/reverseproxies ). I believe squid can fix headers, but I haven't heard of it having the capability to
filter contents.

On Apache, you could use mod_headers (Header edit) to fixup outgoing
headers.  You'll need mod_headers from 2.2 to do that, but AFAIK it's
source-compatible with 2.0.

--
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to