]> granicus.if.org Git - apache/commitdiff
fix link to mod_setenvif
authorRich Bowen <rbowen@apache.org>
Fri, 5 Aug 2016 14:44:31 +0000 (14:44 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 5 Aug 2016 14:44:31 +0000 (14:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1755335 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_scgi.xml

index f4b104507a7c6931a8a60870d5c1f7a29b3a3869..72c00c350da229e039e447f7d9957594817bd400 100644 (file)
@@ -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>