aboutsummaryrefslogtreecommitdiff
path: root/www/mod_extract_forwarded2
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-07 08:01:37 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-07 08:01:37 +0000
commit664cbfb2ca9450bf518898d4597f9df2435c706a (patch)
tree727164735b87c2cba174bf996ad17dff6d2fef24 /www/mod_extract_forwarded2
parentc7e8ef1b8f87689be2bda19c4982c55331a242e6 (diff)
downloadports-664cbfb2ca9450bf518898d4597f9df2435c706a.tar.gz
ports-664cbfb2ca9450bf518898d4597f9df2435c706a.zip
- Fix LoadModule line in httpd.conf
PR: ports/134301 Submitted by: lwhsu
Notes
Notes: svn path=/head/; revision=233352
Diffstat (limited to 'www/mod_extract_forwarded2')
-rw-r--r--www/mod_extract_forwarded2/Makefile2
-rw-r--r--www/mod_extract_forwarded2/pkg-message2
2 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_extract_forwarded2/Makefile b/www/mod_extract_forwarded2/Makefile
index 524f75c22308..6c56371f0ac5 100644
--- a/www/mod_extract_forwarded2/Makefile
+++ b/www/mod_extract_forwarded2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mod_extract_forwarded2
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.cotds.org/${PORTNAME}/
DIST_SUBDIR= apache2
@@ -15,6 +16,7 @@ MAINTAINER= apache@FreeBSD.org
COMMENT= An Apache module that can make proxied requests appear with client IP
USE_APACHE= 20+
+SHORTMODNAME= extract_forwarded
AP_FAST_BUILD= YES
AP_GENPLIST= YES
diff --git a/www/mod_extract_forwarded2/pkg-message b/www/mod_extract_forwarded2/pkg-message
index de71faa90343..c3cdc772e6cf 100644
--- a/www/mod_extract_forwarded2/pkg-message
+++ b/www/mod_extract_forwarded2/pkg-message
@@ -4,7 +4,7 @@ can make proxied requests appear with client IPs.
Edit your apache.conf or httpd.conf to enable and setup this
module. Have a look at the files in
-${PREFIX}/share/doc/mod_extract_forward for information on
+${PREFIX}/share/doc/mod_extract_forward2 for information on
how to configure it.
Then do this to make it work effective: