Open GoogleCodeExporter opened 8 years ago
Original comment by sanchore...@gmail.com
on 17 Nov 2009 at 7:09
something like:
<Directory /ariadneDir/ariadne4j/WebContent>
AuthType Basic
AuthName "You must login to view the asset editor:"
AuthMySQLHost localhost
AuthMySQLPort 3306
AuthMySQLUser root
AuthMySQLPassword s3cr3t
AuthMySQLDB ariadne
AuthMysqlUserTable users
AuthMySQLNameField rl_last_name
AuthMySQLPasswordField pwd
AuthMySQLPwEncryption none
AuthMySQLEnable on
AuthMySQLNoPasswd Off
require valid-user
</Directory>
<Location "/ariadneDir/ariadne4j/WEB-INF/">
AllowOverride None
deny from all
</Location>
Original comment by sanchore...@gmail.com
on 28 Nov 2009 at 8:37
don't forget to add the module!
LoadModule mysql_auth_module modules/mod_auth_mysql.so
Original comment by sanchore...@gmail.com
on 28 Nov 2009 at 8:42
Original issue reported on code.google.com by
sanchore...@gmail.com
on 17 Nov 2009 at 7:06