#httpd.conf or srm.conf
PerlModule Apache::AuthenDBI
#.htaccess AuthName DBI AuthType Basic
#authenticate via DBI PerlAuthenHandler Apache::AuthenDBI
PerlSetVar AuthDBIDB dbname PerlSetVar AuthDBIUser username PerlSetVar AuthDBIAuth password PerlSetVar AuthDBIDriver Oracle #DBI->connect(qw(AuthDBIDB AuthDBIUser AuthDBIAuth AuthDBIDriver))
PerlSetVar AuthDBIUserTable www_users PerlSetVar AuthDBINameField user PerlSetVar AuthDBIPasswordField password
<Limit GET POST> require valid-user </Limit>
This handler users HTTPD to lookup the username and password. This may change.
Apache, HTTPD::UserAdmin(3), DBI