CartMetrix - Do you know yours?

« Argument list too long - Workarounds | Home | Apache Error: Client denied by server configuration »

12/28/2006

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: 13%

Trackback:

Related Posts

Post your opinion

Verification Image

Please type the letters you see in the picture.

Subscribe without commenting


damonparker.org is proudly powered by WordPress
Entries (RSS) and Comments (RSS).

copyright © 2002-2008 damonparker.org. all rights reserved.

Close
E-mail It