Forum Moderators: phranque
<Directory /usr/local/apache/htdocs/secret>
AuthType Digest
AuthName "Restricted Files"
AuthDBMUserFile /usr/local/apache/passwd/passwords
Require user Alberto
</Directory>
If I try to enter secret, after autheticating correctly, I get the following error
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
If I access via a plain text passwords file it works correctly.
Any idea of what can be happening?
I get the following error whenever I add an user to passwords file with dbmmanage: Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
I don't know if it's responsible.
Also in my access log when I try to access I get the following:
127.0.0.1 - Alberto [14/May/2009:22:06:33 +0200] "GET /var HTTP/1.1" 401 474