aboutsummaryrefslogtreecommitdiff
path: root/sysutils/httplog/pkg-descr
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2001-11-25 20:21:34 +0000
committerAnders Nordby <anders@FreeBSD.org>2001-11-25 20:21:34 +0000
commitd90f4b1e1ccf007b8b7e2871b3df29f7a63bb8a4 (patch)
tree310f02ab23b6e77b72f4247ebe23b6cd8125bce9 /sysutils/httplog/pkg-descr
parente3d0611cf6e16f2e68ddb93f26826e90acf6c9ec (diff)
Notes
Diffstat (limited to 'sysutils/httplog/pkg-descr')
-rw-r--r--sysutils/httplog/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/httplog/pkg-descr b/sysutils/httplog/pkg-descr
new file mode 100644
index 000000000000..ea419610c358
--- /dev/null
+++ b/sysutils/httplog/pkg-descr
@@ -0,0 +1,11 @@
+httplog is a replacement for Apache's 'rotatelogs' and Andrew Ford's
+'chronolog'. It allows you to specify a logfile using strftime paramaters in
+the filename to act as a template. This means that the logs in your logfiles
+will also be sorted according to the filename. For example, if you specify a
+logfile of /var/log/http%Y%m%d.log, a new log file would be generated each day,
+with content for only that one day. It also supports compression of logfiles
+using gzip, and many other useful functions.
+
+WWW: http://nutbar.chemlab.org/
+
+- Anders Nordby <anders@FreeBSD.org>