in reply to Perl-CGI - Emulating Apache authentication?
You could of course create a cgi based login system in a popup but I don't believe that is what you asking for.
As far as I am aware there is no way to emulate the apache auth functionality. It seems like a waste of effort to duplicate functionality when you can just use it as it is. If you want to manage the users and passwords from perl you can use Apache::Htpasswd to manipulate the .htpasswd file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl-CGI - Emulating Apache authentication?
by DreamT (Pilgrim) on Mar 08, 2013 at 10:22 UTC | |
by rnewsham (Curate) on Mar 08, 2013 at 10:45 UTC |