Search
j0ke.net Open Build Service
>
Projects
>
Apache
:
Modules
>
apache2-mod_accounting
> mod_accounting.conf
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File mod_accounting.conf of Package apache2-mod_accounting (Revision 9)
Currently displaying revision
9
,
show latest
<IfModule mod_accounting.c> AccountingQueryFmt "UPDATE ipaccounting SET bytesin = bytesin + %r, bytesout = bytesout + %s WHERE LOWER( host ) = LOWER( '%h' )" AccountingDatabase accounting AccountingDatabaseDriver mysql AccountingDBHost localhost 3306 AccountingLoginInfo acct acct </IfModule>