diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-15 21:38:38 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-15 21:38:38 +0000 |
commit | 6d8cb34b0d0826743634a30b12e1ea66f51061f3 (patch) | |
tree | f6cdbe02f7afee43a2037e44d3d2182642c6674e /www/apache22 | |
parent | 2a14a1fe24bcd1d4ee11cab8031f4ded41afe52f (diff) | |
download | ports-6d8cb34b0d0826743634a30b12e1ea66f51061f3.tar.gz ports-6d8cb34b0d0826743634a30b12e1ea66f51061f3.zip |
Notes
Diffstat (limited to 'www/apache22')
-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 \ |