Index: head/www/mod_extract_forwarded_ap13/Makefile =================================================================== --- head/www/mod_extract_forwarded_ap13/Makefile (revision 263313) +++ head/www/mod_extract_forwarded_ap13/Makefile (revision 263314) @@ -1,38 +1,37 @@ # New ports collection makefile for: mod_extract_forwarded # Date created: 9 June 2001 # Whom: Anders Nordby # # $FreeBSD$ # 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 MAKE_JOBS_SAFE= yes USE_APACHE= 1.3 AP_FAST_BUILD= yes AP_GENPLIST= yes CONFLICTS= mod_extract_forwarded-2.* mod_extract_forwarded2-0.* NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= doc.html README post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/ .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor .endif ${CAT} ${PKGMESSAGE} .include Property changes on: head/www/mod_extract_forwarded_ap13/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/www/mod_extract_forwarded_ap13/pkg-descr =================================================================== --- head/www/mod_extract_forwarded_ap13/pkg-descr (revision 263313) +++ head/www/mod_extract_forwarded_ap13/pkg-descr (revision 263314) @@ -1,13 +1,13 @@ mod_extract_forwarded hooks itself into Apache's header parsing phase and looks for the X-Forwarded-For header which some (most?) proxies add to the proxied HTTP requests. It extracts the IP from the X-Forwarded-For and modifies the connection data so to the rest of Apache the request looks like it came from that IP rather than the proxy IP. 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 Property changes on: head/www/mod_extract_forwarded_ap13/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property