Password Protection under HTTP


You can use an .htaccess file to setup passwd protection. There is a subdirectory under here called secure which has an .htaccess file like this...


AuthType Basic
AuthName TCC
AuthUserFile /u/kscott/www/passwd/secure/passwd
require valid-user

the passwd file is created via ~www/bin/htpasswd -c <passwd_file> <username> on any linux machine at the TCC. Then users can be added via ~www/bin/htpasswd <passwd_file> <username>. Here is the passwd file in the secure subdirectory...


guest:4uAkxu81FGRuc

You can try entering the secure subdirectory HERE, the username is guest and the passwd is 12345.


Today's Date:
Last Modified:
K. Scott Rowe