notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mod_dosevasive20 An Apache 2 module to try to protect HTTP DoS or DDoS attacks
1.10.1 www Deleted on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.10.1Version of this port present on the latest quarterly branch.
Maintainer: kiwi@oav.net search for ports maintained by this maintainer
Port Added: 2004-07-30 00:31:25
Last Update: 2008-03-14 22:40:21
SVN Revision: UNKNOWN
People watching this port, also watch:: p5-Digest-HMAC, expat, libiconv, gettext
Also Listed In: security
License: not specified in port
WWW:
http://www.zdziarski.com/projects/mod_evasive/
Description:
mod_evasive 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_evasive presently reports abuses via email and syslog facilities. Detection is performed by creating an internal dynamic hash table of IP Addresses and URIs, and denying any single IP address from any of the following: * Requesting the same page more than a few times per second * Making more than 50 concurrent requests on the same child per second * Making any requests while temporarily blacklisted (on a blocking list) This method has worked well in both single-server script attacks as well as distributed attacks, but just like other evasive tools, is only as useful to the point of bandwidth and processor consumption (e.g. the amount of bandwidth and processor required to receive/process/respond to invalid requests), which is why it's a good idea to integrate this with your firewalls and routers for maximum protection. This module instantiates for each listener individually, and therefore has a built-in cleanup mechanism and scaling capabilities. Because of this per-child design, legitimate requests are never compromised (even from proxies and NAT addresses) but only scripted attacks. Even a user repeatedly clicking on 'reload' should not be affected unless they do it maliciously. mod_dosevasive is fully tweakable through the Apache configuration file, easy to incorporate into your web server, and easy to use. WWW: http://www.zdziarski.com/projects/mod_evasive/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • mod_evasive20>0:www/mod_dosevasive20
No installation instructions:
This port has been deleted.
PKGNAME: mod_evasive20
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. apxs : www/apache20
Runtime dependencies:
  1. apxs : www/apache20
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/apache2/
  2. ftp://ftp.oav.net/pkg_freebsd/distfiles/
  3. http://www.zdziarski.com/projects/mod_evasive/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.10.1
14 Mar 2008 22:40:21
Original commit files touched by this commit
miwi search for other commits by this committer
- Remove www/mod_dosevasise20 (project was renamed to mod_evasive20)

PR:             119982
Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
1.10.1
30 Dec 2006 23:51:24
Original commit files touched by this commit
miwi search for other commits by this committer
mod_evasive20 is the renamed mod_dosevasive20

PR:             ports/106870
Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
Repocopy by:    marcus
1.10_1
13 May 2006 04:41:22
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with W
1.10_1
04 Dec 2005 00:18:15
Original commit files touched by this commit
clement search for other commits by this committer
- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:             ports/78119
Repocopied by:  marcus
1.10_1
17 Nov 2005 18:37:38
Original commit files touched by this commit
mnag search for other commits by this committer
Fix path to /usr/bin/mail
Bump PORTREVISION

PR:             89192
Noticed by:     Frank Steinborn
Approved by:    Xavier Beaudouin <kiwi@oav.net> (maintainer)
1.10
16 Nov 2005 14:51:03
Original commit files touched by this commit
mnag search for other commits by this committer
Add secondary master site
Add SHA256

PR:             89133
Submitted by:   maintainer
1.10
15 Feb 2005 20:24:20
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 1.10

PR:             ports/77513
Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
1.9
30 Jul 2004 00:30:24
Original commit files touched by this commit
edwin search for other commits by this committer
[NEW PORT] www/mod_dosevasive20: An Apache 2 module to try to protect HTTP 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>

Number of commits found: 8