Error added: 2008-01-15 18:18
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/
the options specified here works fine
Add the following option :
“AuthBasicAuthoritative Off”
this works for me:
AuthType Basic
AuthName "Login!"
AuthPAM_Enabled On
AuthBasicAuthoritative Off
AuthUserFile /dev/null
Require valid-user
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
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?