Commit graph

3 commits

Author SHA1 Message Date
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
he
b4672f0b22 Update p5-Apache-DBILogConfig from version 0.01 to 0.02.
Add HOMEPAGE pointing into search.cpan.org.


Change log:

0.02  Thu Aug 16 22:17:00 2001
  - Fixed error in parsing of DBILogConfig_log_format that caused
    things to break when whitespace was used in parameters.

  - Added support for the following logging formats:

    b - bytes sent, excluding HTTP headers, in CLF format, i.e. a
        '-' rather than a 0 when no bytes are sent
    B - Bytes sent, excluding HTTP headers (%b used to be the format for this)
    H - The request protocol
    m - The request method
    q - The query string (prepended with a ? if a query string
        exists, otherwise an empty string)

  - Added stubs for future support of:

    A - Local IP-address
	c - Connection status when response is completed
        'X' = connection aborted before the response completed
        '+' = connection may be kept alive after the response is sent
        '-' = connection will be closed after the response is sent
    V - The server name according to the UseCanonicalName setting

    Support for these formats will be completed when mod_perl makes
    this information available via the Apache request, connection
    and server APIs.
2004-12-05 20:16:37 +00:00
wiz
f64bce083d Initial import of p5-Apache-DBILogConfig-0.01, provided by
Nathan Ahlstrom in pkg/12642.
DESCR:
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.
The Apache-DBI-LogConfig module redirects the apache logs into a
database table.
2001-04-27 20:38:48 +00:00