Help for this page
#!/usr/bin/perl use strict; my $passw = "birthday"; print crypt($passw,"SALT");
AuthName "Clients/jtrue" AuthType Basic AuthUserFile /home/latitude38productions/.htpasswd Require valid-user