On Tue, Sep 13, 2011 at 2:25 PM,  <christian.kai...@lew.de> wrote:
> Hello to all,
>
> I'm trying to set up a APACHE Reverse-Proxy
>
> I've created a vhost with following directives:
>
>
> …
> ProxyRequests Off
>
> <Location /app1>
> ProxyPass http://intern.de/app1
>            ProxyPassReverse http://extern.de

^^^ this should be ProxyPassReverse http://intern.de/app1 for reverse
mapping to work correctly.

Cheers

Tom

---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to