8/21/2006
More Mod_Auth_MySQL Tips
Adding mod_auth_mysql (v3.0) to an Apache server already using basic authentication breaks the basic authentication. Mod_auth_mysql seems to supersede any other authentication schemas. A simple workaround I found was to explictly turn off Mod_auth_mysql using a .htaccess for those directories that will still use basic authentication.
AuthMySQLEnable Off
Popularity: 11%


