From 8a2f279d6ef33e6d90e8f8965a524ccc4cc593b9 Mon Sep 17 00:00:00 2001
From: Ian Holsman
Date: Tue, 29 Jan 2002 19:33:25 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_proxy.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
--
2.50.1