[us...@httpd] Re: MOD_PROXY and Access Control by IP

2010-11-19 Thread Andrew Schulman
> Thanks Andrew, I did see this as an example on a web post. ...the argument > was made that it's a PIA when you don't match class C subnets and have to use > RegEx :-) Yes, I agree, it is a PIA. You should see the access control file on our production host... we have about 3000 SetEnvIf stat

RE: [us...@httpd] Re: MOD_PROXY and Access Control by IP

2010-11-19 Thread Todd Simons
ssage- From: Andrew Schulman [mailto:and...@alumni.utexas.net] Sent: Friday, November 19, 2010 2:18 PM To: users@httpd.apache.org Subject: [us...@httpd] Re: MOD_PROXY and Access Control by IP > I've been able to secure each proxy with this model: > http://*/App1/*> > O

[us...@httpd] Re: MOD_PROXY and Access Control by IP

2010-11-19 Thread Andrew Schulman
> I've been able to secure each proxy with this model: > http://*/App1/*> > Order Deny,Allow > #Permit IT > Allow from 10.1.0.0/24 > #Permit Team1 > Allow from 10.1.1.0/24 > Deny from all > > > Is there a way we can define access once for the IT Subnet (10.1.0.0/24) once