<section id="env"><title>Environment Variables</title>
<p>In addition to the configuration directives that control the
- behaviour of <module>mod_proxy</module>, there are a number of
- <dfn>environment variables</dfn> that control the SCGI protocol
+ behaviour of <module>mod_proxy</module>, an <dfn>environment
+ variable</dfn> may also control the SCGI protocol
provider:</p>
<dl>
<dt>proxy-scgi-pathinfo</dt>
the backend SCGI server to correctly determine <var>SCRIPT_NAME</var>
and <var>Script-URI</var> and be compliant with RFC 3875 section 3.3.
If instead you need <module>mod_proxy_scgi</module> to generate
- a "best guess" for <var>PATH_INFO</var>, set this env-var.</dd>
+ a "best guess" for <var>PATH_INFO</var>, set this env-var. The
+ variable must be set before <directive mod="env">SetEnv</directive>
+ is effective. <directive mod="setenv">SetEnvIf</directive> can be
+ used instead: <code>SetEnvIf Request_URI . proxy-scgi-pathinfo</code>.
+ </dd>
</dl>
</section>