From: Daniel Ruggeri Date: Wed, 27 Jul 2011 22:24:14 +0000 (+0000) Subject: Add AllowOverrideList directive and documentation X-Git-Tag: 2.3.14^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d690871270275ca0f946102fb8808dc69bac7fb;p=thirdparty%2Fapache%2Fhttpd.git Add AllowOverrideList directive and documentation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1151654 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml index 1d27b554e0e..284b4318e44 100644 --- a/docs/manual/developer/new_api_2_4.xml +++ b/docs/manual/developer/new_api_2_4.xml @@ -92,6 +92,13 @@

common structures for heartbeat modules (should this be public API?)

+
+ ap_parse_htaccess (changed) +

The function signature for ap_parse_htaccess has been + changed. A apr_table_t of individual directives allowed + for override must now be passed (override remains).

+
+
http_config (changed)