mod_proxy configuration
Posted: Tue Oct 02, 2007 6:05 am
Hi,
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...
So how do I have to configure the mod_proxy config?
Thx for respond
Greez Massimo
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