]> granicus.if.org Git - apache/blobdiff - docs/manual/vhosts/examples.xml
Quote path/URL arguments to Proxy* directives.
[apache] / docs / manual / vhosts / examples.xml
index 0fe2261e444b8e7881b9453495278bfe0f58c1a3..29ab8a3950db007451a022ce20acec49a683b30e 100644 (file)
@@ -337,8 +337,8 @@ Listen 80
     <highlight language="config">
 &lt;VirtualHost *:*&gt;
     ProxyPreserveHost On
-    ProxyPass / http://192.168.111.2/
-    ProxyPassReverse / http://192.168.111.2/
+    ProxyPass        "/" "http://192.168.111.2/"
+    ProxyPassReverse "/" "http://192.168.111.2/"
     ServerName hostname.example.com
 &lt;/VirtualHost&gt;
     </highlight>