logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Mod_Doseavsive22 HELP
Author
careem



Joined: 17 Aug 2009
Posts: 1

PostPosted: Mon 17 Aug '09 2:04    Post subject: Mod_Doseavsive22 HELP Reply with quote

Hello All, i need help with the config

# MOD_DOSEVASIVE Configuration *START*

<IfModule dosevasive22_module>

DOSHashTableSize 3097
DOSPageCount 4
DOSSiteCount 50
DOSPageInterval 1
DOSSiteInterval 1
DOSBlockingPeriod 60
DOSSystemCommand none
DOSWhitelist 192.168.*.* 127.0.*.*

</IfModule>

# MOD_DOSEVASIVE Configuration *END*

this is my configuration i want to add to dossystemcommand a line to block the ips over the windows firewall. or a bat file what will execute.

can somebody help me with it,

a line or a bat file would be good.

PS: I Need it really it is urgent.

Regards,Careem
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Mon 17 Aug '09 12:03    Post subject: Reply with quote

Well you can add

Code:

DOSSystemCommand “do-this.bat %1″


A script for adding it to the windowsfirewall is not that easy. See http://www.windowsecurity.com/articles/Customizing-Windows-Firewall.html
Back to top


Reply to topic   Topic: Mod_Doseavsive22 HELP View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules