Commit 8b9b80e7 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Fix some broken links already fixed in trunk. (incorrect module names in <directive>)

Synch a bit with trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1850684 13f79535-47bb-0310-9956-ffa450edef68
parent b68b4f44
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@

    <example><title>Simple gateway</title>
    <highlight language="config">
      ProxyPass /scgi-bin/ scgi://localhost:4000/
ProxyPass "/scgi-bin/" "scgi://localhost:4000/"
      </highlight>
    </example>

@@ -90,8 +90,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_setenvif">SetEnvIf</directive> can be
        used instead: <code>SetEnvIf Request_URI . proxy-scgi-pathinfo</code>
        </dd>
    </dl>