]> git.pld-linux.org Git - packages/apache1-mod_accounting.git/blob - apache1-mod_accounting.conf
- update config dir macro
[packages/apache1-mod_accounting.git] / apache1-mod_accounting.conf
1 # $Id$
2 LoadModule accounting_module      modules/mod_accounting.so
3
4 <IfModule mod_accounting.c>
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
10 </IfModule>
11
12 # vim: filetype=apache ts=4 sw=4 et
This page took 0.052574 seconds and 3 git commands to generate.