| 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>
When some admin wants just to disable the info_module (from modules), then it automatically also disables the status_module too..
fixed in 2.2.6-r4 (still masked though)