From 46c8efd27cdd2a291f76d45c2b188c2f3ae4f6f8 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Tue, 12 Jan 1999 20:02:00 +0000 Subject: [PATCH] Fix a typo. Submitted by: Robin Langford Reviewed by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82648 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index ed916c295e..98b7d9029f 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -260,7 +260,7 @@ redirected by him to http://foo.com/quux Apache adjusts this to http://wibble.org/mirror/foo/quux before forwarding the HTTP redirect response to the client.

-Note that this ProxyPassReverse directive can also by used in +Note that this ProxyPassReverse directive can also be used in conjunction with the proxy pass-through feature ("RewriteRule ... [P]") from