]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR44356 Missing slash for ProxyPass directive.
authorVincent Bray <noodl@apache.org>
Tue, 5 Feb 2008 04:09:45 +0000 (04:09 +0000)
committerVincent Bray <noodl@apache.org>
Tue, 5 Feb 2008 04:09:45 +0000 (04:09 +0000)
Submitted by: christoburp gmail.com

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@618532 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/examples.xml

index 509566f8dbe5c3daf3853812506d888e60be7560..d52f3a9612b83828edbfb3372f8da5280b4701a4 100644 (file)
     <example>
     &lt;VirtualHost *:*&gt;<br />
         ProxyPreserveHost On<br />
-        ProxyPass / http://192.168.111.2<br />
+        ProxyPass / http://192.168.111.2/<br />
         ProxyPassReverse / http://192.168.111.2/<br />
         ServerName hostname.example.com<br />
     &lt;/VirtualHost&gt;