diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-07 16:29:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-07 16:29:02 +0000 |
commit | a0774bd73dda3f409d39f0bf9ac46480f53f4ee2 (patch) | |
tree | 0e0d3784f0b61fabd71d2d1111c7369ad97591e7 /www/Makefile | |
parent | b5131ac9cf3c8782a97f5b7d8bf8b35e52929743 (diff) | |
download | ports-a0774bd73dda3f409d39f0bf9ac46480f53f4ee2.tar.gz ports-a0774bd73dda3f409d39f0bf9ac46480f53f4ee2.zip |
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>
Notes
Notes:
svn path=/head/; revision=186824
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d61928da3004..aa3cc85d1ada 100644 --- a/www/Makefile +++ b/www/Makefile @@ -351,6 +351,7 @@ SUBDIR += mod_line_edit SUBDIR += mod_log_config-st SUBDIR += mod_log_data + SUBDIR += mod_log_dbd SUBDIR += mod_log_mysql SUBDIR += mod_log_spread SUBDIR += mod_log_sql |