[opencms-dev] How? /cgi-bin/ and OpenCMS ROOT installation?

Alexander Kandzior alex at opencms.org
Wed Mar 16 17:39:06 CET 2005


 
> I couldn't find anything in the official docs that explains what '!' 
> means in this context...

Well that's explained in the Apache mod_proxy docs:

http://httpd.apache.org/docs-2.0/en/mod/mod_proxy.html#proxypass
	  
---------------------
The ! directive is useful in situations where you don't want to
reverse-proxy a subdirectory, e.g.

ProxyPass /mirror/foo/i !
ProxyPass /mirror/foo http://backend.example.com

will proxy all requests to /mirror/foo to backend.example.com except
requests made to /mirror/foo/i.
---------------------

Best Regards,
Alex.

Alexander Kandzior
Alkacon Software - The OpenCms Experts
http://www.alkacon.com





More information about the opencms-dev mailing list