aboutsummaryrefslogtreecommitdiff
path: root/www/mod_remoteip
Commit message (Collapse)AuthorAgeFilesLines
* - add stage supportOlli Hauer2013-12-151-2/+0
| | | | | | | | | | - add license - minor cleanups with hat apache@ Notes: svn path=/head/; revision=336589
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - USE_APACHE= s/22+/22/Olli Hauer2012-09-221-6/+2
| | | | | | | | | | | | | | - 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@ Notes: svn path=/head/; revision=304723
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-2/+2
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+1
| | | | Notes: svn path=/head/; revision=280086
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Mark mod_* modules MAKE_JOBS_SAFE=yesPhilip M. Gollucci2010-09-221-0/+2
| | | | | | | | With Hat: apache@ Tested by: Several P6 TB runs Notes: svn path=/head/; revision=261652
* Backport of the Apache 2.3 module that replaces the apparent clientPhilip M. Gollucci2010-05-124-0/+78
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> Notes: svn path=/head/; revision=254233