diff options
author | anders <anders@FreeBSD.org> | 2001-11-12 10:51:50 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2001-11-12 10:51:50 +0800 |
commit | 2e0a4ad84e83c96ac891164261fe20fff1549b00 (patch) | |
tree | 892ebb3172a5cfc9bb74582e1adb4ee08c5d0ca6 /www/Makefile | |
parent | 0d872ccb7749c872a9158fef54c08c7ad21ce118 (diff) | |
download | freebsd-ports-gnome-2e0a4ad84e83c96ac891164261fe20fff1549b00.tar.gz freebsd-ports-gnome-2e0a4ad84e83c96ac891164261fe20fff1549b00.tar.zst freebsd-ports-gnome-2e0a4ad84e83c96ac891164261fe20fff1549b00.zip |
Add mod_mylo, a module for Apache that sends logs directly to a MySQL database
in addition to normal logging.
PR: 31576
Approved by: will
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 f0840f29af45..5b4b4cc153f0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -150,6 +150,7 @@ SUBDIR += mod_jk SUBDIR += mod_layout SUBDIR += mod_mp3 + SUBDIR += mod_mylo SUBDIR += mod_perl SUBDIR += mod_php3 SUBDIR += mod_php4 |