readthefuckingmanual.net

[SOLVED] - Internal error: pcfg_openfile() called with NULL filename

Error added: 2008-01-15 18:18

4 solutions found.

Answer 1:

For anyone who has the same problem the fix is to add the following line to the <directory> directives

AuthUserFile /dev/null

The error messages are apparently caused by apache 2.2.2 expecting a users file even if the auth method doesn't use one.

http://www.linuxquestions.org/questions/linux-server-73/apache-modauthmysql-problem-493429/

Answer 2:

the options specified here works fine

Answer 3:

Add the following option :

“AuthBasicAuthoritative Off”

Answer 4:

this works for me:

 AuthType  Basic
 AuthName  "Login!"
 AuthPAM_Enabled  On
 AuthBasicAuthoritative Off
 AuthUserFile  /dev/null
 Require   valid-user

Add an answer/solution

If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people struggling with this too.
There is 1 person waiting for the answer


Please enter 61948 here

If you want to be notified via email when this is solved, enter your email address here:


Hosted on a linuxvps.org Linux Virtual Private Server. Why not get your own?

Valid XHTML 1.1