X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=docs%2Fmanual%2Fmod%2Fmod_proxy_scgi.html.en;h=5a104991831f05fd9a2ab41b566b238f948777fc;hb=837aaea30f4ef8f1cf3ad1d3460acfa421d4ab7c;hp=d1ca80000765f9f2b596cb69cca7de412a351094;hpb=198976aa9d100cd4a98ba16e45bba564a7e04d1e;p=apache diff --git a/docs/manual/mod/mod_proxy_scgi.html.en b/docs/manual/mod/mod_proxy_scgi.html.en index d1ca800007..5a10499183 100644 --- a/docs/manual/mod/mod_proxy_scgi.html.en +++ b/docs/manual/mod/mod_proxy_scgi.html.en @@ -66,7 +66,7 @@

Remember, in order to make the following examples work, you have to enable mod_proxy and mod_proxy_scgi.

-

Simple gateway

ProxyPass /scgi-bin/ scgi://localhost:4000/
+

Simple gateway

ProxyPass "/scgi-bin/" "scgi://localhost:4000/"

The balanced gateway needs mod_proxy_balancer and @@ -75,7 +75,7 @@ modules listed above. mod_lbmethod_byrequests is the default, and will be used for this example configuration.

-

Balanced gateway

ProxyPass /scgi-bin/ balancer://somecluster/
+    

Balanced gateway

ProxyPass "/scgi-bin/" "balancer://somecluster/"
 <Proxy balancer://somecluster>
     BalancerMember scgi://localhost:4000
     BalancerMember scgi://localhost:4001