Re: [us...@httpd] MOD_PROXY Reverse Proxy - control URI access by client IP Address

2009-03-04 Thread Peter Schober
* Todd Simons [2009-03-04 22:41]: > 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. You could wrap the ProxyPasses in elements and put the '

Re: [us...@httpd] MOD_PROXY Reverse Proxy - control URI access by client IP Address

2009-03-04 Thread Nick Kew
On Wed, 4 Mar 2009 16:40:36 -0500 "Todd Simons" wrote: > 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

[us...@httpd] MOD_PROXY Reverse Proxy - control URI access by client IP Address

2009-03-04 Thread Todd Simons
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