completely ignored. In this case, the server will not even attempt
to read <code>.htaccess</code> files in the filesystem.</p>
+ <note><title>AllowOverrideList bug in versions <= 2.4.18</title>
+ <p><directive module="core">AllowOverrideList</directive> will not prevent
+ .htaccess files processing when explicitly set with None in httpd versions <= 2.4.18 due to a
+ <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58528">bug</a>.
+ Set only <directive module="core">AllowOverride</directive> to None as workaround if
+ you are unable to upgrade to httpd > 2.4.18</p>
+ </note>
+
<p>When this directive is set to <code>All</code>, then any
directive which has the .htaccess <a
href="directive-dict.html#Context">Context</a> is allowed in
ignored. In this case, the server will not even attempt to read
<code>.htaccess</code> files in the filesystem.</p>
+ <note><title>AllowOverrideList bug in versions <= 2.4.18</title>
+ <p><directive module="core">AllowOverrideList</directive> will not prevent
+ .htaccess files processing when explicitly set with None in httpd versions <= 2.4.18 due to a
+ <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58528">bug</a>.
+ Set only <directive module="core">AllowOverride</directive> to None as workaround if
+ you are unable to upgrade to httpd > 2.4.18</p>
+ </note>
+
<p>Example:</p>
<highlight language="config">