in reply to htaccess through perl without apache
You don't have to put htaccess directives in the httpd.conf, you can also put them in a .htaccess file in the directory you want to protect, which does not require restarting apache. Perl can generate the encrypted passwords using the crypt() function (perldoc -f crypt).
| We're not surrounded, we're in a target-rich environment! |
|---|
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: htaccess through perl without apache
by true (Pilgrim) on Mar 27, 2003 at 00:54 UTC | |
by jsprat (Curate) on Mar 27, 2003 at 01:16 UTC |