mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
fix link to mod_setenvif
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1755335 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -90,7 +90,7 @@ ProxyPass "/scgi-bin/" "balancer://somecluster/"
|
||||
If instead you need <module>mod_proxy_scgi</module> to generate
|
||||
a "best guess" for <var>PATH_INFO</var>, set this env-var. The
|
||||
variable must be set before <directive module="mod_env">SetEnv</directive>
|
||||
is effective. <directive module="mod_setenv">SetEnvIf</directive> can be
|
||||
is effective. <directive module="mod_setenvif">SetEnvIf</directive> can be
|
||||
used instead: <code>SetEnvIf Request_URI . proxy-scgi-pathinfo</code>
|
||||
</dd>
|
||||
</dl>
|
||||
|
Reference in New Issue
Block a user