Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 197032
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Apache Team - Bugzilla Reports <apache-bugs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Priit Laes (IRC: plaes) <plaes@plaes.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 197032 depends on: Show dependency tree
Bug 197032 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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)

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug