Query in Apache module mod_auth_mysql
Hi,My requirement was to authenticate a web folder with user information stored in mysql database. So i have installed the mod_auth_mysql module on our web hosting server.
There are serveral hosting accounts on that hosting server. After installation of mod_auth_mysql , the default authentication method got replaced with Mysql Method. so all of our users were not getting their web access to restrictated area. I got solution from one of the thread on this forum. It was telling about Adding
following line to .htaccess file of the folder where you want to setup default authentication method.
AuthMySQLEnable off
This was realy a problem for us. Bcos i have to change all the .htaccess file for this one line.

Is there any solution by which i can install mod_auth_mysql in such a way that it should get apply to the folder which contains .htaccess file with "AuthMySQLEnable On".??

Default method of authentication shouldn't get replaced with the mysql method.
Please help me out.
Thanks in advance.
Aparna