Port details |
- mod_extract_forwarded Apache module that can make proxied requests appear with client IP
- 2.0.2_4 www
=5 2.0.2_4Version of this port present on the latest quarterly branch.
- Maintainer: kuriyama@FreeBSD.org
- Port Added: 2001-06-18 22:59:10
- Last Update: 2018-04-16 10:44:31
- SVN Revision: 467473
- People watching this port, also watch:: ap24-mod_fastcgi
- License: not specified in port
- WWW:
- http://www.openinfo.co.uk/apache/
- Description:
- 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://www.openinfo.co.uk/apache/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ap22-mod_extract_forwarded>0:www/mod_extract_forwarded
- No installation instructions:
- This port has been deleted.
- PKGNAME: ap22-mod_extract_forwarded
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (extract_forwarded-2.0.2.tar.gz) = 934e2da02a2a71dd40a6050e884ac034174a1bfee0d0d4aeeeb68b942d94cafb
SIZE (extract_forwarded-2.0.2.tar.gz) = 13812
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache22
- Runtime dependencies:
-
- apxs : www/apache22
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ap22-mod_extract_forwarded-2.0.2_4:
YOSHFUJI=off: yoshfuji patch (support IPv6 addr in config, etc)
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- apache:2.2
- pkg-message:
- ************************************************************
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
************************************************************
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.2_4 16 Apr 2018 10:44:31 |
brnrd |
www/mod_antiloris
www/mod_auth_imap2
www/mod_authn_sasl
www/mod_bw
www/mod_cband
www/mod_clamav
www/mod_extract_forwarded
www/mod_hosts_access
www/mod_log_config-st
www/mod_log_mysql
www/mod_log_sql2-dtc
www/mod_macro22
www/mod_musicindex
www/mod_ntlm2
www/mod_proxy_html
www/mod_remoteip
www/mod_spdy
www/mod_uid
www/mod_vhost_ldap
www/mod_whatkilledus
www/mod_xml2enc
2017-07-01 www/apache22: Upstream propose EoL of apache 2.2.x during the next 12
months |
2.0.2_4 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
2.0.2_4 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
2.0.2_4 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
2.0.2_4 06 Aug 2014 09:11:58 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
2.0.2_4 06 Feb 2014 07:22:35 |
miwi |
- Stage support |
2.0.2_4 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.0.2_4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.0.2_4 24 Dec 2012 12:42:56 |
kuriyama |
Add option to patch for IPv6 address support. |
2.0.2_3 22 Sep 2012 21:15:51 |
ohauer |
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@ |
2.0.2_3 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
2.0.2_3 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
2.0.2_3 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
2.0.2_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.0.2_2 06 Dec 2010 12:16:35 |
kuriyama |
Forced commit (forgot to add patch):
Fix build for "union <anonymous>' has no member named 'sin6'" error.
PR: ports/146886
Reported by: Yurij <ilesikz@gmail.com> |
2.0.2_1 06 Dec 2010 06:34:02 |
kuriyama |
Fix build for "union <anonymous>' has no member named 'sin6'" error.
PR: ports/146886
Reported by: Yurij <ilesikz@gmail.com> |
2.0.2 11 Oct 2009 14:41:06 |
kuriyama |
- Resurrect previous version of mod_extract_forwarded for apache
1.3.x by repocopy. |
2.0.2 05 Aug 2009 14:27:11 |
kuriyama |
- Upgrade to 2.0.2 (for Apache 2.x).
- This is upgraded version of 1.4 (by non-original author), but is not
same as www/mod_extract_forwarded2 port (was forked from 1.x by
another author).
- I'm not sure we should upgrade like this (upgrade 1.4 to forked
2.0.2), but it seems original web site is disappeared, so I think we
should do.
- This version does not support Apache 1.3.x versions. If someone
need old version of this port, I'll prepare
www/mod_extract_forwarded1 port after repocopy. |
1.4 05 Aug 2009 02:21:50 |
pgollucci |
over to apache@ |
1.4 04 Aug 2009 23:20:58 |
anders |
Drop maintainership of some ports I do not use or have interest for
anymore. |
1.4 21 May 2009 20:45:34 |
pgollucci |
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports) |
1.4 08 May 2009 15:47:15 |
pgollucci |
- USE_APACHE=yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST
PR: ports/133647
Approved by: maintainer timeout (30 days)
Submitted by: me |
1.4 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
1.4 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.4 07 Nov 2003 09:12:58 |
marcus |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
1.4 09 Apr 2003 22:07:26 |
anders |
Update to 1.4. |
1.2 08 Apr 2003 22:34:25 |
anders |
Project moved. Update WWW and MASTER_SITES. |
1.2 07 Mar 2003 06:12:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.2 22 Apr 2002 01:38:22 |
anders |
Reclaim maintainership. |
1.2 15 Mar 2002 00:31:55 |
anders |
Master site updates: www.freenix.no => atreides.freenix.no for these
files. |
07 Oct 2001 03:03:45 |
petef |
Set maintainer to ports@FreeBSD.org |
19 Jun 2001 02:59:10 |
jeh |
New port of mod_extract_forwarded, an Apache module that can make proxied
requests appear with client IP. |