in reply to Re: htaccess through perl without apache
in thread htaccess through perl without apache
But the output doesn't match the shadow password file. I thought these needed to match. Here's my .htaccess file if it helps.#!/usr/bin/perl use strict; my $passw = "birthday"; print crypt($passw,"SALT");
AuthName "Clients/jtrue" AuthType Basic AuthUserFile /home/latitude38productions/.htpasswd Require valid-user
thanks for reading.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: htaccess through perl without apache
by jsprat (Curate) on Mar 27, 2003 at 01:16 UTC |