Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 58942

Summary: net-www/mod_log_sql-1.98 configfile error
Product: Gentoo Linux Reporter: Daniel Webert <rockoo>
Component: New packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Webert 2004-07-30 15:21:38 UTC
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 Chuck Short (RETIRED) gentoo-dev 2004-08-03 17:07:40 UTC
Fixed in cvs.