diff options
author | clement <clement@FreeBSD.org> | 2004-04-17 03:57:21 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-17 03:57:21 +0800 |
commit | 59a726389e9f88e3da1b140e57b3d5600a5ea76c (patch) | |
tree | 715ad2ab1269647d586f42cf8dddb8d29abce649 /www/Makefile | |
parent | a861c3837650d751b638ba853e7b68ffff4acea1 (diff) | |
download | freebsd-ports-gnome-59a726389e9f88e3da1b140e57b3d5600a5ea76c.tar.gz freebsd-ports-gnome-59a726389e9f88e3da1b140e57b3d5600a5ea76c.tar.zst freebsd-ports-gnome-59a726389e9f88e3da1b140e57b3d5600a5ea76c.zip |
Add mod_log_sql 1.97.
This add-on module allows the apache web server to use a MySQL database
for logging of all operations.
WWW: http://www.outoforder.cc/projects/apache/mod_log_sql/
This release add supports for apache2.
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 4ec1dde312e0..be1c534c60ef 100644 --- a/www/Makefile +++ b/www/Makefile @@ -251,6 +251,7 @@ SUBDIR += mod_limitipconn2 SUBDIR += mod_log_data SUBDIR += mod_log_sql + SUBDIR += mod_log_sql2 SUBDIR += mod_macro SUBDIR += mod_mp3 SUBDIR += mod_musicindex |