blob: 4cc5af2d8ee11629f8f87b1e41f5cda7db287f00 (
plain)
1
2
3
4
5
6
7
|
DBI is a database access Application Programming Interface (API)
for the Perl Language. The DBI API Specification defines a set
of functions, variables and conventions that provide a consistent
database interface independant of the actual database being used.
With this module you can now have your httpd (apache) logs redirected
into a database table for future querying.
|