From: Christophe Jaillet Date: Mon, 7 Jan 2019 20:30:00 +0000 (+0000) Subject: Fix some broken links already fixed in trunk. (incorrect module names in ) X-Git-Tag: 2.4.38~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c60a5c37496b1fb4328600100597b4a3430d9d;p=thirdparty%2Fapache%2Fhttpd.git Fix some broken links already fixed in trunk. (incorrect module names in ) Synch a bit with trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1850684 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_scgi.xml b/docs/manual/mod/mod_proxy_scgi.xml index 79b4293c389..4ed1a613a16 100644 --- a/docs/manual/mod/mod_proxy_scgi.xml +++ b/docs/manual/mod/mod_proxy_scgi.xml @@ -56,7 +56,7 @@ Simple gateway - ProxyPass /scgi-bin/ scgi://localhost:4000/ +ProxyPass "/scgi-bin/" "scgi://localhost:4000/" @@ -90,8 +90,8 @@ ProxyPass "/scgi-bin/" "balancer://somecluster/" and Script-URI and be compliant with RFC 3875 section 3.3. If instead you need mod_proxy_scgi to generate a "best guess" for PATH_INFO, set this env-var. The - variable must be set before SetEnv - is effective. SetEnvIf can be + variable must be set before SetEnv + is effective. SetEnvIf can be used instead: SetEnvIf Request_URI . proxy-scgi-pathinfo @@ -133,7 +133,7 @@ header # Use the default header (X-Sendfile) ProxySCGISendfile On - + # Use a different header ProxySCGISendfile X-Send-Static