patrik: .htpasswd & htaccess

Beitrag lesen

hallo

das macht mich noch wahnsinnig, aus irgend einem grund kann ich mich nicht anmelden.

apache2

httpd.conf
---------------

AllowOverride controls what directives may be placed in .htaccess files.

It can be "All", "None", or any combination of the keywords:

#   Options FileInfo AuthConfig Limit

AllowOverride All

.htaccess
----------------
AuthType Basic
authName      "Usage"
authUserFile  /var/www/html/usage/.htpasswd
order         deny,allow
require user  x5

.htpasswd (erstellt mit htpasswd -cmdps .htaccess x5)
---------------
x5:{SHA}hdjXa6Fb3j7xYC9HfzL9ZOMv6lo=

der authentifikations promt erscheint, es giebt jedoch immer ein authentifizierungs problem:

/var/log/httpd/error_log:
Thu Aug 26 17:41:53 2004] [error] [client ****] user x5: authentication failure for "/usage": Password Mismatch