true has asked for the wisdom of the Perl Monks concerning the following question:
1. I want my virtual hosting environment to have the ability to add password protection to folders within their domain via a perl script without restarting apache. I like htaccess but want to avoid restarting apache. I have configured folders by hand with the httpd.conf file, but i want to avoid the conf edit step.
2. In addition, i'm not aware of how perl can generate the encrypted password string to generate the htpasswd file needed by the directory.
Any advice would be appreciated.
thanks, jtrue
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: htaccess through perl without apache
by thpfft (Chaplain) on Mar 26, 2003 at 19:40 UTC | |
Re: htaccess through perl without apache
by jasonk (Parson) on Mar 26, 2003 at 19:28 UTC | |
by true (Pilgrim) on Mar 27, 2003 at 00:54 UTC | |
by jsprat (Curate) on Mar 27, 2003 at 01:16 UTC | |
Re: htaccess through perl without apache
by sutch (Curate) on Mar 27, 2003 at 02:39 UTC | |
by true (Pilgrim) on Mar 27, 2003 at 06:31 UTC |