diff options
author | mbr <mbr@FreeBSD.org> | 2002-04-27 13:53:37 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-04-27 13:53:37 +0000 |
commit | f2a8c52da1cc0aa6c6d3ce4676059664c306a45b (patch) | |
tree | b811f6d95232d44a4e0ac30dd834deb835c50c54 /www/mod_auth_mysql_another/pkg-descr | |
parent | 507761921174f395fbbff0e8425522eedc7aa830 (diff) | |
download | FreeBSD-ports-f2a8c52da1cc0aa6c6d3ce4676059664c306a45b.zip FreeBSD-ports-f2a8c52da1cc0aa6c6d3ce4676059664c306a45b.tar.gz |
Another version of mod_auth_mysql which works ok with more than one
Database too.
Diffstat (limited to 'www/mod_auth_mysql_another/pkg-descr')
-rw-r--r-- | www/mod_auth_mysql_another/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_auth_mysql_another/pkg-descr b/www/mod_auth_mysql_another/pkg-descr new file mode 100644 index 0000000..251973d --- /dev/null +++ b/www/mod_auth_mysql_another/pkg-descr @@ -0,0 +1,11 @@ +This add-on module allows the apache web server to use a MySQL database for user and/or group authentication. +For large user lists this can offer a significate speed up over apache's standard flat file format. + +There is a different version of mod_auth_mysql in the ports tree with different configuration. Unfortunatly +this version has a bug if used on a system which has more than one authentification databases. You may have +to look which version fits your requirements. + +WWW: ftp://ftp.kcilink.com/pub + +Martin Blapp +mbr@freebsd.org |