diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-09-10 16:04:57 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-09-10 16:04:57 +0000 |
commit | d67de08be3276b05f57cb06afe8ce2632c88828f (patch) | |
tree | 3e356019b00f72f69a956e7bb483c333de7b0afe /www/Makefile | |
parent | - Fix fetching (diff) |
- Yet another MySQL authentication module for apache 2.0.x
add mod_auth_mysql-1.5
mod_auth_mysql provides an MySQL-based authentication for apache2.
It's also designed to support multiple virtualhosts using only one
database.
WWW: http://www.heuer.org/mod_auth_mysql/
Notes
Notes:
svn path=/head/; revision=142357
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 dc9ea8667218..a716a08f0d1c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -256,6 +256,7 @@ SUBDIR += mod_auth_imap2 SUBDIR += mod_auth_kerb SUBDIR += mod_auth_mysql + SUBDIR += mod_auth_mysql2 SUBDIR += mod_auth_mysql41_ap2 SUBDIR += mod_auth_mysql_another SUBDIR += mod_auth_pam |