Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85118 - Using the new mpm* USE flags breaks apxs2 -q MPM_NAME
Summary: Using the new mpm* USE flags breaks apxs2 -q MPM_NAME
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 60438
  Show dependency tree
 
Reported: 2005-03-13 11:23 UTC by Stuart Herbert (RETIRED)
Modified: 2005-07-11 18:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
support only one mpm (apache-onempm.patch,4.32 KB, patch)
2005-04-22 02:06 UTC, Benedikt Böhm (RETIRED)
Details | Diff
support only one mpm (dist) (apache-onempm-dist.patch,2.43 KB, patch)
2005-04-22 02:06 UTC, Benedikt Böhm (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Herbert (RETIRED) gentoo-dev 2005-03-13 11:23:07 UTC
If you install Apache2 w/ multiple MPMs, apxs2 -q MPM_NAME only returns the name of a single MPM.  It should either return a space-separated list of the installed MPMs, or return the name of the MPM that /usr/sbin/apache2 is symlinked to.

This bug tricks mod_php5 and mod_php4's configure script into switching on thread-safety mode.  At the moment, we don't really support thread-safety mode w/ Apache 2.

Best regards,
Stu
Comment 1 Paul Querna 2005-03-13 12:11:08 UTC
space seperated is not valid, and would break other scripts.
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2005-04-21 04:02:04 UTC
what about supporting only one mpm at a time? this would also solve ZTS issues in mod_php
Comment 3 Elfyn McBratney (beu) (RETIRED) gentoo-dev 2005-04-21 04:16:06 UTC
Yes please ! :)
Comment 4 Benedikt Böhm (RETIRED) gentoo-dev 2005-04-22 02:06:22 UTC
Created attachment 56907 [details, diff]
support only one mpm
Comment 5 Benedikt Böhm (RETIRED) gentoo-dev 2005-04-22 02:06:35 UTC
Created attachment 56908 [details, diff]
support only one mpm (dist)
Comment 6 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-07-11 18:47:56 UTC
multiple-mpm support has been removed, now only one mpm may be installed at a time.
resolving FIXED.