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

RE: [cobalt-users] htaccess in Apache



{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