View | Details | Raw Unified | Return to bug 32692
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mod_backhand
8
PORTNAME=	mod_backhand
9
PORTVERSION=	1.2.0
9
PORTVERSION=	1.2.1
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	ftp://ftp.cnds.jhu.edu/pub/backhand/
11
MASTER_SITES=	ftp://ftp.cnds.jhu.edu/pub/backhand/
12
12
(-)pkg-comment (-1 / +1 lines)
Line 1 Link Here
1
Apache module that allows seamless redirection of HTTP requests
1
Apache module that allows seamless redirection and load balancing of HTTP requests
(-)pkg-descr (-5 / +5 lines)
Lines 1-7 Link Here
1
mod_backhand is project that allows seamless redirection
1
mod_backhand is a project that allows load balancing through seemless
2
of HTTP requests from one web server to another. This
2
HTTP proxying from one web server to another.  This proxying is used
3
redirection can be used to target machines with under-utilized
3
to evenly distribute the load of a site across multiple machines to
4
resources, thus providing fine-grained, per-request load balancing
4
that way under-utilized resources are utilized to their fullest, thus
5
of web requests. 
5
providing fine-grained, per-request HTTP load balancing for a cluster.
6
6
7
WWW: http://www.backhand.org/mod_backhand/
7
WWW: http://www.backhand.org/mod_backhand/

Return to bug 32692