mod_auth_mysql conflicting with password protected directories

I've been messing around with mod_auth_mysql and haven't been able to find many people using it.

I managed to get it installed to my Cpanel box alright but its giving me errors.

The problem is that its trying to use MySQL for regular .htaccess password protected directories when I don't want to.

Example in error_log:

[Tue Mar 29 05:23:29 2005] [error] MySQL ERROR: Access denied for user: '@localhost' to database 'test'
[Tue Mar 29 05:23:29 2005] [error] MySQL user admin not found: /admin

I have the following lines in httpd.conf:

#LoadModule mysql_auth_module libexec/mod_auth_mysql.so

#AddModule mod_auth_mysql.c

 

 

 

 

Top