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/01 16:34:14 UTC

svn commit: r1754776 - in /httpd/httpd/trunk/docs/manual/mod: mod_proxy_scgi.html.en mod_proxy_scgi.xml

Author: rbowen
Date: Mon Aug  1 16:34:14 2016
New Revision: 1754776

URL: http://svn.apache.org/viewvc?rev=1754776&view=rev
Log:
Correct use of <module> tag to fix broken links.

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_scgi.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_scgi.html.en?rev=1754776&r1=1754775&r2=1754776&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_scgi.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_scgi.html.en Mon Aug  1 16:34:14 2016
@@ -98,8 +98,8 @@
         and <var>Script-URI</var> and be compliant with RFC 3875 section 3.3.
         If instead you need <code class="module"><a href="../mod/mod_proxy_scgi.html">mod_proxy_scgi</a></code> to generate
         a "best guess" for <var>PATH_INFO</var>, set this env-var.  The
-        variable must be set before <code class="directive"><a href="../mod/env.html#setenv">SetEnv</a></code>
-        is effective.  <code class="directive"><a href="../mod/setenv.html#setenvif">SetEnvIf</a></code> can be
+        variable must be set before <code class="directive"><a href="../mod/mod_env.html#setenv">SetEnv</a></code>
+        is effective.  <code class="directive"><a href="../mod/mod_setenv.html#setenvif">SetEnvIf</a></code> can be
         used instead: <code>SetEnvIf Request_URI . proxy-scgi-pathinfo</code>
         </dd>
     </dl>

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=1754776&r1=1754775&r2=1754776&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_scgi.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_scgi.xml Mon Aug  1 16:34:14 2016
@@ -89,8 +89,8 @@ ProxyPass "/scgi-bin/" "balancer://somec
         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.  The
-        variable must be set before <directive module="env">SetEnv</directive>
-        is effective.  <directive module="setenv">SetEnvIf</directive> can be
+        variable must be set before <directive module="mod_env">SetEnv</directive>
+        is effective.  <directive module="mod_setenv">SetEnvIf</directive> can be
         used instead: <code>SetEnvIf Request_URI . proxy-scgi-pathinfo</code>
         </dd>
     </dl>