Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: mod_evasive question |
|
Author |
|
mrdj1024
Joined: 03 Apr 2023 Posts: 75 Location: Bridgeton,NJ,USA
|
Posted: Tue 30 Sep '25 17:31 Post subject: mod_evasive question |
|
|
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
|
Posted: Mon 06 Oct '25 2:14 Post subject: |
|
|
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 |
|
|
|
|
|
|