All releases of mod_log_sql


Release Notes: Many of the broken autoconf detection issues that existed in 1.99 were fixed. Several SQL related issues that would cause mod_log_sql to crash due to improper escaping of the unique ID were fixed. The only new feature is the addition of the "V" directive to log the incoming virtualhostname instead of the "ServerName".


Release Notes: This release fixes a crash when using the preserve file. It adds an initial libdbi driver. It has better detection of system libraries (MySQL, DBI, etc.).


Release Notes: A new configuration option, LogSQLDisablePreserve, was added. The default preserve file location was changed to logs/mod_log_sql-preserve. Win32 support was added. Minor autoconf fixes were made.


Release Notes: Some small fixes were made to the autoconf scripts to better detect APR include paths. LogSQLLoginInfo can now use a URI form to specify connection information (for example, mysql://username:password@host/database). The MySQL database code is now in a separate module and the next release will have alternate drivers for other databases.


Release Notes: The LogSQLPreserveFile config parameter was fixed. All MySQL-specific code was moved to a separate code module (implementing DB abstraction). The documentation was completely converted to Docbook and updated. The LogSQLDelayedInserts config option was removed. The DB-generic LogSQLDBParam was added. The usage template for this option is "LogSQLDBParam [param] [value]". For example, "LogSQLDBParam tcpport 12345". The notes, cookes, headersin, and headersout tables are no longer created unless they are used.


No changes have been submitted for this release.


Release Notes: This release includes reworked table creation code, support for MySQL delayed inserts, greater filtering capability, and the ability to log CGI arguments. An obscure TCP port bug that occurred on certain systems was also fixed.


Release Notes: Major new features include logging of notes, headers, and cookies to separate SQL tables, support for server farms, better connection handling, support for domain names containing dashes, and more robust logging and error handling. There are also a few minor bugfixes, and this release uses the Artistic License.


Release Notes: This release incorporates big changes including support for on-the-fly table creation, dynamic table naming for mass virtual hosting sites, better configurability, and a few minor feature/performance improvements. The make process now follows the existing Apache standard as well.


Release Notes: This release incorporates vastly improved error and connection reporting, an improved connection-retry mechanism, and an 'offline' capability whereby log entries that occur during a database outage are preserved in a local file for later inclusion.