mirror of
https://github.com/apache/httpd.git
synced 2025-11-06 16:49:32 +03:00
PR49823: Make the hardcoded default for AllowOverride match the default config -- None.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031776 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -300,7 +300,7 @@ be passed through</description>
|
||||
<code>.htaccess</code> files</description>
|
||||
<syntax>AllowOverride All|None|<var>directive-type</var>
|
||||
[<var>directive-type</var>] ...</syntax>
|
||||
<default>AllowOverride All</default>
|
||||
<default>AllowOverride None (2.3.9 and later), AllowOverride All (2.3.8 and earlier)</default>
|
||||
<contextlist><context>directory</context></contextlist>
|
||||
|
||||
<usage>
|
||||
|
||||
Reference in New Issue
Block a user