Commit 8be65846 authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Fix documentation of ProxyPass/ProxyPassReverse according to the

trailing slash problem.

Submitted by: Jon Drukman <jsd@gamespot.com>
Reviewed by: Ralf S. Engelschall
PR: 2933


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82023 13f79535-47bb-0310-9956-ffa450edef68
parent bbb40189
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ a local virtual path; &lt;url&gt; is a partial URL for the remote server.
<P>
Suppose the local server has address <SAMP>http://wibble.org/</SAMP>; then
<PRE>
   ProxyPass /mirror/foo http://foo.com
   ProxyPass /mirror/foo/ http://foo.com/
</PRE>
will cause a local request for the
&lt;<SAMP>http://wibble.org/mirror/foo/bar</SAMP>&gt; to be
@@ -248,8 +248,8 @@ used for the <TT>ProxyPass</TT> directive.
Example:<BR>
Suppose the local server has address <SAMP>http://wibble.org/</SAMP>; then
<PRE>
   ProxyPass         /mirror/foo http://foo.com
   ProxyPassReverse  /mirror/foo http://foo.com
   ProxyPass         /mirror/foo/ http://foo.com/
   ProxyPassReverse  /mirror/foo/ http://foo.com/
</PRE>
will not only cause a local request for the
&lt;<SAMP>http://wibble.org/mirror/foo/bar</SAMP>&gt; to be internally