freebsd-ports/www/mod_log_firstbyte/pkg-plist
Yen-Ming Lee b2aa5f5156 - 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/
2008-02-15 14:38:41 +00:00

3 lines
136 B
Text

%%APACHEMODDIR%%/mod_log_firstbyte.so
@exec %D/sbin/apxs -e -A -n log_firstbyte %D/%F
@unexec %D/sbin/apxs -e -A -n log_firstbyte %D/%F