summaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-12-15 21:38:38 +0000
committerClement Laforet <clement@FreeBSD.org>2005-12-15 21:38:38 +0000
commit6d8cb34b0d0826743634a30b12e1ea66f51061f3 (patch)
treef6cdbe02f7afee43a2037e44d3d2182642c6674e /www/apache22
parentAdd leftover directory (diff)
- Grrrrr. mod_mem_cache needs threads-capable APR
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=151266
Diffstat (limited to 'www/apache22')
-rw-r--r--www/apache22/Makefile.modules5
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 \