freebsd-ports/www/mod_auth_mysql41_ap2/pkg-message
Clement Laforet 643168d988 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)
2004-01-09 23:15:20 +00:00

27 lines
834 B
Text

*****************************************************************************
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.
*****************************************************************************