Port details |
- mod_remoteip Replaces the client IP address/hostname with that given by a proxy
- 2.3.5.a_1 www
=0 2.3.5.a_1Version of this port present on the latest quarterly branch.
- Maintainer: ports@christianserving.org
- Port Added: 2010-05-12 22:50:03
- Last Update: 2018-04-16 10:44:31
- SVN Revision: 467473
- License: not specified in port
- WWW:
- http://httpd.apache.org/docs/2.3/mod/mod_remoteip.html
- Description:
- Backport of the Apache 2.3 module that replaces the apparent client
remote IP address and hostname for the request with the IP address
list presented by a proxy or load balancer via the request headers.
WWW: http://httpd.apache.org/docs/2.3/mod/mod_remoteip.html
-
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_remoteip>0:www/mod_remoteip
- No installation instructions:
- This port has been deleted.
- PKGNAME: ap22-mod_remoteip
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (httpd-2.3.5-alpha.tar.gz) = f1c1b322342653445db4acf049637997f9a37f478babd0277587fa58b27ae9b8
SIZE (httpd-2.3.5-alpha.tar.gz) = 5038492
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:
- No options to configure
- Options name:
- N/A
- USES:
- apache:2.2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.5.a_1 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.3.5.a_1 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.3.5.a_1 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
2.3.5.a_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.3.5.a_1 09 Nov 2014 08:15:14 |
marino |
www/mod_remoteip: fix segfault with .httaccess and allow/deny
As described in Apache issue 49838, mod_remoteip may cause segfaults when
used together with .htaccess files and allow/deny statements
The existing patch was modified to backport fixes from Apache svn r990745
and r990746.
PR: 193507
Submitted by: David Froehlich
Approved by: maintainer (Jim Riggs) |
2.3.5.a 15 Dec 2013 22:11:21 |
ohauer |
- add stage support
- add license
- minor cleanups
with hat apache@ |
2.3.5.a 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.3.5.a 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.3.5.a 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.3.5.a 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.3.5.a 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
2.3.5.a 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.3.5.a 22 Sep 2010 21:50:03 |
pgollucci |
- Mark mod_* modules MAKE_JOBS_SAFE=yes
With Hat: apache@
Tested by: Several P6 TB runs |
2.3.5.a 12 May 2010 22:49:44 |
pgollucci |
Backport of the Apache 2.3 module that replaces the apparent client
remote IP address and hostname for the request with the IP address
list presented by a proxy or load balancer via the request headers.
WWW: http://httpd.apache.org/docs/2.3/mod/mod_remoteip.html
PR: ports/146509
Submitted by: Jim Riggs <ports at christianserving.org> |