# installation du module apache dnf install mod_evasive # voici un exemple de config DOSEnabled true DOSHashTableSize 1000 DOSPageCount 10 DOSPageInterval 1 DOSSiteCount 2 DOSSiteInterval 5 DOSBlockingPeriod 20 DOSHTTPStatus 429 ServerName dev.siocraft.net DocumentRoot /var/www/dev.siocraft.net AllowOverride All # ne pas oublier de reload apache2 systemctl reload httpd