summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-10-12 06:04:08 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-10-12 06:04:08 +0000
commit8042ebea9887856009fcbedecab68c11dd483f7a (patch)
treecfb8f7b3e87469b2a35c214ce3233c3cccdda31c /profiles
parentVersion bump. (diff)
downloadgentoo-2-8042ebea9887856009fcbedecab68c11dd483f7a.tar.gz
gentoo-2-8042ebea9887856009fcbedecab68c11dd483f7a.tar.bz2
gentoo-2-8042ebea9887856009fcbedecab68c11dd483f7a.zip
Extending apache defaults for apache 2.4
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults6
1 files changed, 4 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index d80155437918..79e3db76f6d9 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.86 2012/09/27 18:56:19 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.87 2012/10/12 06:04:08 patrick Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -70,7 +70,9 @@ ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hoo
# Benedikt Böhm <hollow@gentoo.org> (27 Nov 2007)
# Sane defaults for built-in apache modules
-APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias"
+# Patrick Lauer <patrick@gentoo.org> (12 Oct 2012)
+# extend for apache 2.4
+APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias"
# Peter Volkov <pva@gentoo.org> (29 Apr 2010)
# Set some defaults or package will fail to build (Check mconfig in package sources)