Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 747b708d73cf3078cc882458fda8a37c > files > 1

apache-mod_log_dbd-0.2-8mdv2010.1.src.rpm

<IfDefine HAVE_LOG_DBD>
    <IfModule !mod_log_dbd.cc>
	LoadModule log_dbd_module	extramodules/mod_log_dbd.so
    </IfModule>
</IfDefine>

<IfModule mod_log_dbd.cc>

    # The LogDBD directive enables the module for a given server or virtual
    # host and specifies a DSN for the database to write to. If specified in
    # the top server config it will be inherited by all virtual hosts, but can
    # still be overriden in each virtual host.
    # LogDBD - DSN in the form driver://user:password@hostname:port/schema or
    # Off to disable

    # The LogDBDFormat directive specifies which columns to log using the
    # single character format specifiers listed below. If not specified, or
    # given an empty string, all columns will be logged.
    # LogDBDFormat - Fields to log

</IfModule>