21 Sep
2006
21 Sep
'06
3:06 p.m.
<IfModule mod_proxy.c>
#turning ProxyRequests on and allowing proxying from all may allow #spammers to use your proxy to send email.
ProxyRequests Off
<Proxy *> Order deny,allow Deny from all #Allow from .your_domain.com </Proxy>
Forgive me if I'm being dense, but doesn't 'deny from all' imply that no proxy requests will be allowed? Don't you then need to uncomment the 'Allow' statement and put your server name there, so that proxy requests from your own server will be allowed? Cris Ewing