mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
83764e1daa
Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in.
19 lines
751 B
Plaintext
19 lines
751 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/dist/Apache-DBI/
|