Am 05.11.2008 um 02:23 schrieb Eric Covener:
On Tue, Nov 4, 2008 at 1:02 PM, Florian Lindner <mailinglists@xxxxxx> wrote:RewriteRule ^(.*)$ http://target.com/$1 [P,L]There raises the problem that the application on target.com perfoms anredirection to /foo/bar/ (mind the first slash) with proxy that makesexample.org/foo/bar/ which raises an 404. example.org/proxy/foo/ bar/ wouldbe fine.ProxyPassReverse?
Hello, I tried that: ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /ssl-proxy http://netz-hi.cardio-control.de/ ProxyPassReverse /ssl-proxy http://netz-hi.cardio-control.de/ at https://www.cardio-control.de/ssl-proxy but it still redirects to a page relative to root. Thanks, Florian --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx