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
