Date: Wed, 7 Mar 2007 16:29:02 +0000 (UTC) From: Martin Wilke <miwi@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_dbd Makefile distinfo pkg-descr pkg-plist Message-ID: <200703071629.l27GT28Z075905@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2007-03-07 16:29:02 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_log_dbd Makefile distinfo pkg-descr pkg-plist Log: mod_log_dbd is an add-on module for the Apache web server that uses the APR DBD framework to store access logs in a database. Any missing tables and columns are automatically created if the module is given a database user with sufficient privileges. This module was designed for simplicity and therefore doesn't allow the nearly-inifinite customization of other logging modules. For example, column and table names are created automatically, which not only simplifies configuration but improves performance as well. WWW: http://bfoz.net/projects/mod_log_dbd/ -Brandon bfoz@bfoz.net PR: ports/108326 Submitted by: Brandon Fosdick <bfoz at bfoz.net> Revision Changes Path 1.1738 +1 -0 ports/www/Makefile 1.1 +24 -0 ports/www/mod_log_dbd/Makefile (new) 1.1 +3 -0 ports/www/mod_log_dbd/distinfo (new) 1.1 +14 -0 ports/www/mod_log_dbd/pkg-descr (new) 1.1 +4 -0 ports/www/mod_log_dbd/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703071629.l27GT28Z075905>