* 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
'
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
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