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_evasive question
Author
mrdj1024



Joined: 03 Apr 2023
Posts: 75
Location: Bridgeton,NJ,USA

PostPosted: Tue 30 Sep '25 17:31    Post subject: mod_evasive question Reply with quote

hi!,so i am trying to figure out the Whitelisting URI for windows,i have it up and running but i want to turn it off for my php apps so how do i write out the syntax? is it
DOSWhitelistUri "D:\wamp64\www\djcom\forums"
or
DOSWhitelistUri www.yoursite.com/forums
im unsure whether to put the link or specify the actual path.
Back to top
Stray78



Joined: 15 Apr 2024
Posts: 46
Location: USA

PostPosted: Mon 06 Oct '25 2:14    Post subject: Reply with quote

Not sure if that command works for windows. I would try turning it off in your Directory section...

Code:
<Directory "D:/wamp64/www/djcom/forums">
  <IfModule evasive_module>
    DOSEnabled          false
  </IfModule>
</Directory>
Back to top


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