2003-04-01 20:05:34 +02:00
|
|
|
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).
|
1999-12-27 03:20:45 +01:00
|
|
|
|
|
|
|
o AuthDBI.pm provides authentication and authorization:
|
|
|
|
|
2003-04-01 20:05:34 +02:00
|
|
|
- optional shared cache for passwords to minimize database load -
|
|
|
|
configurable cleanup-handler deletes outdated entries from the cache
|
1999-12-27 03:20:45 +01:00
|
|
|
|
|
|
|
o DBI.pm provides persistent database connections:
|
|
|
|
|
2003-04-01 20:05:34 +02:00
|
|
|
- connections can be established during server-startup - configurable
|
|
|
|
rollback to ensure data integrity - configurable verification of the
|
|
|
|
connections to avoid time-outs.
|
1999-12-27 03:20:45 +01:00
|
|
|
|
2006-02-20 21:50:22 +01:00
|
|
|
WWW: http://search.cpan.org/dist/Apache-DBI/
|