]> granicus.if.org Git - apache/commitdiff
Merge r1511093 from trunk:
authorJeff Trawick <trawick@apache.org>
Tue, 6 Aug 2013 19:48:05 +0000 (19:48 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 6 Aug 2013 19:48:05 +0000 (19:48 +0000)
mention the change of default value for AllowOverride

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1511095 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.xml

index ae4a22c046db43150240e1e9b53ac48fd2378a42..6cd8c6af9ae0099ea336628040cef3810d761262 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>
 
@@ -393,6 +396,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>