http://www.perlmonks.org?node_id=997569


in reply to Perl CGI Secure Authentication

quick search reveals this node site access: Apache Basic auth vs. CGI::Session and cookies

Replies are listed 'Best First'.
Re^2: Perl CGI Secure Authentication
by irirgem (Novice) on Oct 06, 2012 at 04:59 UTC

    Yes, actually there are quite a few ways to authenticate to an Apache server/site.

    On this url: http://freeradius.org/mod_auth_radius/ you will find a good explanation of how to set up an Apache website to use something called Radius authentication. There is also Basic (which was already mentioned) along with a few other methods which are typically implemented the same way.

    What will happen when you set up this type of authentication is when the user goes to the website, a dialog box will pop up asking for user id and password. Once that is entered the user will have access to that site from then until they close their browser...