]> git.pld-linux.org Git - packages/apache1-mod_accounting.git/commitdiff
- for confdir enabled apache1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Feb 2005 18:08:15 +0000 (18:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_accounting.conf -> 1.2

apache1-mod_accounting.conf

index 4c3451311b5665d60263826744aa8912c20f095a..97c13898d640cdc09d28092156636a14326ca738 100644 (file)
@@ -1,5 +1,12 @@
+# $Id$
+LoadModule accounting_module      modules/mod_accounting.so
+
+<IfModule mod_accounting.c>
 # AccountingQueryFmt "UPDATE ipaccounting SET bytesin = bytesin + %r, bytesout = bytesout + %s WHERE LOWER( host ) = LOWER( '%h' )"
 # AccountingDatabase accounting
 # AccountingDatabaseDriver postgres
 # AccountingDBHost localhost 5432
 # AccountingLoginInfo acct acct
+</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.1522 seconds and 4 git commands to generate.