Gentoo Archives: gentoo-user

From: dexters84 <dexters84@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why does emerge ignore APACHE2_MPMS?
Date: Mon, 21 Apr 2008 22:47:32
Message-Id: 480D1980.4030008@gmail.com
In Reply to: [gentoo-user] Why does emerge ignore APACHE2_MPMS? by felix@crowfix.com
1 AFAIK only one mpm at once is valid
2
3 regards
4 dexter
5
6 felix@×××××××.com pisze:
7 > My make.conf has this line:
8 >
9 > APACHE2_MPMS="mpm-prefork mpm-worker"
10 >
11 > which used to be good enough, but now emerge ignores it:
12 >
13 > emerge -ptuvDN world | grep apache
14 > [ebuild R ] www-servers/apache-2.2.8-r2 USE="doc ssl suexec threads -debug -ldap (-selinux) -sni -static" APACHE2_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache dumpio env expires ext_filter file_cache filter headers ident imagemap include info log_config log_forensic logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http rewrite setenvif speling status unique_id userdir usertrack version vhost_alias -cern_meta -charset_lite -substitute%" APACHE2_MPMS="-event -itk -peruser -prefork -worker" 0 kB
15 >
16 > This worked fine for the previous build, which apparently was the same
17 > version. I thought -v was supposed to flag the reasons for the
18 > rebuild with '*' but don't see one.
19 >
20 > What is really annoying is that if this is done from an xterm with
21 > DISPLAY set, it pops up a series of GUI windows prompting for MPM
22 > config details. It seems rather out of place for a supposedly
23 > automated build system, and it is also a bit puzzling why it is
24 > important enough to interrupt a build under X but not without X. Here
25 > is that part of the log:
26 >
27 > checking for sys/times.h... (cached) yes
28 > checking for times... (cached) yes
29 > checking which MPM to use... worker
30 > Worker: Can't connect to X!
31 >
32 >
33
34 --
35 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Why does emerge ignore APACHE2_MPMS? felix@×××××××.com