aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_log_spread
Commit message (Collapse)AuthorAgeFilesLines
* - Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months ↵pgollucci2011-09-071-1/+1
| | | | | | | | | | from now). - This can be changed later as needed, if at all, either way we won't remove them until after 9.0 is released. With Hat: apache@ Reported by: dvl via freshports
* - set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"ohauer2011-08-271-0/+3
| | | | with hat apache@
* - USE_APACHE= /1.3/13/ /2.0/20/ /2.2/22/ohauer2011-08-211-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - update or remove pkg-descr WWW urlspgollucci2010-10-201-1/+1
| | | | | Reported by: distilator With Hat: apache@
* - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yespgollucci2009-05-171-0/+2
|
* Forgot to remove pkg-plistpgollucci2009-04-121-3/+0
|
* - USE_APACHE=yes is deprecatedpgollucci2009-04-121-12/+12
| | | | | - use APACHE_PORT - Convert to AP_FAST_BUILD/AP_GENPLIST
* Unmaintained www/mod_* ports over to apache@ maintainerpgollucci2008-12-281-1/+1
| | | | | | mod_$lang excluded Approved by: portmgr (erwin)
* Reset meno.abels@adviser.com due to maintainer-timeouts and no responselinimon2007-02-271-1/+1
| | | | | | to email. Hat: portmgr
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Set flags for libspreadvs2005-09-061-1/+1
| | | | | PR: ports/85252 Submitted by: Brian Candler via maintainer
* Add mod_log_spread.jylefort2005-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>