[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] [RAQ3] htaccess/htpasswd problems
- Subject: [cobalt-users] [RAQ3] htaccess/htpasswd problems
- From: "P S Graham" <patrick@xxxxxxxxxxxxx>
- Date: Mon Apr 16 01:34:04 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I can not seem to get .htaccess and .htpasswd to work
I have searched the archives, tried everything I could find/think of, and I
still end up with:
The server encountered an internal error or misconfiguration and was unable
to complete your request.
The odd thing is I had this working until I had to rebuild the server.
Is there something I am missing? forgot to do?
Info:
RaQ3i rebuilt from OS restore cd, all updates/patches applied.
.htaccess
AuthPAM_Enabled off
AuthUserFile /home/sites/site7/.htpasswd
AuthGroupFile /dev/null
AuthName Authorized Users Only!
AuthType Basic
order allow,deny
allow from all
<Limit GET>
require user User1
</Limit>
.htpasswd
User1:encryptedpswdhere
Thanks,
Patrick