Gentoo Archives: gentoo-user

From: Lobotomia <lobotomiatbm@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Apache 2 + portage
Date: Sun, 02 Mar 2008 14:50:24
Message-Id: ba6dd6560803020650k1fe764dey27faadd4dbdbf43d@mail.gmail.com
In Reply to: [gentoo-user] Apache 2 + portage by dexters84
1 2008/3/2, dexters84 <dexters84@×××××.com>:
2 > My main problem is that emerge apache command is not affected by flag
3 > settings in /etc/portage/package.use in any way.
4 > How do I properly set new apache flags ?
5 > Where do I define APACHE2_MODULES ?
6 > Where do I define APACHE2_MPMS ?
7
8 as defined in http://www.gentoo.org/doc/en/apache-upgrading.xml
9 you can use APACHE2_MODULES an APACHE2_MPMS in /etc/make.conf
10
11 if you upgrade from version > 2.2.6-r4 you can use this two shell line:
12
13 echo APACHE2_MODULES=\"$(sed
14 '/^mod_/s/mod_\(.*\)\s\+\(shared\|static\)/\1/;t n;d;:n'
15 /etc/apache2/apache2-builtin-mods)\" >> /etc/make.conf
16
17 rm /etc/apache2/apache2-builtin-mods
18
19
20
21 --
22 "Per il giovane ribelle
23 non c'è soluzione..."
24 http://lobotomiatbm.wordpress.com
25 http://www.pettinix.org
26 http://pettinatoridibambole.blogspot.com
27 --
28 gentoo-user@l.g.o mailing list