diff options
author | Daniel Ruggeri <druggeri@apache.org> | 2011-07-28 00:24:14 +0200 |
---|---|---|
committer | Daniel Ruggeri <druggeri@apache.org> | 2011-07-28 00:24:14 +0200 |
commit | 0d690871270275ca0f946102fb8808dc69bac7fb (patch) | |
tree | 5930e6aa691c8cd5d00471a974ab6a9287afeb84 /include/httpd.h | |
parent | update xforms (diff) | |
download | apache2-0d690871270275ca0f946102fb8808dc69bac7fb.tar.xz apache2-0d690871270275ca0f946102fb8808dc69bac7fb.zip |
Add AllowOverrideList directive and documentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1151654 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/httpd.h')
-rw-r--r-- | include/httpd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/httpd.h b/include/httpd.h index 38a469bb53..a9b82a2f6c 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -706,6 +706,8 @@ struct htaccess_result { int override; /** the override options allowed for the .htaccess file */ int override_opts; + /** Table of allowed directives for override */ + apr_table_t *override_list; /** the configuration directives */ struct ap_conf_vector_t *htaccess; /** the next one, or NULL if no more; N.B. never change this */ |