You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by rs...@hyperreal.org on 1998/03/20 10:59:00 UTC

Re: mod_proxy/1627: ProxyPass should handle redirects within the mirrored section

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]


Synopsis: ProxyPass should handle redirects within the mirrored section

State-Changed-From-To: open-closed
State-Changed-By: rse
State-Changed-When: Fri Mar 20 01:58:59 PST 1998
State-Changed-Why:
This functionality is now provided by ProxyPassReverse
which was introduced for Apache 1.3b6 by me.
Then you just can use:

   ProxyPass        /Bpath http://A/Apath
   ProxyPassReverse /Bpath http://A/Apath

and the redirects are automatically
rewritten to again flow through the proxy.
This feature was actually introduced because
for a dedicated Reverse Proxy this functionality
is essential.