Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Apache::Htpasswd

by greenFox (Vicar)
on Jul 01, 2002 at 07:05 UTC ( [id://178482]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    username1:unixcryptpassword
    username2:unixcryptpassword
    
  2. or download this
    sub is_user {
            my $user = shift || return;
    ...
            return 0 if ($info eq '0');
            return 1;
    }
    
  3. or download this
    #!/usr/bin/perl -wT
    #
    ...
      print "\n";
    }
    
  4. or download this
    AuthType Basic
    AuthName "Authorisation Required"
    ...
    <Limit GET POST>
        require user username
    </Limit>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: modulereview [id://178482]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-03-29 12:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found