You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2017/12/14 19:36:29 UTC

svn commit: r1818200 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml

Author: rbowen
Date: Thu Dec 14 19:36:28 2017
New Revision: 1818200

URL: http://svn.apache.org/viewvc?rev=1818200&view=rev
Log:
add trailing slash to end of URL

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml?rev=1818200&r1=1818199&r2=1818200&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml Thu Dec 14 19:36:28 2017
@@ -117,7 +117,7 @@
 
     <example><title>Rewriting URLs embedded in proxied content</title>
     <highlight language="config">
-ProxyPass        "/blog/" "http://internal.blog.example.com"
+ProxyPass        "/blog/" "http://internal.blog.example.com/"
 ProxyPassReverse "/blog/" "http://internal.blog.example.com/"
 
 Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"