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

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

docs/manual/vhosts/examples.html.en
docs/manual/vhosts/examples.xml

index 39f40b951c10969bacb280bcb89426dcc796dd07..ca01c3ada9cc7db0c1dc2e46d3a8fd7e7dffeb33 100644 (file)
     <div class="example"><p><code>
     &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;
index ed6009f46f21409518fa37c727c198e6d54ede53..99a685fb534e99f7dfedb44fb2bdb90bc12bd3f4 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;