You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2015/02/05 21:47:09 UTC

svn commit: r1657687 - in /httpd/httpd/trunk/docs/manual/misc: security_tips.html.en security_tips.xml

Author: jailletc36
Date: Thu Feb  5 20:47:08 2015
New Revision: 1657687

URL: http://svn.apache.org/r1657687
Log:
Improve doc as spotted by Kalessin in online doc

Modified:
    httpd/httpd/trunk/docs/manual/misc/security_tips.html.en
    httpd/httpd/trunk/docs/manual/misc/security_tips.xml

Modified: httpd/httpd/trunk/docs/manual/misc/security_tips.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/misc/security_tips.html.en?rev=1657687&r1=1657686&r2=1657687&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/misc/security_tips.html.en (original)
+++ httpd/httpd/trunk/docs/manual/misc/security_tips.html.en Thu Feb  5 20:47:08 2015
@@ -135,7 +135,7 @@
       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>
 
@@ -342,6 +342,8 @@
     <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>

Modified: httpd/httpd/trunk/docs/manual/misc/security_tips.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/misc/security_tips.xml?rev=1657687&r1=1657686&r2=1657687&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/misc/security_tips.xml (original)
+++ httpd/httpd/trunk/docs/manual/misc/security_tips.xml Thu Feb  5 20:47:08 2015
@@ -122,7 +122,7 @@
       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>
 
@@ -336,6 +336,8 @@
     <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">