Skip to content


More Apache 2.2 Mod_Auth_MySQL Issues

I have found some configurations of Apache 2.2 with Mod_auth_mysql producing other 500 errors. The error log shows:

Internal error: pcfg_openfile() called with NULL filename

In Apache 2.2, the mod_auth_basic module may be the authoritative access module by default. To use Mod_auth_mysql add the following line as shown below in your Mod_auth_mysql configurations in httpd.conf or .htaccess files.

Before:

AuthMySQLEnabled on

After:

AuthBasicAuthoritative Off
AuthMySQLEnabled on

Popularity: 9% [?]

Posted in SysAdmin.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.