#server config file
PerlModule Apache::AuthzAge
#access control directives
#use standard authentication modules AuthName SomeRealm Auth[DBM]UserFile /path/to/password/file PerlAuthzHandler Apache::AuthzAge::handler PerlSetVar UserAgeFile /path/to/dbm_file
#user must be at least 21 <Limit GET> require age 21 </Limit>
UserAgeFile is a dbm file consisting of username = age value pairs.
Apache