2008/3/2, dexters84 <[EMAIL PROTECTED]>: > My main problem is that emerge apache command is not affected by flag > settings in /etc/portage/package.use in any way. > How do I properly set new apache flags ? > Where do I define APACHE2_MODULES ? > Where do I define APACHE2_MPMS ?
as defined in http://www.gentoo.org/doc/en/apache-upgrading.xml you can use APACHE2_MODULES an APACHE2_MPMS in /etc/make.conf if you upgrade from version > 2.2.6-r4 you can use this two shell line: echo APACHE2_MODULES=\"$(sed '/^mod_/s/mod_\(.*\)\s\+\(shared\|static\)/\1/;t n;d;:n' /etc/apache2/apache2-builtin-mods)\" >> /etc/make.conf rm /etc/apache2/apache2-builtin-mods -- "Per il giovane ribelle non c'รจ soluzione..." http://lobotomiatbm.wordpress.com http://www.pettinix.org http://pettinatoridibambole.blogspot.com -- [email protected] mailing list

