On Wed, 4 Mar 2009 16:40:36 -0500
"Todd Simons" <tsim...@delphi-tech.com> 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 to 10.3.2.0/24
>       ProxyPass /dev3/app2/ http://internalhost3/dev3/app2/
>       ProxyPassReverse /dev3/app2/ http://internalhost3/dev3/app2/
> 
> Is this possible?

See the mod_authz_host page.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to