Convert logs generated by thttpd to something usefull?

I've installed thttpd a couple weeks ago and now i've got a huge log file:
Code:
[root@www logs]# ls -al
total 4060608
drwxrwxrwx    2 root     root         4096 Sep 19 23:53 .
drwxr-xr-x    5 root     root         4096 Sep 13 13:01 ..
-rw-r--r--    1 nobody   nobody   2006017185 Sep 19 23:53 old2_log
-rw-r--r--    1 nobody   nobody   2147483647 Sep  5 14:16 old_log
-rw-r--r--    1 nobody   nobody     479224 Sep 19 23:57 thttpd_log
thttpd generates log messages with syslog, but the log line aren't CERN compatible (seems to be a standard). I've tryed to convert the logs to CERN with the supplied script:
Code:
acme.com/software/thttpd/syslogtocern_man.html
But it fails on line 55, likely because the log files are too big.

Is there a program/script which can convert logs generated by thttpd to something usefull?

It doesn't have to be fancy, i just need to know what is going on.

 

 

 

 

Top