1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/p5-Apache-DBI/pkg-descr
Edwin Groothuis 89cdc0cf50 Update www/p5-Apache-DBI 0.94 -> 0.98, request maintainership
As I'm "maintaining" this port in the mod_perl community,
	take maintainership.  Update this to 0.98 which also unbreaks
	AuthDBI.pm for mp2 post RC5.  MY patch is sitting in files.

	This also adds some encryption options

PR:		ports/83980
Submitted by:	Philip M. Gollucci <pgollucci@vegeta.p6m7g8.net>
Approved by:	maintainer timeout
2006-01-04 09:18:05 +00:00

19 lines
762 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/~pgollucci/Apache-DBI-0.98/