Summary: | New port: www/mod_log_dbd Write Apache access logs to a database using APR DBD | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Brandon Fosdick <bfoz> | ||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Brandon Fosdick
2007-01-25 06:00:36 UTC
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it. State Changed From-To: open->feedback Ask for maintainer fix. State Changed From-To: feedback->closed no reply from submitter. Please feel free to submit a follow-up for this PR ticket if you can come up with a solution. I've sent numerous replies to this, including a new shar on Feb 1, 2007. Did you not get any of them? I also sent you a message on Feb 24, but didn't get a reply. State Changed From-To: closed->open reopen submitter send a new diff. 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed New port added. Thanks! |