aboutsummaryrefslogtreecommitdiff
path: root/www/mod_log_spread
Commit message (Collapse)AuthorAgeFilesLines
* Reset meno.abels@adviser.com due to maintainer-timeouts and no responseMark Linimon2007-02-271-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=186103
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Set flags for libspreadVolker Stolz2005-09-061-1/+1
| | | | | | | | PR: ports/85252 Submitted by: Brian Candler via maintainer Notes: svn path=/head/; revision=142077
* Add mod_log_spread.Jean-Yves Lefort2005-05-145-0/+70
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@adviser.com> Notes: svn path=/head/; revision=135225