6 | | name mod_evasive |
7 | | version 1.10.1 |
8 | | categories www |
9 | | platforms darwin |
10 | | maintainers touche.fr.st:julien.touche |
11 | | description apache module against DDoS |
12 | | long_description mod_evasive is an evasive maneuvers module for \ |
13 | | Apache to provide evasive action in the event of an \ |
14 | | HTTP DoS or DDoS attack or brute force attack. It is \ |
15 | | also designed to be a detection and network management \ |
16 | | tool, and can be easily configured to talk to \ |
17 | | ipchains, firewalls, routers, and etcetera. \ |
18 | | mod_evasive presently reports abuses via email and \ |
19 | | syslog facilities. |
20 | | |
21 | | homepage http://www.zdziarski.com/blog/?page_id=442 |
22 | | master_sites http://www.zdziarski.com/blog/wp-content/uploads/2010/02/ |
23 | | distname ${name}_${version} |
24 | | checksums sha1 7240481f9f7b0f80693787a73a2bfd9bfec6f274 \ |
25 | | rmd160 1ce741bf3f3bbc0cc81a9aa73311b08a68bd454e |
| 6 | name mod_evasive |
| 7 | version 1.10.1 |
| 8 | categories www |
| 9 | platforms darwin |
| 10 | maintainers nomaintainer |
| 11 | description apache module against DDoS |
| 12 | long_description mod_evasive is an evasive maneuvers module for \ |
| 13 | Apache to provide evasive action in the event of an \ |
| 14 | HTTP DoS or DDoS attack or brute force attack. It is \ |
| 15 | also designed to be a detection and network management \ |
| 16 | tool, and can be easily configured to talk to \ |
| 17 | ipchains, firewalls, routers, and etcetera. \ |
| 18 | mod_evasive presently reports abuses via email and \ |
| 19 | syslog facilities. |
| 20 | license GPL-2 |
| 21 | |
| 22 | checksums rmd160 1ce741bf3f3bbc0cc81a9aa73311b08a68bd454e \ |
| 23 | sha256 07c45139aa313899484a900f0fc162b3e17eb4f60fe474d7f3dd6c9941e95667 |
| 24 | |
| 25 | homepage http://www.zdziarski.com/blog/?page_id=442 |
| 26 | master_sites http://www.zdziarski.com/blog/wp-content/uploads/2010/02/ |
| 27 | distname ${name}_${version} |
53 | | xinstall -m 755 -d \ |
54 | | ${destroot}${prefix}/${apachedir}/modules \ |
55 | | ${destroot}${prefix}/share/doc/${name} |
56 | | xinstall -m 644 ${worksrcpath}/.libs/${name}${cversion}.so \ |
57 | | ${destroot}${prefix}/apache2/modules |
58 | | xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE README \ |
59 | | ${destroot}${prefix}/share/doc/${name} |
| 55 | xinstall -m 755 -d \ |
| 56 | ${destroot}${prefix}/${apachedir}/modules \ |
| 57 | ${destroot}${prefix}/share/doc/${name} |
| 58 | xinstall -m 644 ${worksrcpath}/.libs/${name}${cversion}.so \ |
| 59 | ${destroot}${prefix}/apache2/modules |
| 60 | xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE README \ |
| 61 | ${destroot}${prefix}/share/doc/${name} |