Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 429aa64fb692d01b384a9eb8c6105ad8 > files > 1

apache-mod_stats-1.1-0.r2137.7mdv2010.1.src.rpm

<IfDefine HAVE_STATS>
    <IfModule !mod_stats.c>
	LoadModule stats_module	extramodules/mod_stats.so
    </IfModule>
</IfDefine>

<IfModule mod_stats.c>

    # Stats - Set to On or Off to enable or disable stats

    # StatsDebug - Set to On or Off to enable or disable debug logging to error
    # log

    # StatsFileMask - Regexp which determines for which files stats will be
    # done

    # StatsAdminHost - Hostname or IP address of server allowed to issue
    # deletes and inserts via optional query args appended to the URL

    # StatsDBDQuery - the SQL query string to update the statistics database

    # StatsDBDSelectQuery - optional SQL query string to check for existance of
    # objects

    # StatsDBDInsertQuery - optional SQL query string to create non-existant
    # objects

    # StatsDBDDeleteQuery - optional SQL query string to delete existing
    # objects

</IfModule>