Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 85118

Summary: Using the new mpm* USE flags breaks apxs2 -q MPM_NAME
Product: Gentoo Linux Reporter: Stuart Herbert (RETIRED) <stuart>
Component: New packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: php-bugs
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 60438    
Attachments: support only one mpm
support only one mpm (dist)

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.