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.
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.