From 371a05a822d919ff3fcbff0fe91d8308dc23a152 Mon Sep 17 00:00:00 2001 From: Mads Toftum Date: Thu, 16 Oct 2008 10:16:17 +0000 Subject: [PATCH] backport making text match example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@705199 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index e27a443ca07..8546ab051db 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -935,7 +935,7 @@ expressions

will cause a local request for - http://example.com/mirror/foo/bar.gif to be internally converted + http://example.com/foo/bar.gif to be internally converted into a proxy request to http://backend.example.com/foo/bar.gif.

The ! directive is useful in situations where you don't want -- 2.47.2