Re: [users@httpd] Restrict Access to a set of IP in a specific URL

2014-01-18 Thread Dev Raj
ful . I would keep this out of Tomcat, but > thats just me. > > Again, if you have the ability upgrade to 2.4, disable mod_compatibility > and use the require all syntax, it will take more work, but apache has come > a long way sing 2.2. > > > > On Sat, Jan 18, 2014 at 2:

[users@httpd] Restrict Access to a set of IP in a specific URL

2014-01-18 Thread Dev Raj
Hi, I have Apache 2.2 installed on my Unix Server and have a couple of Application servers running each of them having similar Document Root. For example, The URLS will look like below https://my-test1.com/demo/index.html https://my-prod1.com/demo/index.html https://my-qa1.com/demo/index.html T