aboutsummaryrefslogtreecommitdiff
path: root/www/mod_evasive/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Migrate USE_APACHE to USES= apache (category www)Bernard Spil2018-03-111-1/+1
| | | | | | | | | - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk With hat: apache Notes: svn path=/head/; revision=464189
* Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to UsesBernard Spil2018-03-111-1/+1
| | | | | | | | | | | | | | | | - Chase required changes in framework (bsd.sanity.mk, bsd.port.mk) - Chase required changes in ports (version checks) - Chase required changes in PHP ports (include bsd.apache.mk) - exp-run by antoine, brnrd, joneum PR: 223691 (exp-run) Reviewed by: joneum (hat apache), mat (portmgr), antoine (portmgr) Approved by: joneum (hat apache) Approved by: portmgr With hat: apache Notes: svn path=/head/; revision=464175
* - Add LICENSE_FILEDmitry Marakasov2017-09-211-2/+3
| | | | | | | | | | - Style fixes - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=450245
* www/mod_evasive: Add support for Apache 2.4John Marino2016-03-051-2/+7
| | | | | | | | | | | The solution to fixing mod_evasive support for Apache 2.4 has been available on the internet for well over a year and it's trivial. Reported by: Bill Richter Approved by: just-fix-it Notes: svn path=/head/; revision=410218
* - add stage supportOlli Hauer2013-12-151-15/+8
| | | | | | | | | | - 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-3/+3
| | | | | | | | | | | | - 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
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-011-3/+1
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+2
| | | | Notes: svn path=/head/; revision=280086
* - Fix some MASTER_SITESPhilip M. Gollucci2010-10-201-2/+1
| | | | | | | | With Hat: apache@ Reported by: distilator Notes: svn path=/head/; revision=263321
* - Mark remaining mod_* ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-211-0/+2
| | | | | | | | PR: ports/134611 Approved by: pav (#bsdports) Notes: svn path=/head/; revision=234362
* Fix the build from my last commit that was part of PR: ports/122781.Brad Davis2008-05-221-3/+5
| | | | | | | Reviewed by: edwin@ Notes: svn path=/head/; revision=213508
* - Update www/mod_evasive to 1.10.1Brad Davis2008-05-171-9/+8
| | | | | | | | | - Remove the old port PR: ports/122781 Notes: svn path=/head/; revision=213202
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162218
* - prepare removal of www/apache2 in favor of www/apache20 for namingClement Laforet2005-12-041-1/+1
| | | | | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus Notes: svn path=/head/; revision=150328
* Fix path to /usr/bin/mailMarcus Alves Grando2005-11-171-0/+7
| | | | | | | | | | | Bump PORTREVISION PR: 89192 Noticed by: Frank Steinborn Approved by: Xavier Beaudouin <kiwi@oav.net> (maintainer) Notes: svn path=/head/; revision=148644
* Add secondary master siteMarcus Alves Grando2005-11-161-1/+2
| | | | | | | | | | Add SHA256 PR: 89133 Submitted by: maintainer Notes: svn path=/head/; revision=148472
* - Update to 1.10Pav Lucistnik2005-02-151-2/+2
| | | | | | | | PR: ports/77513 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer) Notes: svn path=/head/; revision=128956
* [NEW PORT] www/mod_dosevasive20: An Apache 2 module to try to protect HTTP ↵Edwin Groothuis2004-07-301-0/+38
DoS or DDoS attacks mod_dosevasive is an evasive maneuvers module for Apache to provide evasive action in the event of an HTTP DoS or DDoS attack or brute force attack. It is also designed to be a detection and network management tool, and can be easily configured to talk to ipchains, firewalls, routers, and etcetera. mod_dosevasive presently reports abuses via email and syslog facilities. PR: ports/69623 Submitted by: Xavier Beaudouin <kiwi@oav.net> Notes: svn path=/head/; revision=115045