forked from mirrors/nixpkgs
Merge pull request #4959 from robberer/modules/httpd24
apache-httpd: add mod_access_compat
This commit is contained in:
commit
36c77cc55b
|
@ -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 a new issue