From: Jeff Trawick Date: Thu, 9 Apr 2015 20:48:42 +0000 (+0000) Subject: Merge r1672480,1672483 from trunk: X-Git-Tag: 2.4.13~286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47de7462a943422ab6b6f69e03c5859df025dd59;p=apache Merge r1672480,1672483 from trunk: SetEnv doesn't work for proxy-scgi-pathinfo Further tweak: omit the period after the example lest it get copied git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1672484 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_scgi.xml b/docs/manual/mod/mod_proxy_scgi.xml index 7224f61ac6..e62a8809c8 100644 --- a/docs/manual/mod/mod_proxy_scgi.xml +++ b/docs/manual/mod/mod_proxy_scgi.xml @@ -79,8 +79,8 @@ ProxyPass /scgi-bin/ balancer://somecluster/
Environment Variables

In addition to the configuration directives that control the - behaviour of mod_proxy, there are a number of - environment variables that control the SCGI protocol + behaviour of mod_proxy, an environment + variable may also control the SCGI protocol provider:

proxy-scgi-pathinfo
@@ -89,7 +89,11 @@ ProxyPass /scgi-bin/ balancer://somecluster/ the backend SCGI server to correctly determine SCRIPT_NAME 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. + a "best guess" for PATH_INFO, set this env-var. The + variable must be set before SetEnv + is effective. SetEnvIf can be + used instead: SetEnvIf Request_URI . proxy-scgi-pathinfo +