On 11/04/2008, Melanie Pfefer <[EMAIL PROTECTED]> wrote:
> thanks.
>  SSLProxyEngine On
>  ProxyPass /abc/ https://remoteserver:8443/abc/
>
>  If I try the URL http://myapache/abc/....
>  the redirection works but the url changes so proxying is not working as 
> expected.

Remember to use:
ProxyPassReverse /abc/ https://remoteserver:8443/abc/

.. so that any redirects sent by the origin server are rewritten to
use the frontend address.

You might also want to check the logs for the backend (origin) server
to see if it received the request and if it sent a redirect.

-- 
noodl

---------------------------------------------------------------------
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