Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 58942
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Apache Team - Bugzilla Reports <apache-bugs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Daniel Webert <rockoo@gmail.com>
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 58942 depends on: Show dependency tree
Bug 58942 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: 2004-07-30 15:21 0000
net-www/mod_log_sql-1.98 configfile error

typo in /etc/apache2/conf/modules.d/10_mod_log_sql.conf

<snip>
Syntax error on line 6 of /usr/lib/apache2/conf/modules.d/10_mod_log_sql.conf:
Invalid command 'LoadModules', perhaps mis-spelled or defined by a module not included in the server configuration   
</snap>

<wrong>
 LoadModules log_sql_mysql_module extramodules/mod_log_sql_mysql.so
</wrong>

<correct>
 LoadModule log_sql_mysql_module extramodules/mod_log_sql_mysql.so
</correct>

------- Comment #1 From Chuck Short (RETIRED) 2004-08-03 17:07:40 0000 -------
Fixed in cvs.

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