]> granicus.if.org Git - apache/commitdiff
Improve doc as spotted by Kalessin in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 5 Feb 2015 20:47:38 +0000 (20:47 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 5 Feb 2015 20:47:38 +0000 (20:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1657689 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/security_tips.html.en
docs/manual/misc/security_tips.xml

index 9e3325c80a0bc46245145be60e22c6090e0df52a..5697f3b41eea64ef9653359f18bcde825a8a737a 100644 (file)
       uses asynchronous processing to avoid devoting a thread to each
       connection. Due to the nature of the OpenSSL library the
       <code class="module"><a href="../mod/event.html">event</a></code> mpm is currently incompatible with
-         <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> and other input filters. In these
+      <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> and other input filters. In these
       cases it falls back to the behaviour of the
       <code class="module"><a href="../mod/worker.html">worker</a></code> mpm.</li>
 
     <p>This prevents the use of <code>.htaccess</code> files in all
     directories apart from those specifically enabled.</p>
 
+    <p>Note that this setting is the default since Apache 2.3.9.</p>
+
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="protectserverfiles" id="protectserverfiles">Protect Server Files by Default</a></h2>
index 79b25c6d9a91668d81a66125dd5c4dca186264db..5664ff9d3ef9e016e317ea753f833b675c4397f9 100644 (file)
       uses asynchronous processing to avoid devoting a thread to each
       connection. Due to the nature of the OpenSSL library the
       <module>event</module> mpm is currently incompatible with
-         <module>mod_ssl</module> and other input filters. In these
+      <module>mod_ssl</module> and other input filters. In these
       cases it falls back to the behaviour of the
       <module>worker</module> mpm.</li>
 
     <p>This prevents the use of <code>.htaccess</code> files in all
     directories apart from those specifically enabled.</p>
 
+    <p>Note that this setting is the default since Apache 2.3.9.</p>
+
   </section>
 
   <section id="protectserverfiles">