freebsd-ports/www/p5-Apache-DBI/pkg-descr
Steve Price ca9f43a18e Adding p5-Apache-DBI version 0.87.
A Perl module sporting DBI persistent connection, authentication,
and authorization.

PR:		15614
Submitted by:	Igor Vinokurov <igor@zynaps.ru>
1999-12-27 02:20:45 +00:00

21 lines
761 B
Plaintext

From the README file:
These modules are supposed to be used with the Apache server together with
an embedded perl interpreter like mod_perl. They provide support for basic
authentication and authorization as well as support for persistent database
connections via Perl's Database Independent Interface (DBI).
o AuthDBI.pm provides authentication and authorization:
- optional shared cache for passwords to minimize database load
- configurable cleanup-handler deletes outdated entries from the cache
o DBI.pm provides persistent database connections:
- connections can be established during server-startup
- configurable rollback to ensure data integrity
- configurable verification of the connections to avoid time-outs.
-- Igor
igor@zynaps.ru