Paketname | libapache-dbi-perl |
Beschreibung | Connect apache server to database via perl's DBI |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.08-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 172 Byte |
Hängt ab von | perl, libapache2-mod-perl2 | libapache-mod-perl, libdbi-perl, libdigest-sha1-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 54416 Byte |
Prüfsumme MD5 | c9c1d13ffcfe65c5cb504e8e3bbd95ba |
Prüfsumme SHA1 | db2d1a1588cda3b1be7b08c43b747f13916258e6 |
Prüfsumme SHA256 | 74500e69f214d0efd504910a40898a078f756953923a70fb3be13a8e3ce653f8 |
Link zum Herunterladen | libapache-dbi-perl_1.08-1_all.deb |
Ausführliche Beschreibung | 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.
|