diff options
Diffstat (limited to 'www/mod_extract_forwarded_ap13')
-rw-r--r-- | www/mod_extract_forwarded_ap13/Makefile | 34 | ||||
-rw-r--r-- | www/mod_extract_forwarded_ap13/distinfo | 3 | ||||
-rw-r--r-- | www/mod_extract_forwarded_ap13/pkg-descr | 13 | ||||
-rw-r--r-- | www/mod_extract_forwarded_ap13/pkg-message | 15 | ||||
-rw-r--r-- | www/mod_extract_forwarded_ap13/pkg-plist | 6 |
5 files changed, 0 insertions, 71 deletions
diff --git a/www/mod_extract_forwarded_ap13/Makefile b/www/mod_extract_forwarded_ap13/Makefile deleted file mode 100644 index f5c06506c7a0..000000000000 --- a/www/mod_extract_forwarded_ap13/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: mod_extract_forwarded -# Date created: 9 June 2001 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= mod_extract_forwarded -PORTVERSION= 1.4 -CATEGORIES= www -MASTER_SITES= http://web.warhound.org/mod_extract_forwarded/ \ - http://atreides.freenix.no/~anders/ - -MAINTAINER= anders@FreeBSD.org -COMMENT= An Apache module that can make proxied requests appear with client IP - -USE_APACHE= yes -WRKSRC= ${WRKDIR}/${PORTNAME} -DOCS= doc.html README - -do-build: - cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c - -do-install: - cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.so -.if !defined(NOPORTDOCS) - ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/${PORTNAME} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME} -.endfor -.endif - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_extract_forwarded_ap13/distinfo b/www/mod_extract_forwarded_ap13/distinfo deleted file mode 100644 index 480fac8f78d4..000000000000 --- a/www/mod_extract_forwarded_ap13/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mod_extract_forwarded-1.4.tar.gz) = 10fd6551c0daef4022fdcbda321374a0 -SHA256 (mod_extract_forwarded-1.4.tar.gz) = e37688792d518e6e4ef24f03e66f9790f58a0358a6489166319927345ccc0c41 -SIZE (mod_extract_forwarded-1.4.tar.gz) = 9478 diff --git a/www/mod_extract_forwarded_ap13/pkg-descr b/www/mod_extract_forwarded_ap13/pkg-descr deleted file mode 100644 index a2022ec8ef1f..000000000000 --- a/www/mod_extract_forwarded_ap13/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -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/ - -- Anders Nordby <anders@fix.no> diff --git a/www/mod_extract_forwarded_ap13/pkg-message b/www/mod_extract_forwarded_ap13/pkg-message deleted file mode 100644 index de71faa90343..000000000000 --- a/www/mod_extract_forwarded_ap13/pkg-message +++ /dev/null @@ -1,15 +0,0 @@ -************************************************************ -You've installed mod_extract_forward, an Apache module that -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 -how to configure it. - -Then do this to make it work effective: - -# apachectl configtest (see if there are any config errors) -# apachectl restart - -************************************************************ diff --git a/www/mod_extract_forwarded_ap13/pkg-plist b/www/mod_extract_forwarded_ap13/pkg-plist deleted file mode 100644 index 012a5a22a315..000000000000 --- a/www/mod_extract_forwarded_ap13/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -libexec/apache/mod_extract_forwarded.so -@exec %D/sbin/apxs -e -A -n extract_forwarded %D/%F -@unexec %D/sbin/apxs -e -A -n extract_forwarded %D/%F -%%PORTDOCS%%share/doc/mod_extract_forwarded/doc.html -%%PORTDOCS%%share/doc/mod_extract_forwarded/README -%%PORTDOCS%%@dirrm share/doc/mod_extract_forwarded |