99482e8806
an Apache module that records traffic statistics into a database. PR: 45502 Submitted by: Clément Laforêt <sheepkiller@cultdeadsheep.org>
11 lines
414 B
Plaintext
11 lines
414 B
Plaintext
----------------------------------------------------------------
|
|
mod_accounting is now installed on your system
|
|
You can find a SQL example schema to use mod_accounting here :
|
|
${PREFIX}/share/mod_accounting/schema.sql
|
|
|
|
To install it with MySQL use the following command:
|
|
mysql <database> < schema.sql
|
|
For PostgreSQL:
|
|
psql <database> < schema.sql
|
|
----------------------------------------------------------------
|