diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-04-20 13:16:40 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-04-20 13:16:40 +0100 |
commit | a7d886d08c8941fcaaa27a44097f5b0af4babea6 (patch) | |
tree | 3f9d9c82c3ccdc9c7059922543891a036af223c3 /profiles | |
parent | Bump libadhocutil and tweak libjsonpp (diff) | |
download | portage-a7d886d08c8941fcaaa27a44097f5b0af4babea6.tar.bz2 portage-a7d886d08c8941fcaaa27a44097f5b0af4babea6.tar.xz portage-a7d886d08c8941fcaaa27a44097f5b0af4babea6.zip |
Add mod_macro to apache
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/server/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/server/make.defaults b/profiles/base/server/make.defaults index bb48ead..800c2fc 100644 --- a/profiles/base/server/make.defaults +++ b/profiles/base/server/make.defaults @@ -2,7 +2,7 @@ CFLAGS="-O3 -march=native -pipe" CXXFLAGS="${CFLAGS}" LDFLAGS="$LDFLAGS -O3 -march=native -pipe" ACCEPT_KEYWORDS="~amd64" -APACHE2_MODULES="-* alias headers filter authz_core auth_basic authz_user authn_core unixd authz_host cgid mime_magic mime autoindex vhost_alias dav dir deflate log_config env rewrite cache socache_shmcb cache_disk status expires http2 proxy proxy_http remoteip" +APACHE2_MODULES="-* alias auth_basic authn_core authz_core authz_host authz_user autoindex cache cache_disk cgid dav deflate dir env expires filter headers http2 log_config macro mime mime_magic proxy proxy_http remoteip rewrite socache_shmcb status unixd vhost_alias" ALSA_PCM_PLUGINS="none" USE=" autoservicerestart nohourlyupdate berkdb cron exiscan-acl extras -gdbm -gallium logrotate |