Bug 197032 - www-servers/apache - separate -D INFO and -D STATUS
Bug#: 197032 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P5
Resolution: FIXED Assigned To: apache-bugs@gentoo.org Reported By: plaes@plaes.org
Component: Ebuilds
URL: 
Summary: www-servers/apache - separate -D INFO and -D STATUS
Keywords:  
Status Whiteboard: 
Opened: 2007-10-25 13:19 0000
Description:   Opened: 2007-10-25 13:19 0000
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 From Jakub Moc (RETIRED) 2007-10-25 15:25:06 0000 -------
Care to tell us why?

------- Comment #2 From Priit Laes (IRC: plaes) 2007-10-25 15:43:40 0000 -------
When some admin wants just to disable the info_module (from modules), then it
automatically also disables the status_module too..

------- Comment #3 From Jakub Moc (RETIRED) 2007-10-25 15:45:26 0000 -------
Oh noes! :P

------- Comment #4 From Benedikt Böhm 2007-11-29 18:47:55 0000 -------
fixed in 2.2.6-r4 (still masked though)