- Grrrrr. mod_mem_cache needs threads-capable APR
Reported by: pointyhat via kris
This commit is contained in:
parent
2a14a1fe24
commit
6d8cb34b0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151266
@ -141,7 +141,10 @@ AUTH_MODULES+= auth_basic auth_digest
|
||||
AUTHN_MODULES+= authn_file authn_dbm authn_anon authn_default
|
||||
AUTHZ_MODULES= authz_host authz_groupfile authz_user authz_dbm \
|
||||
authz_owner authz_default
|
||||
CACHE_MODULES= cache disk_cache file_cache mem_cache
|
||||
CACHE_MODULES= cache disk_cache file_cache
|
||||
.if defined(WITH_THREADS)
|
||||
CACHE_MODULES+= mem_cache
|
||||
.endif
|
||||
DAV_MODULES= dav dav_fs
|
||||
EXPERIMENTAL_MODULES= bucketeer case_filter case_filter_in ext_filter charset_lite \
|
||||
log_forensic optional_hook_export optional_hook_import \
|
||||
|
Loading…
Reference in New Issue
Block a user