From: Vincent Bray Date: Tue, 5 Feb 2008 04:09:45 +0000 (+0000) Subject: PR44356 Missing slash for ProxyPass directive. X-Git-Tag: 2.0.64~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feac8769016f1df9941d9d5eb9929dc831ab329b;p=thirdparty%2Fapache%2Fhttpd.git PR44356 Missing slash for ProxyPass directive. 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 --- diff --git a/docs/manual/vhosts/examples.xml b/docs/manual/vhosts/examples.xml index 509566f8dbe..d52f3a9612b 100644 --- a/docs/manual/vhosts/examples.xml +++ b/docs/manual/vhosts/examples.xml @@ -419,7 +419,7 @@ <VirtualHost *:*>
ProxyPreserveHost On
- ProxyPass / http://192.168.111.2
+ ProxyPass / http://192.168.111.2/
ProxyPassReverse / http://192.168.111.2/
ServerName hostname.example.com
</VirtualHost>