Release of version 1.101 of mod_log_sql

Edward Rudd <[email protected]> Wed, 15 Nov 2006 00:43:42 -0500
Newsgroups gmane.comp.apache.mod-log-sql
Message-ID <[email protected]>
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--===============1646289293==
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="------------enigA3A2CCE286E5C6F1342A0765"

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigA3A2CCE286E5C6F1342A0765
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Finally after way too long of a delay I have released mod_log_sql 1.101.
 This released fixes a long standing bug where if you did not load the
database drive module mod_log_sql would segfault your apache. This no
longer occurs and an error message is logged to the apache error log.

This release adds more documentation of the all the log formats and also
adds documentation of the tabletype DBParam for the mysql driver. Using
LogSQLDBParam tabletype ARCHIVE will set the tabletype for autocreated
tables to ARCHIVE (and save TONS of space too)

This release also adds another sub-module that will log incoming and
outgoing bytes (logio) This modules is EXCLUSIVE to the mod_logio
module. Meaning if you use the mod_log_sql version you must NOT load the
standard apache version. Currenlty due to how logging of outgoing bytes
is done in the apache core there is NO workaround for this, you either
log outgoing bytes in the text access logs OR mod_log_sql.

To actually USE the new logging fields you just need to add the "i" and
"o" LogSQLLogFormat options.

Please note that these are lowercase instead of uppercase like they are
in mod_logio.

Due to the addition of the logio two new fields are added to the log
tables. If you wish to use logging if IO then you MUST alter your
existing tables adding fields bytes_in and bytes out of type int unsigned=


ALTER TABLE mylogingtable ADD COLUMN bytes_in INT UNSIGNED, ADD COLUMN
bytes_out INT UNSIGNED

--
Edward Rudd <[email protected]>
Website http://www.outoforder.cc/


--------------enigA3A2CCE286E5C6F1342A0765
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD4DBQFFWqkTvwMxRUUct20RAsA4AJUWUoxD3kH7gd+OyFVmWPKACh8EAJ43UBmG
KpDVrGyg+YVarpLzGDWllw==
=tUx3
-----END PGP SIGNATURE-----

--------------enigA3A2CCE286E5C6F1342A0765--

--===============1646289293==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Download the latest version at http://www.outoforder.cc/projects/apache/mod_log_sql/

To unsubscribe send an e-mail to 
mod_log_sql-unsubscribe-7qY7E20V6GW73k+5HYS8LQqVMODqnSLI@public.gmane.org

--===============1646289293==--