diff options
Diffstat (limited to 'www/apache22/Makefile.modules')
-rw-r--r-- | www/apache22/Makefile.modules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/apache22/Makefile.modules b/www/apache22/Makefile.modules index 7eea1ee0c5d5..16a007ed7bad 100644 --- a/www/apache22/Makefile.modules +++ b/www/apache22/Makefile.modules @@ -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 \ |