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

Bug 140237

Summary: parse_modules_config with Apache is broken
Product: Gentoo Linux Reporter: W-Mark Kubacki <wmark.gentoo>
Component: EclassesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: critical    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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".