diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-09 23:15:20 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-09 23:15:20 +0000 |
commit | 643168d988060f4450dec0c1d9f7ca2f7ec9e128 (patch) | |
tree | dcd48d98cb374f232b954e0c1eb8cd05f7f93da4 /www/mod_auth_mysql41_ap2/pkg-message | |
parent | 7433b9218c52d69fddba3c202381c87670046206 (diff) | |
download | ports-643168d988060f4450dec0c1d9f7ca2f7ec9e128.tar.gz ports-643168d988060f4450dec0c1d9f7ca2f7ec9e128.zip |
Add mod_auth_mysql41_ap2 1.00, mySQL 4.1 and Apache 2 port of
mod_auth_mysql.
PR: 57503
Submitted by: Douglas A. Maske <maske@maske.org>
Approved by: erwin (mentor) (implicity)
Notes
Notes:
svn path=/head/; revision=97817
Diffstat (limited to 'www/mod_auth_mysql41_ap2/pkg-message')
-rw-r--r-- | www/mod_auth_mysql41_ap2/pkg-message | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/mod_auth_mysql41_ap2/pkg-message b/www/mod_auth_mysql41_ap2/pkg-message new file mode 100644 index 000000000000..0d443aee1001 --- /dev/null +++ b/www/mod_auth_mysql41_ap2/pkg-message @@ -0,0 +1,27 @@ +***************************************************************************** + +You have installed the mod_auth_mysql41_ap2 package. + +Your Apache2 configuration file has been updated with the new module. + +Please restart Apache2 for this module to activate. + +You should put this to your .htaccess file: + +AuthType Basic +AuthName YOURAUTHNAME +AuthMySQLDB YOURDATABASENAME +AuthMySQLUser YOURMYSQLUSERNAME +AuthMySQLPassword YOURMYSQLPASSWORD +AuthMySQLHost YOURMYSQLHOSTNAME +AuthMySQLUserTable YOURUSERTABLENAME +AuthMySQLNameField USERNAMEFIELD +AuthMySQLPasswordField PASSWORDFIELD + +For .htaccess options, view /usr/local/share/doc/mod_auth_mysql41_ap2/README + +For more information visit http://www.maske.org + +Group authentication is not supported at this time. + +***************************************************************************** |