]> granicus.if.org Git - apache/commitdiff
just make it a bit more explicit
authorIan Holsman <ianh@apache.org>
Tue, 29 Jan 2002 19:33:25 +0000 (19:33 +0000)
committerIan Holsman <ianh@apache.org>
Tue, 29 Jan 2002 19:33:25 +0000 (19:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93088 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html

index 616c49917a19afa58f70333fb1c308d42450b8be..0fd3fb01a815bf4003cf744ffe98352d83727184 100644 (file)
@@ -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.
 <PRE>
-        ProxyPass /mirror/foo http://foo.com
         ProxyPass /mirror/foo/i !
+        ProxyPass /mirror/foo http://foo.com
 </PRE>
 will proxy all requests to /mirror/foo to foo.com EXCEPT requests made to /mirror/foo/i
+<b>NB: order is important. you need to put the exclusions BEFORE the general proxypass directive</b>
 </P>
 <HR>