We use the DB approach at my work because we have many web servers, and sending the logs to a DB allows us to see realtime website hits and track everything that is currently going on. The logs are sent to an intermediate script that sends to a local log file on the webserver, and then to the DB.
If you do go this route, and use MySQL, make sure the table can handle a size greater than 4GB. By default, it can't, and that hurt us when it happened...
Enjoy!
On 2/17/06,
Khai Doan <[EMAIL PROTECTED]> wrote:
Hi All,
I am thinking about storing the log data in a database. What do you think
about it? Is it a good idea or bad idea?
Thanks
Khai
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]