From: Ian Holsman Date: Tue, 29 Jan 2002 19:33:25 +0000 (+0000) Subject: just make it a bit more explicit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=861817dd46dd97d186c4de91ff73c3d92a306626;p=apache just make it a bit more explicit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93088 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index 616c49917a..0fd3fb01a8 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -375,10 +375,11 @@ internally converted into a proxy request to The ! directive is usefull in situations where you don't want to reverse-proxy a subdirectory. eg.
-        ProxyPass /mirror/foo http://foo.com
         ProxyPass /mirror/foo/i !
+        ProxyPass /mirror/foo http://foo.com
 
will proxy all requests to /mirror/foo to foo.com EXCEPT requests made to /mirror/foo/i +NB: order is important. you need to put the exclusions BEFORE the general proxypass directive