forked from jzdziarski/mod_evasive
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
I'm running version 2.3 on a Fedora41(Linux) server with apache-2.4.62. I wanted to use the DOSWhitelistUri option in mod_evasive.conf, but apache refuses to start as soon as I add that option:
AH00526: Syntax error on line 69 of /etc/httpd/conf.d/mod_evasive.conf:
Invalid command 'DOSWhitelistUri', perhaps misspelled or defined by a module not included in the server configuration
Line 69 of my /etc/httpd/conf.d/mod_evasive.conf: is simply:
DOSWhitelistUri /test0
TalkMarc