]> granicus.if.org Git - apache/commit
Forbid some directives in .htaccess because of AllowOverrideList:
authorStefan Fritsch <sf@apache.org>
Wed, 3 Aug 2011 22:10:27 +0000 (22:10 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 3 Aug 2011 22:10:27 +0000 (22:10 +0000)
commit9bd21d2c8aa0c848cd8f0ec52db087811dac6968
tree0de2e75495dff3d65138cf6f94ba8cb68f10ef39
parent9d2ca013b661cd1ecad9ccfa09767896d0e28891
Forbid some directives in .htaccess because of AllowOverrideList:

core:          AllowOverride, AllowOverrideList
mod_authn_dbd: AuthDBDUserPWQuery, AuthDBDUserRealmQuery
mod_authz_dbd: AuthzDBDQuery, AuthzDBDRedirectQuery
mod_proxy:     BalancerMember, ProxySet

Adjust for use in .htaccess:
mod_actions:   Script

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1153687 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/mod_authn_dbd.c
modules/aaa/mod_authz_dbd.c
modules/mappers/mod_actions.c
modules/proxy/mod_proxy.c
server/core.c