From owner-cvs-all@FreeBSD.ORG Sat May 14 11:07:08 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A424616A4CE; Sat, 14 May 2005 11:07:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9173443D2D; Sat, 14 May 2005 11:07:08 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4EB78Qa074512; Sat, 14 May 2005 11:07:08 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4EB78lB074511; Sat, 14 May 2005 11:07:08 GMT (envelope-from jylefort) Message-Id: <200505141107.j4EB78lB074511@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 14 May 2005 11:07:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 11:07:08 -0000 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 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)