Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / sysutils / httplog / pkg-descr
1 httplog is a replacement for Apache's 'rotatelogs' and Andrew Ford's
2 'chronolog'. It allows you to specify a logfile using strftime paramaters in
3 the filename to act as a template. This means that the logs in your logfiles
4 will also be sorted according to the filename. For example, if you specify a
5 logfile of /var/log/http%Y%m%d.log, a new log file would be generated each day,
6 with content for only that one day. It also supports compression of logfiles
7 using gzip, and many other useful functions.