reverse to forward proxy
am 28.09.2007 23:26:44 von Franck971Hi,
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