View previous topic :: View next topic |
Author |
Message |
mansonquasch n00b
Joined: 15 Jan 2007 Posts: 47
|
Posted: Fri Jan 11, 2008 9:48 pm Post subject: Apache Authentication per Digest doesn't work anymore |
|
|
Hi there,
I've recently updated my apache server and now authentication doesn't work anymore. I have one vhost and one directory secured vie Authdigest like this:
AuthUserFile /var/www/htdigest
AuthType Digest
AuthName "Admin"
Require valid-user
my users are stored in /var/www/htdigest via:
htdigest -c /var/www/digest Admin <user>
When I try to access my site, the login window pops up, but as long as I try, it pops up again after entering username+password+enter.
/var/log/apache/error.log shows this:
[Fri Jan 11 22:40:22 2008] [error] [client xxx.xxx.xxx.xxx] access to /directory/site.php failed, reason: verification of user id '<null>' not configured, referer: http://yyy.yyy.yyy.yyy/
AllowOverride is set to All.
Since my configuration worked about several months now, I'm really frustrated about such a behavior.
Does anybody have a hint?
Thanks in advance,
mansonquasch |
|
Back to top |
|
|
pteppic l33t
Joined: 28 Nov 2005 Posts: 781
|
|
Back to top |
|
|
mansonquasch n00b
Joined: 15 Jan 2007 Posts: 47
|
Posted: Sat Jan 12, 2008 7:37 am Post subject: |
|
|
It was definetly too late yesterday. That was is. Works like a charme. Thanks, man!
mansonquasch |
|
Back to top |
|
|
|