[gentoo-user] Why does emerge ignore APACHE2_MPMS?

2008-04-21 Thread felix
My make.conf has this line: APACHE2_MPMS="mpm-prefork mpm-worker" which used to be good enough, but now emerge ignores it: emerge -ptuvDN world | grep apache [ebuild R ] www-servers/apache-2.2.8-r2 USE="doc ssl suexec threads -debug -ldap (-selinux) -sni -static" APACHE2_MODULE

Re: [gentoo-user] Why does emerge ignore APACHE2_MPMS?

2008-04-21 Thread dexters84
AFAIK only one mpm at once is valid regards dexter [EMAIL PROTECTED] pisze: My make.conf has this line: APACHE2_MPMS="mpm-prefork mpm-worker" which used to be good enough, but now emerge ignores it: emerge -ptuvDN world | grep apache [ebuild R ] www-servers/apache-2.2.8-r2 U

Re: [gentoo-user] Why does emerge ignore APACHE2_MPMS?

2008-04-21 Thread felix
On Tue, Apr 22, 2008 at 12:47:28AM +0200, dexters84 wrote: > AFAIK only one mpm at once is valid Then why doesn't the non-X emerge die? If non-X can figure it out (and the resultant apache is working fine), then why does the X emerge care, and why does it hold up my emerge run with a GUI popup?

Re: [gentoo-user] Why does emerge ignore APACHE2_MPMS?

2008-04-22 Thread Joe User
Am Dienstag, 22. April 2008 00:25:23 schrieb [EMAIL PROTECTED]: > My make.conf has this line: > > APACHE2_MPMS="mpm-prefork mpm-worker" That line should be APACHE2_MPMS="prefork worker" Regards, Joe User -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Why does emerge ignore APACHE2_MPMS?

2008-04-22 Thread felix
On Tue, Apr 22, 2008 at 11:53:45AM +0200, Joe User wrote: > Am Dienstag, 22. April 2008 00:25:23 schrieb [EMAIL PROTECTED]: > > My make.conf has this line: > > > > APACHE2_MPMS="mpm-prefork mpm-worker" > > That line should be > APACHE2_MPMS="prefork worker" Right you are! When I change that,