Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 180544 - net-www/apache-2.2.4-r4 LoadModule mod_suexec not included anywhere in conf files
Summary: net-www/apache-2.2.4-r4 LoadModule mod_suexec not included anywhere in conf f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-01 11:52 UTC by Láďa Durchánek
Modified: 2007-06-02 08:05 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Láďa Durchánek 2007-06-01 11:52:27 UTC
I recently updated Apache 2.2.4 to -r4 and it start to complain about unknown directive SuExecUserGroup. Then I founded that <IfDefine SUEXEC> block somehow disappeared from httpd.conf (as it was present there in later 2.2.4).
I tried to delete httpd.conf and reemerge apache but still without any success. Adding "LoadModule mod_suexec modules/mod_suexec.so" somewhere to confs solved the problem but I think this is a bit confusing.

Reproducible: Always
Comment 1 Christian Heim (RETIRED) gentoo-dev 2007-06-02 08:05:24 UTC
Your solution is the right one, but you looked at the wrong place ;) The main reason is the ebuild lacking a mods="${mods} suexec" line, which is needed to add the LoadModule to httpd.conf in src_install.

I've just committed a fix for that to the ebuild and if you remerge apache once the rsync mirrors have the new version of apache-2.2.4-r4, you should have that fix.