Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197032 - www-servers/apache - separate -D INFO and -D STATUS
Summary: www-servers/apache - separate -D INFO and -D STATUS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-25 13:19 UTC by Priit Laes (IRC: plaes)
Modified: 2007-11-29 18:47 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 Priit Laes (IRC: plaes) 2007-10-25 13:19:12 UTC
Currently in /etc/apache2/modules.d/00_mod_info.conf

The IfModule blocks are in following order:
<IfModule info_module>
<IfModule status_module>
...conf options for both...
</IfModule>
</IfModule>

IMHO, better approach would be:
<IfModule info_module>
...conf options for info_
</IfModule>

<IfModule status_module>
...conf options for status_
</IfModule>
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-25 15:25:06 UTC
Care to tell us why?
Comment 2 Priit Laes (IRC: plaes) 2007-10-25 15:43:40 UTC
When some admin wants just to disable the info_module (from modules), then it automatically also disables the status_module too..
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-10-25 15:45:26 UTC
Oh noes! :P
Comment 4 Benedikt Böhm (RETIRED) gentoo-dev 2007-11-29 18:47:55 UTC
fixed in 2.2.6-r4 (still masked though)