Date: Mon, 11 Feb 2013 11:17:29 -0500 From: "Mike." <the.lists@mgm51.com> To: freebsd-questions@freebsd.org Subject: split-logfile Message-ID: <201302111117290531.006A6A67@sentry.24cl.com>
next in thread | raw e-mail | index | archive | help
I've made the switch from apache to nginx for all the web servers I run. One thing that was missing from the nginx installs was the perl script that is used in apache-land to split a single server access file into separate files for each virtual host - split-logfile. While I could have continued to use the perl script, I decided to write similar functionality in c. The c language version uses less resources to accomplish the same task more quickly. A c language program with functionality similar to the split-logfile perl script, available here: http://archive.mgm51.com/sources/split-logfile.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302111117290531.006A6A67>