[Mod_log_sql] mod_log_sql not logging; also no debug output

Perry Sebastian pSebastian at geomet.com
Mon Jan 17 19:43:39 EST 2005


Sure, here it is:

LoadModule log_sql_module modules/mod_log_sql.so
LoadModule log_sql_mysql_module modules/mod_log_sql_mysql.so
<IfModule mod_ssl.c>
	LoadModule log_sql_ssl_module modules/mod_log_sql_ssl.so
</IfModule>

LogSQLLoginInfo mysql://loguser:l0gger@192.168.213.16/apachelogs 
#LogSQLLoginInfo localhost loguser
#LogSQLDatabase apachelogs 
LogSQLCreateTables on
# if localhost use
LogSQLDBParam socketfile /var/lib/mysql/mysql.sock
LogLevel debug
ErrorLog /usr/local/apache2/logs/logsql-messages 

LogSQLRequestIgnore root.exe cmd.exe default.ida
LogSQLRequestIgnore .gif .jpg


Perry

>>> Edward Rudd <urkle at outoforder.cc> 01/16/05 03:59PM >>>
On Fri, 2005-01-14 at 00:08, Perry wrote:
> I have recently install the mod_log_sql module on a FC3 box and had no problems
> with installation. However, I can't seem to get any output from the mod_log_sql
> module. It will generate error messages to the apache error log if there is a
> mis- configured connection, but the debug setting does not generate output to
> the Errorlog file:
> 
> LogLevel debug
> ErrorLog /usr/local/apache2/logs/logsql-messages 
Could you post your mod_log_sql configuration?

[snip

-- 
Edward Rudd <urkle at outoforder.cc>
Website http://www.outoforder.cc/





More information about the Mod_log_sql mailing list