Hello All We are using Apache as a reverse proxy solution. We present the apache to the public, then have a few back end webservers that it re-writes.
We'd like to utilize one public hostname "http://webservers.domain.com" to rewrite different web apps, but control the access to the web app by ip address, similar to an "allow from" on a directory. Is this possible? For example: #this should only be available to 10.5.1.0/24 ProxyPass /dev5/app1/ http://internalhost5/dev5/app1/ ProxyPassReverse /dev5/app1/ http://internalhost5/dev5/app1/ #this should only be available to 10.3.2.0/24 ProxyPass /dev3/app2/ http://internalhost3/dev3/app2/ ProxyPassReverse /dev3/app2/ http://internalhost3/dev3/app2/ Is this possible? ~Todd ## Scanned by Delphi Technology, Inc. ##