diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-11 09:50:16 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-11 09:50:16 +0000 |
commit | 0d90a7cfe7cbe5ee6fbd11919a8527ad913629f7 (patch) | |
tree | a984898b65166007c9ec0f4edf4306dc6af7fc54 /www/mod_backhand | |
parent | 7a759635db222d8f6ddc7e4aef590b8e96d5f559 (diff) | |
download | ports-0d90a7cfe7cbe5ee6fbd11919a8527ad913629f7.tar.gz ports-0d90a7cfe7cbe5ee6fbd11919a8527ad913629f7.zip |
Notes
Diffstat (limited to 'www/mod_backhand')
-rw-r--r-- | www/mod_backhand/Makefile | 2 | ||||
-rw-r--r-- | www/mod_backhand/pkg-comment | 2 | ||||
-rw-r--r-- | www/mod_backhand/pkg-descr | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/mod_backhand/Makefile b/www/mod_backhand/Makefile index 1360fa163c54..32bff028d809 100644 --- a/www/mod_backhand/Makefile +++ b/www/mod_backhand/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_backhand -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= www MASTER_SITES= ftp://ftp.cnds.jhu.edu/pub/backhand/ diff --git a/www/mod_backhand/pkg-comment b/www/mod_backhand/pkg-comment index 42591cd7b68c..f25acad562ea 100644 --- a/www/mod_backhand/pkg-comment +++ b/www/mod_backhand/pkg-comment @@ -1 +1 @@ -Apache module that allows seamless redirection of HTTP requests +Apache module that allows seamless redirection and load balancing of HTTP requests diff --git a/www/mod_backhand/pkg-descr b/www/mod_backhand/pkg-descr index cfc40e2f4415..96e73324b810 100644 --- a/www/mod_backhand/pkg-descr +++ b/www/mod_backhand/pkg-descr @@ -1,7 +1,7 @@ -mod_backhand is project that allows seamless redirection -of HTTP requests from one web server to another. This -redirection can be used to target machines with under-utilized -resources, thus providing fine-grained, per-request load balancing -of web requests. +mod_backhand is a project that allows load balancing through seemless +HTTP proxying from one web server to another. This proxying is used +to evenly distribute the load of a site across multiple machines to +that way under-utilized resources are utilized to their fullest, thus +providing fine-grained, per-request HTTP load balancing for a cluster. WWW: http://www.backhand.org/mod_backhand/ |