]> granicus.if.org Git - apache/commitdiff
Correct use of <module> tag to fix broken links.
authorRich Bowen <rbowen@apache.org>
Mon, 1 Aug 2016 16:34:14 +0000 (16:34 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 1 Aug 2016 16:34:14 +0000 (16:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1754776 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_scgi.html.en
docs/manual/mod/mod_proxy_scgi.xml

index 4937a503883930cabcaaedbf67ab88bdae963c23..eeb06188e202d356fc34b6b59a1438edcfef8af0 100644 (file)
@@ -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>
index 8dfba2a01841f1ca97ec35d2cbc0f9e9bc598a7d..f4b104507a7c6931a8a60870d5c1f7a29b3a3869 100644 (file)
@@ -89,8 +89,8 @@ ProxyPass "/scgi-bin/" "balancer://somecluster/"
         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>