On 06/17/2011 02:55 PM, Mike Blezien wrote:
Is there away to generate a remote_user enviorment without having to use
the apache popup login form? What we are thinking of doing is create a
static login form, they enter their username/password, then directing
them to a password protected folder with the .htaccess file in the folder.

You can use a framework:

    http://www.google.com/search?q=perl+web+framework


You can roll your own:

- Perhaps a mod_perl authentication handler?

    http://perl.apache.org/

- Perhaps a CGI script that provides a login form, provides an authentication cookie, and controls access to resources?

    http://perldoc.perl.org/CGI.html

    http://search.cpan.org/search?query=htpasswd&mode=all

    http://search.cpan.org/search?query=cgi+authentication&mode=all


And, I'm sure there's other options -- TIMTOWTDI.  :-)


HTH,

David

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to