]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
forward(?)-port some changes that were made in 2.4 instead of trunk
authorDaniel Gruno <humbedooh@apache.org>
Thu, 19 Jul 2012 15:46:30 +0000 (15:46 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 19 Jul 2012 15:46:30 +0000 (15:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363392 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index 3b565fd1fae0b872be9c16f919758535c5aa5281..5975f8de667dd58c296371af379bc95355180c2a 100644 (file)
@@ -489,6 +489,15 @@ and hostname part of the URL is either fixed, or does not allow the
 client undue influence.</p>
 </note>
 
+<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 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>
+
 <p>Note: <module>mod_proxy</module> must be enabled in order
 to use this flag.</p>