]> granicus.if.org Git - apache/commitdiff
mention the change of default value for AllowOverride
authorJeff Trawick <trawick@apache.org>
Tue, 6 Aug 2013 19:45:16 +0000 (19:45 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 6 Aug 2013 19:45:16 +0000 (19:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1511093 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.xml

index e6d64e17120d7ef647556b22fdef02d7a891bfc2..518ec0f72a4dd929e7b4c01507495e42a859f8f9 100644 (file)
@@ -217,6 +217,9 @@ Allow from example.org
         settings to replace it in 2.4.
         </li>
 
+        <li><directive module="core">AllowOverride</directive> now
+        defaults to <code>None</code>.</li>
+
         <li><directive module="core">EnableSendfile</directive> now
         defaults to Off.</li>
 
@@ -386,6 +389,9 @@ Allow from example.org
     <ul>
       <li><code>configuration error:  couldn't check user: /path</code> -
       load module <module>mod_authn_core</module>.</li>
+      <li><code>.htaccess</code> files aren't being processed - Check for an
+      appropriate <directive module="core">AllowOverride</directive> directive;
+      the default changed to <code>None</code> in 2.4.</li>
     </ul>
     </li>
 </ul>