1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add mod_backhand 1.1.1pre4, an apache module that allows seamless

redirection of HTTP requests.

Prompted by:	message on freebsd-mumble@ from rwatson
This commit is contained in:
Will Andrews 2001-04-10 21:22:32 +00:00
parent ad0da154fc
commit a2bf575209
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41237
6 changed files with 39 additions and 0 deletions

View File

@ -112,6 +112,7 @@
SUBDIR += mod_auth_mysql
SUBDIR += mod_auth_pam
SUBDIR += mod_auth_pgsql
SUBDIR += mod_backhand
SUBDIR += mod_csacek
SUBDIR += mod_dav
SUBDIR += mod_dtcl

26
www/mod_backhand/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: mod_backhand
# Date created: 10 April 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= mod_backhand
PORTVERSION= 1.1.1pre4
CATEGORIES= www
MASTER_SITES= ftp://ftp.cnds.jhu.edu/pub/backhand/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
APXS?= ${LOCALBASE}/sbin/apxs
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apxs
# mod_backhand's install target is buggered.
do-install:
${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (mod_backhand-1.1.1pre4.tar.gz) = f271be1b2c607d87d84c90432f01f4ac

View File

@ -0,0 +1 @@
Apache module that allows seamless redirection of HTTP requests

View File

@ -0,0 +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.
WWW: http://www.backhand.org/mod_backhand/

View File

@ -0,0 +1,3 @@
libexec/apache/mod_backhand.so
@exec %D/sbin/apxs -e -A -n backhand %D/%F
@unexec %D/sbin/apxs -e -A -n backhand %D/%F