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

Re: [cobalt-developers] .htaccess Problem - Please Help



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.