[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] htaccess in Apache
- Subject: RE: [cobalt-users] htaccess in Apache
- From: "Dan" <dan@xxxxxxxxxxxxx>
- Date: Fri Mar 31 07:54:52 2000
{reformat to plain text}
Search the archives for AuthPAM and you'll find a correct .htaccess file to
use.
--
Dan Kriwitsky
.htaccess
AuthUserFile /<directories to be protected>/.htpasswd
AuthGroupFile /dev/null
AuthName Authentification demandée
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
.htpasswd
user1:passwd1
user2:passwd2