Date: Fri, 15 Feb 2008 14:38:41 +0000 (UTC) From: Yen-Ming Lee <leeym@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_log_firstbyte Makefile distinfo pkg-descr pkg-plist Message-ID: <200802151438.m1FEcf8V066750@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
leeym 2008-02-15 14:38:41 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/mod_log_firstbyte Makefile distinfo pkg-descr pkg-plist
Log:
- add mod_log_firstbyte-1.01
mod_log_firstbyte is a module for Apache 2.0 which allows you to log the
time between each request being read and the first byte of the response
served. Unlike the total serve time, this index of performance tells you how
long Apache actually spent loading the file off the disk or executing your
script: it's independent of client connection speed. It makes a great
performance benchmark for your server!
WWW: http://code.google.com/p/mod-log-firstbyte/
Revision Changes Path
1.1971 +1 -0 ports/www/Makefile
1.1 +34 -0 ports/www/mod_log_firstbyte/Makefile (new)
1.1 +6 -0 ports/www/mod_log_firstbyte/distinfo (new)
1.1 +13 -0 ports/www/mod_log_firstbyte/pkg-descr (new)
1.1 +3 -0 ports/www/mod_log_firstbyte/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802151438.m1FEcf8V066750>
