Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Different allow deny for each proxy section possible?

Status
Not open for further replies.

techvr

Technical User
Jun 12, 2003
6
US
Hi,
I'm using apache to proxy to multiple machines in my net.
I have 1 virtual host segment and within that statement multiple proxypass statements directing to internal ip's and specific ports on those internal machines:
ProxyPass /app1 ProxyPassReverse /app1
ProxyPass /app2 ProxyPassReverse /app2
is there a way to set up a deny/allow section WITHIN the proxypass sections that ONLY applies to that section.

What I mean is can I deny by IP entry for APP1 but allow those same denied IP's entry to APP2?

I hope I'm making sense.

Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top