reverse to forward proxy

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

<VirtualHost *:80>
ServerName myServer
ProxyRequests On
ProxyVia On

ProxyRemote * http://MyForwardProxy:8082

ErrorLog /tmp/apache-error.log
TransferLog /tmp/apache-access.log
</VirtualHost>

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
Franck971 [ Fr, 28 September 2007 23:26 ] [ ID #1831640 ]

Re: reverse to forward proxy

Post removed (X-No-Archive: yes)
Notifier Deamon [ Sa, 29 September 2007 08:48 ] [ ID #1832278 ]

Re: reverse to forward proxy

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
Franck971 [ Mo, 01 Oktober 2007 20:39 ] [ ID #1833380 ]
Webserver » alt.apache.configuration » reverse to forward proxy

Vorheriges Thema: newbie question
Nächstes Thema: Apache2.0=>Mongrel Proxying issue