Pick up the authorization pieces of mod_digest
Version: 0.022Apache::AuthzDigest is a Perl module to pick up the authorization pieces of mod_digest.
License: Perl Artistic License
Operating System: Linux
Homepage: search.cpan.org
Developed by:
SYNOPSIS
PerlModule Apache::AuthDigest
PerlModule Apache::AuthzDigest
< Location /protected >
PerlAuthenHandler Apache::AuthDigest
PerlAuthzHandler Apache::AuthzDigest
Require user foo
AuthType Digest
AuthName "cookbook"
AuthDigestFile .htdigest
< /Location >
Apache::AuthzDigest picks up the authorization pieces of mod_digest that Apache::AuthDigest leaves behind, namely the checking behind the "Require user" directive.
see the Apache::AuthDigest manpage for more information on Apache::AuthDigest, which is the real driver here - Apache::AuthzDigest doesn't do much, really.