Commit graph

10 commits

Author SHA1 Message Date
Clement Laforet
295c3d94ab Add mod_log_mysql 1.0.
mod_log_mysql is a module for the Apache 2 webserver which permits
request logging into a MySQL database.

Key features are:
    * Seamless integration into the standard Apache logging
      configuration.
    * Only one configuration line needed to start logging.
    * Free SQL use.
    * Multiple databases, database users and/or database servers.
    * Connection pooling, only one connection per log target per
      child process.
    * Logs data as it is: e.g. times as SQL DATETIME and n/a items
      as SQL NULL.
    * Won't loose data if the database server is down.

Note: this module requires mod_log_config-st

WWW: http://bitbrook.de/software/mod_log_mysql/
2004-05-02 20:12:55 +00:00
Lev A. Serebryakov
2366f65a89 Remove old directory, at least. 2003-07-14 09:33:11 +00:00
Lev A. Serebryakov
7356bba4c6 www/mod_log_mysql -> www/mod_log_sql
Renamed by author in latest version.
2003-07-12 19:07:53 +00:00
Lev A. Serebryakov
1995afb5cf Change MAINTAINER field of my ports to lev@FReeBSD.org, my brand-new
committer's e-mail

Approved by:	sobomax
2003-06-17 13:53:45 +00:00
Akinori MUSHA
e173f6c3ea De-pkg-comment. 2003-02-21 14:08:24 +00:00
Ying-Chieh Liao
1e4c192609 upgrade to 1.16
PR:		39122
Submitted by:	maintainer
2002-06-22 17:00:49 +00:00
Patrick Li
75a29a56df Update to 1.14
PR:		35478
Submitted by:	maintainer
2002-03-03 07:30:32 +00:00
Patrick Li
f764b1e0a5 Fix breakage that would cause this module to not work at all
Bump PORTREVISION.

PR:		34522
Submitted by:	maintainer
2002-02-02 05:37:22 +00:00
David W. Chapman Jr.
50336f09e0 Update to 1.13
PR:		34342
Submitted by:	maintainer
2002-01-27 17:42:06 +00:00
Pete Fritchman
b4f2244de5 Add mod_log_mysql-1.09, allows Apache to log to a MySQL database
PR:		32192
Submitted by:	Lev Serebryakov <lev@serebryakov.spb.ru>
2001-11-25 09:22:45 +00:00