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

(-)Makefile (+2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	mod_extract_forwarded2
8
PORTNAME=	mod_extract_forwarded2
9
PORTVERSION=	0.1
9
PORTVERSION=	0.1
10
PORTREVISION=	1
10
CATEGORIES=	www
11
CATEGORIES=	www
11
MASTER_SITES=	http://www.cotds.org/${PORTNAME}/
12
MASTER_SITES=	http://www.cotds.org/${PORTNAME}/
12
DIST_SUBDIR=	apache2
13
DIST_SUBDIR=	apache2
Lines 15-20 Link Here
15
COMMENT=	An Apache module that can make proxied requests appear with client IP
16
COMMENT=	An Apache module that can make proxied requests appear with client IP
16
17
17
USE_APACHE=	20+
18
USE_APACHE=	20+
19
SHORTMODNAME=	extract_forwarded
18
AP_FAST_BUILD=	YES
20
AP_FAST_BUILD=	YES
19
AP_GENPLIST=	YES
21
AP_GENPLIST=	YES
20
22
(-)pkg-message (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
Edit your apache.conf or httpd.conf to enable and setup this
5
Edit your apache.conf or httpd.conf to enable and setup this
6
module. Have a look at the files in
6
module. Have a look at the files in
7
${PREFIX}/share/doc/mod_extract_forward for information on
7
${PREFIX}/share/doc/mod_extract_forward2 for information on
8
how to configure it.
8
how to configure it.
9
9
10
Then do this to make it work effective:
10
Then do this to make it work effective:

Return to bug 134301