How do I have to configure the Apache mod_proxy Modul?
For some time I had it on allow from all... but this seem to produce an open proxy!?
Now I allowed it form our IP-Range, but thats also not the right solution for a webmail...
Code: Select all
<IfModule mod_proxy.c>
ProxyRequests Off
<Proxy *>
Order deny,allow
Deny from all
Allow from 217.*.*.*
</Proxy>
ProxyVia On
</IfModule>
So how do I have to configure the mod_proxy config?
Thx for respond
Greez Massimo