reverse to forward proxy

reverse to forward proxy

am 28.09.2007 23:26:44 von Franck971

Hi,
What I want is to forward request made to a vhost to an external
forward proxy.
I tried that :


ServerName myServer
ProxyRequests On
ProxyVia On

ProxyRemote * http://MyForwardProxy:8082

ErrorLog /tmp/apache-error.log
TransferLog /tmp/apache-access.log


But this works only if I request my Vhost like a forward proxy, but I
want only straight requests (no proxy request).
If I try a straight request I have the localhost response.

Have you an idea?

Franck

Re: reverse to forward proxy

am 29.09.2007 08:48:12 von unknown

Post removed (X-No-Archive: yes)

Re: reverse to forward proxy

am 01.10.2007 20:39:23 von Franck971

Hi,

You wrote a standard reverse proxy configuration.
What I want is to forward the request to another forward proxy

Client-> request -> Reverse Proxy -> proxy request -> Forward proxy ->
web server

I can't solve the reverse proxy configuration.

Thanks
Franck