Security Advisories (2)
CVE-2009-0796 (2009-05-11)

XSS in Apache::Status.

CVE-2007-1349 (2007-03-29)

Unescaped variable interpolation in Apache::PerlRun regular expression could cause regex engine tampering.

NAME

Apache::AuthzAge - Authorize based on age

SYNOPSIS

#access control directives

#use standard authentication modules
AuthName SomeRealm
Auth[DBM]UserFile /path/to/password/file

PerlAuthzHandler Apache::AuthzAge
PerlSetVar       UserAgeFile  /path/to/dbm_file

#user must be at least 21
<Limit GET>
require age 21
</Limit>

DESCRIPTION

Decide if an authenticated user is authorized to complete a request based on age.

UserAgeFile is a dbm file consisting of username = age value pairs.

SEE ALSO

Apache(3)

AUTHOR

Doug MacEachern <dougm@osf.org>