cvs commit: ports/www Makefile ports/www/mod_log_spread Makefile
distinfo pkg-descr pkg-plist ports/www/mod_log_spread/files
patch-mod_log_spread.c
Jean-Yves Lefort
jylefort at FreeBSD.org
Sat May 14 04:07:08 PDT 2005
jylefort 2005-05-14 11:07:08 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/mod_log_spread Makefile distinfo pkg-descr pkg-plist
www/mod_log_spread/files patch-mod_log_spread.c
Log:
Add mod_log_spread.
mod_log_spread is a patch to Apache's mod_log_config, which provides
an interface for spread to multicast access logs. It utilizes the
group communication toolkit Spread, developed at Johns Hopkins
University's Center for Networking and Distributed Systems.
mod_log_spread was developed to solve the problem of collecting
consolidated access logs for large web farms. In particular, the
solution needed to be scalable to hundreds of machines, utilize a
reliable network transport, allow machines to added or dropped on
the fly, and impose minimal performance impact on the webservers.
Current version is 1.0.3p3. This makes a fix to a stupid vhost
logging bug as well as providing a complete and flexible log-writing
solution.
WWW: http://www.lethargy.org/mod_log_spread/
PR: ports/80876
Submitted by: Meno Abels <meno.abels at adviser.com>
Revision Changes Path
1.1099 +1 -0 ports/www/Makefile
1.1 +40 -0 ports/www/mod_log_spread/Makefile (new)
1.1 +2 -0 ports/www/mod_log_spread/distinfo (new)
1.1 +11 -0 ports/www/mod_log_spread/files/patch-mod_log_spread.c (new)
1.1 +14 -0 ports/www/mod_log_spread/pkg-descr (new)
1.1 +3 -0 ports/www/mod_log_spread/pkg-plist (new)
More information about the cvs-all
mailing list