mod_proxy security

Posted by brad on Server Fault See other posts from Server Fault or by brad
Published on 2009-10-17T15:08:40Z Indexed on 2010/04/04 1:03 UTC
Read the original article Hit count: 550

Filed under:
|
|

I'm on Debian Lenny using apache2. in my proxy.conf I tried adding

Allow from localhost

as suggested in some other forums to get proxying to work. Didn't work. It only worked if I say

Allow from all

My question is this. Are there any security implications to this Allow from all directive? Most people were saying to make this as limited as possible, but "all" is the client right? I want anyone regardless of their IP to be forwarded properly. Is there a better way to configure this?

© Server Fault or respective owner

Related posts about mod-proxy

Related posts about apache2