Apache-DBILogConfig

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    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.

0.01  Mon Jun  8 11:56:27 1998
	- original version; created by h2xs 1.18

DBILogConfig.pm  view on Meta::CPAN


=item A Local IP-address (not yet supported)

=item B Bytes sent, excluding HTTP headers.

=item b Bytes sent, excluding HTTP headers. In CLF format
        i.e. a '-' rather than a 0 when no bytes are sent.

=item 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.
        (not yet supported)

=item e The contents of the environment variable specified by parameter

=item f Filename

=item h Remote host

=item H The request protocol

README  view on Meta::CPAN


    Formats specify the type of data to be logged. The following formats are
    accepted:

    a Remote IP-address
    A Local IP-address (not yet supported)
    B Bytes sent, excluding HTTP headers.
    b Bytes sent, excluding HTTP headers. In CLF format i.e. a '-' rather
    than a 0 when no bytes are sent.
    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. (not yet supported)
    e The contents of the environment variable specified by parameter
    f Filename
    h Remote host
    H The request protocol
    i The contents of the header (specified by parameter) in the request
    sent to the server.
    l Remote logname (from identd, if supplied)
    m The request method



( run in 0.644 second using v1.01-cache-2.11-cpan-df04353d9ac )