Bug 15614

Summary: Apache::DBI and Apache::AuthDBI port
Product: Ports & Packages Reporter: igor <igor>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Apache-DBI-port.tgz none

Description igor 1999-12-21 22:00:00 UTC
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.
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-12-27 02:18:36 UTC
State Changed
From-To: open->closed

New port committed, thanks!