]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_proxy_scgi.xml
Quote path/URL arguments to Proxy* directives.
[apache] / docs / manual / mod / mod_proxy_scgi.xml
index 4ad6dda561ee53367c679efbb45aa3f2dd3c563e..c7155b28afe1485c2d1effc2a6775923b3eb9815 100644 (file)
@@ -55,7 +55,7 @@
 
     <example><title>Simple gateway</title>
     <highlight language="config">
-      ProxyPass /scgi-bin/ scgi://localhost:4000/
+ProxyPass "/scgi-bin/" "scgi://localhost:4000/"
       </highlight>
     </example>
 
@@ -67,7 +67,7 @@
 
     <example><title>Balanced gateway</title>
     <highlight language="config">
-ProxyPass /scgi-bin/ balancer://somecluster/
+ProxyPass "/scgi-bin/" "balancer://somecluster/"
 &lt;Proxy balancer://somecluster&gt;
     BalancerMember scgi://localhost:4000
     BalancerMember scgi://localhost:4001