From: Martin Kraemer Date: Tue, 2 Aug 2005 18:01:24 +0000 (+0000) Subject: Patch contributed by: Daniel Rall X-Git-Tag: 2.1.7~5^2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9e8d1607011f53266244955abe209306f154dda;p=thirdparty%2Fapache%2Fhttpd.git Patch contributed by: Daniel Rall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@227052 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index e5960353b6f..189e7406ea1 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -979,7 +979,7 @@ proxied server

Note that this ProxyPassReverse directive can also be used in conjunction with the proxy pass-through feature (RewriteRule ... [P]) from mod_rewrite - because its doesn't depend on a corresponding ProxyPass directive.

+ because it doesn't depend on a corresponding ProxyPass directive.

When used inside a <Location> section, the first argument is omitted and the local directory is obtained from the <Location>.

@@ -1200,4 +1200,4 @@ header for proxied requests - \ No newline at end of file + diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 1f6d4a575a5..4f77d0514c7 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -800,7 +800,7 @@ proxied server

Note that this ProxyPassReverse directive can also be used in conjunction with the proxy pass-through feature (RewriteRule ... [P]) from mod_rewrite - because its doesn't depend on a corresponding ProxyPass directive.

When used inside a