apache-httpd: add mod_access_compat for compatibility with old httpd-22 configurations
This commit is contained in:
parent
5aede825b9
commit
490232bd2e
@ -98,6 +98,9 @@ let
|
||||
# Authorization: is the user allowed access?
|
||||
"authz_user" "authz_groupfile" "authz_host"
|
||||
|
||||
# For compatibility with old configurations, the new module mod_access_compat is provided.
|
||||
(if version24 then "access_compat" else "")
|
||||
|
||||
# Other modules.
|
||||
"ext_filter" "include" "log_config" "env" "mime_magic"
|
||||
"cern_meta" "expires" "headers" "usertrack" /* "unique_id" */ "setenvif"
|
||||
|
Loading…
Reference in New Issue
Block a user