You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2008/12/01 06:39:18 UTC

svn propchange: r721952 - svn:log

Author: pquerna
Revision: 721952
Modified property: svn:log

Modified: svn:log at Sun Nov 30 21:39:18 2008
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Nov 30 21:39:18 2008
@@ -1,8 +1,13 @@
-Add two new modules, originally written at Joost, to handle load balancing across
-multiple apache servers within the same datacenter.
+Add two new modules  to handle load balancing across multiple apache servers 
+within the same datacenter.
 
 mod_heartbeat generates multicast status messages with the current number of 
-clients connected, but the formated can easily be extended to include other things.
+clients connected, but the formated can easily be extended to include other 
+things.
 
 mod_heartmonitor collects these messages into a static file, which then can be 
 used for other modules to make load balancing decisions on.
+
+This module was originally written at Joost by Sander Striker, Justin 
+Erenkrantz, and myself.  We have been given permission by our employer to 
+contribute this module.