You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2016/08/05 14:44:31 UTC

svn commit: r1755335 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy_scgi.xml

Author: rbowen
Date: Fri Aug  5 14:44:31 2016
New Revision: 1755335

URL: http://svn.apache.org/viewvc?rev=1755335&view=rev
Log:
fix link to mod_setenvif

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_scgi.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_scgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_scgi.xml?rev=1755335&r1=1755334&r2=1755335&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_scgi.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_scgi.xml Fri Aug  5 14:44:31 2016
@@ -90,7 +90,7 @@ ProxyPass "/scgi-bin/" "balancer://somec
         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>