Andrej van der Zee a écrit :
Hi,
Hello
I wrote my first Apache module that gathers performance data of each request. Currently, I write the information to a log file in the log_transaction hook function. I would like to write this to a MySQL database instead. What is the recommended way to do this?
You may find the following links interresting: - http://people.apache.org/~niq/dbd.html - http://httpd.apache.org/docs/2.2/mod/mod_dbd.html Best Regards -- Jérôme :)