diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-20 02:45:19 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-20 02:45:19 +0000 |
commit | c2d55620431974500aff7f4d200d7bae8bb9c878 (patch) | |
tree | 49d5d76ca625fd4e346c299f86cede6d3b8b9985 | |
parent | 7b05323e047c4e6b53a89ba6fb12fd63112b34e7 (diff) |
Notes
-rw-r--r-- | www/mod_extract_forwarded_ap13/Makefile | 3 | ||||
-rw-r--r-- | www/mod_extract_forwarded_ap13/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/mod_extract_forwarded_ap13/Makefile b/www/mod_extract_forwarded_ap13/Makefile index b465c6e9d867..96c844330e83 100644 --- a/www/mod_extract_forwarded_ap13/Makefile +++ b/www/mod_extract_forwarded_ap13/Makefile @@ -8,8 +8,7 @@ PORTNAME= mod_extract_forwarded PORTVERSION= 1.4 CATEGORIES= www -MASTER_SITES= http://web.warhound.org/${PORTNAME}/ \ - http://atreides.freenix.no/~anders/ +MASTER_SITES= http://www.warhound.org/mod_extract_forwarded/ MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module that can make proxied requests appear with client IP diff --git a/www/mod_extract_forwarded_ap13/pkg-descr b/www/mod_extract_forwarded_ap13/pkg-descr index a2022ec8ef1f..745f2e188199 100644 --- a/www/mod_extract_forwarded_ap13/pkg-descr +++ b/www/mod_extract_forwarded_ap13/pkg-descr @@ -8,6 +8,6 @@ mod_extract_forwarded can be dangerous for host based access control because X-Forwarded-For is easily spoofed. Because of this you can configure which proxies you trust or don't trust. -WWW: http://web.warhound.org/mod_extract_forwarded/ +WWW: http://www.warhound.org/mod_extract_forwarded/ - Anders Nordby <anders@fix.no> |