Am 05.11.2008 um 02:23 schrieb Eric Covener:

On Tue, Nov 4, 2008 at 1:02 PM, Florian Lindner <[EMAIL PROTECTED]> wrote:
RewriteRule ^(.*)$ http://target.com/$1 [P,L]

There raises the problem that the application on target.com perfoms an
redirection to /foo/bar/ (mind the first slash) with proxy that makes
example.org/foo/bar/ which raises an 404. example.org/proxy/foo/ bar/ would
be 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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to