Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35568 - added the threads USE flag for apache2
Summary: added the threads USE flag for apache2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-10 19:21 UTC by Ahmed Farid
Modified: 2004-08-27 08:11 UTC (History)
0 users

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


Attachments
the modified ebuild (apache-2.0.48-r1.ebuild,11.64 KB, application/octet-stream)
2003-12-10 19:23 UTC, Ahmed Farid
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmed Farid 2003-12-10 19:21:06 UTC
well i noticed the ${MPM} which is kinda hidden so i added "threads" USE flag to the ebuild to make it switch to "worker" mpm module instead of the default prefork.

Reproducible: Always
Steps to Reproduce:
1. USE=apache2 emerge apache (without reading the ebuild)
Actual Results:  
ended up with apache2 with prefork mpm.

Expected Results:  
should get an option to use either prefork or worker.
Comment 1 Ahmed Farid 2003-12-10 19:23:49 UTC
Created attachment 22013 [details]
the modified ebuild

if you gonna put it in overlay remember to copy
/usr/portage/net-www/apache/files/* as well.
Comment 2 Chuck Short (RETIRED) gentoo-dev 2004-04-13 15:48:14 UTC
This will be added into 2.0.49-r1.

regards
chuck
Comment 3 Chuck Short (RETIRED) gentoo-dev 2004-04-15 06:55:14 UTC
This has been added to apache-2.0.49-r1. However, a diff would do nicely rather than adding the ebuild to the bug report.

Regards
chuck
Comment 4 Chris Gottbrath 2004-08-27 08:11:48 UTC
is there any potential conflict between this use flag and the perl 'threads' use flag?