]> granicus.if.org Git - apache/commitdiff
Fixing the links to ProxyPass* into the note added in r1362933
authorVincent Deffontaines <gryzor@apache.org>
Wed, 18 Jul 2012 13:19:31 +0000 (13:19 +0000)
committerVincent Deffontaines <gryzor@apache.org>
Wed, 18 Jul 2012 13:19:31 +0000 (13:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1362936 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.html.en
docs/manual/rewrite/flags.xml

index 3fc815d6f141487872cd8d8d0a4423d10b6e408f..ecb2e93d35793caba856133e74954c7e2436115d 100644 (file)
@@ -508,8 +508,8 @@ client undue influence.</p>
 <div class="warning">
 <h3>Performance warning</h3>
 <p>Using this flag triggers the use of <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>, without handling of persistent connections. This
-means the performance of your proxy will be better if you set it up with <code class="directive">ProxyPass</code> or
-<code class="directive">ProxyPassMatch</code></p>
+means the performance of your proxy will be better if you set it up with <code class="directive"><a href="../mod/mod_proxy.html#proxypass">ProxyPass</a></code> or
+<code class="directive"><a href="../mod/mod_proxy.html#proxypassmatch">ProxyPassMatch</a></code></p>
 <p>This is because this flag triggers the use of the default worker, which does not handle connection pooling.</p>
 <p>Avoid using this flag and prefer those directives, whenever you can.</p>
 </div>
index 2bea7b9bc16be686767b977c552c0ea54e5a1c3a..a5a8eefe4c01daa6503873c26ce60b41b6f8e2ae 100644 (file)
@@ -492,8 +492,8 @@ client undue influence.</p>
 <note type="warning">
 <title>Performance warning</title>
 <p>Using this flag triggers the use of <module>mod_proxy</module>, without handling of persistent connections. This
-means the performance of your proxy will be better if you set it up with <directive>ProxyPass</directive> or
-<directive>ProxyPassMatch</directive></p>
+means the performance of your proxy will be better if you set it up with <directive module="mod_proxy">ProxyPass</directive> or
+<directive module="mod_proxy">ProxyPassMatch</directive></p>
 <p>This is because this flag triggers the use of the default worker, which does not handle connection pooling.</p>
 <p>Avoid using this flag and prefer those directives, whenever you can.</p>
 </note>