cvs commit: ports/www Makefile ports/www/mod_log_firstbyte
Makefile distinfo pkg-descr pkg-plist
Yen-Ming Lee
leeym at FreeBSD.org
Fri Feb 15 06:38:41 PST 2008
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)
More information about the cvs-all
mailing list