[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] .htaccess Problem - Please Help
- Subject: Re: [cobalt-developers] .htaccess Problem - Please Help
- From: zim <zim@xxxxxxxx>
- Date: Mon Jul 24 23:11:20 2000
Johnzaff@xxxxxxx wrote:
> I have a Cobalt Raq3i and I am trying to set up a
> subscription website on it.
> No matter what machine path I designate for the
> .htpasswd file, the machine
> defaults back to the website's user list and
> password file.
I would say, it defaults back to PAM authorization.
Blake Webster pointed recently to the fact,
that we have to switch off PAM authorization .:)
His example of a functioning htaccess-file
was like follows. Important line is the
>> AuthPAM_Enabled off <<
It worked .o)
Mike
AuthUserFile /home/sites/site#/web/path/to/.htpasswd
AuthGroupFile /dev/null
AuthName "yourdomain.com"
AuthType Basic
AuthPAM_Enabled off
<Limit GET POST>
require valid-user</Limit>
--
Samurais help each other - victims don't.