Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140237 - parse_modules_config with Apache is broken
Summary: parse_modules_config with Apache is broken
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-13 08:03 UTC by W-Mark Kubacki
Modified: 2006-07-13 08:24 UTC (History)
0 users

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 W-Mark Kubacki 2006-07-13 08:03:21 UTC
Say, you have modified /etc/apache2/apache2-builtin-mods to have mod_alias.c compiled in statically:
   mod_alias static

Then an "emerge apache" will result in apache without mod_alias.c - it won't neither be build statically nor as (dynamic) module.

(No error nor warning appears to inform the user about this.)

If you had a former installation of apache-2.0.58 in which this was not broken, this will result in malfunction of one's webserver.
Comment 1 W-Mark Kubacki 2006-07-13 08:24:26 UTC
This is only true if /etc/apache2 is not readably by user "portage".