* Todd Simons <tsim...@delphi-tech.com> [2009-03-05 00:25]:
> Please confirm:
> 
> <location /dev3/app2>
>       Allow from 10.3.2.0/24
>       ProxyPass /dev3/app2/ http://internalhost3/dev3/app2/
>       ProxyPassReverse /dev3/app2/ http://internalhost3/dev3/app2/
> </location>
> 
> ...when I made this modification, my apache fails to start

Make sure you use `apachectl -t` to test your config.
And that's now how it works:

> See the end of the ProxyPass directive docs at
> http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html#proxypass

where it says:

  "When used inside a <Location> section, the first argument is
  omitted and the local directory is obtained from the <Location>."

cheers,
-peter

-- 
peter.scho...@univie.ac.at - vienna university computer center
Universitaetsstrasse 7, A-1010 Wien, Austria/Europe
Tel. +43-1-4277-14155, Fax. +43-1-4277-9140

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