Bug 58942 - net-www/mod_log_sql-1.98 configfile error
Bug#: 58942 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: apache-bugs@gentoo.org Reported By: rockoo@gmail.com
Component: Ebuilds
URL: 
Summary: net-www/mod_log_sql-1.98 configfile error
Keywords:  
Status Whiteboard: 
Opened: 2004-07-30 15:21 0000
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.