[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] [RAQ3] htaccess/htpasswd problems



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