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 </Location> … At first call, the URL http://intern.de/app1 will be redirected from der backend server to http://intern.de/logon Now the URL displayed extern to he caller is http://intern.de/logon instead of http://extern.de/logon. The URL http://intern.de/logon is not available from extern. It also should be hidden. Now, what must I do to solve this problem Best regards Christian -----Ursprüngliche Nachricht----- Von: Nick Kew [mailto:n...@webthing.com] Gesendet: Dienstag, 13. September 2011 15:17 An: users@httpd.apache.org Betreff: Re: [users@httpd] Reverse-Proxy und Redirect On Tue, 13 Sep 2011 13:01:54 +0000 <christian.kai...@lew.de> wrote: > Und nun bekomme ich statt http://extern.de/logon die interne URL > http://intern.de/logon zurück, die natürlich von außen nicht erreichbar ist. http://www.apachetutor.org/admin/reverseproxies (Englisch - auf Deutsch kann ich leider nicht helfen). -- 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: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org