28 lines
834 B
Text
28 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.
|
||
|
|
||
|
*****************************************************************************
|