Changes of Revision 9
[-] [+] | Changed | apache2-mod_accouting.spec |
[-] [+] | Added | mod_accounting.conf ^ |
@@ -0,0 +1,7 @@ +<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> |