diff options
author | miwi <miwi@FreeBSD.org> | 2008-10-11 22:27:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-10-11 22:27:23 +0800 |
commit | 65c65d2410c397082a311c125b7ddaa29a30bff9 (patch) | |
tree | 62a9c3a1b2380e934ba951c6ce38e80480321acb /www/Makefile | |
parent | aa3150c4b8bef03c74652cf1f8f9b99cc095a0d7 (diff) | |
download | freebsd-ports-gnome-65c65d2410c397082a311c125b7ddaa29a30bff9.tar.gz freebsd-ports-gnome-65c65d2410c397082a311c125b7ddaa29a30bff9.tar.zst freebsd-ports-gnome-65c65d2410c397082a311c125b7ddaa29a30bff9.zip |
`multisort' is a small program designed to take multiple httpd
logfiles in the Common Log Format and merge them into a single log,
sorted by date, sent to standard output.
This is useful if you're running a single website on multiple hosts
and using round-robin DNS to do load distribution. With multisort, you
can take the various logfiles from each server and merge them into a
single file for analysis.
WWW: http://www.xach.com/multisort/
PR: ports/127906
Submitted by: Dennis Herrmann <adox at mcx2.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fb7b28ed6cdd..708809a36b3e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -506,6 +506,7 @@ SUBDIR += mozilla SUBDIR += mozplugger SUBDIR += mplayer-plugin + SUBDIR += multisort SUBDIR += myfaces SUBDIR += myghty SUBDIR += mysar |