Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2004 13:12:55 -0700 (PDT)
From:      Clement Laforet <clement@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/mod_log_mysql Makefile distinfo pkg-descr
Message-ID:  <200405022012.i42KCtK1064043@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
clement     2004/05/02 13:12:55 PDT

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/mod_log_mysql    Makefile distinfo pkg-descr 
  Log:
  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/
  
  Revision  Changes    Path
  1.864     +1 -0      ports/www/Makefile
  1.9       +30 -0     ports/www/mod_log_mysql/Makefile (new)
  1.6       +2 -0      ports/www/mod_log_mysql/distinfo (new)
  1.3       +18 -0     ports/www/mod_log_mysql/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405022012.i42KCtK1064043>