]> git.pld-linux.org Git - packages/apache1-mod_accounting.git/blame - apache1-mod_accounting.conf
- tabs in preamble
[packages/apache1-mod_accounting.git] / apache1-mod_accounting.conf
CommitLineData
81908f2d
ER
1# $Id$
2LoadModule accounting_module modules/mod_accounting.so
3
4<IfModule mod_accounting.c>
b768c95e
AM
5# AccountingQueryFmt "UPDATE ipaccounting SET bytesin = bytesin + %r, bytesout = bytesout + %s WHERE LOWER( host ) = LOWER( '%h' )"
6# AccountingDatabase accounting
7# AccountingDatabaseDriver postgres
8# AccountingDBHost localhost 5432
9# AccountingLoginInfo acct acct
81908f2d
ER
10</IfModule>
11
12# vim: filetype=apache ts=4 sw=4 et
This page took 0.028883 seconds and 4 git commands to generate.