summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy_scgi.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2016-08-05 16:44:31 +0200
committerRich Bowen <rbowen@apache.org>2016-08-05 16:44:31 +0200
commit54b9e0565f47992d38a24f14e0f6acf9586de4fe (patch)
treeba873c5a6d808496b42133e8f487744f73c08e5d /docs/manual/mod/mod_proxy_scgi.xml
parentrebuild (diff)
downloadapache2-54b9e0565f47992d38a24f14e0f6acf9586de4fe.tar.xz
apache2-54b9e0565f47992d38a24f14e0f6acf9586de4fe.zip
fix link to mod_setenvif
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1755335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_scgi.xml')
-rw-r--r--docs/manual/mod/mod_proxy_scgi.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy_scgi.xml b/docs/manual/mod/mod_proxy_scgi.xml
index f4b104507a..72c00c350d 100644
--- a/docs/manual/mod/mod_proxy_scgi.xml
+++ b/docs/manual/mod/mod_proxy_scgi.xml
@@ -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>