I added ratelimit in the Easy Apache 4 but can't find were to add the vhost details:
<IfModule mod_ratelimit.c>
<Location />
SetOutputFilter RATE_LIMIT
SetEnv rate-limit 512
SetEnv rate-initial-burst 625
</Location>
</IfModule>
I tried in the config file 350_mod_ratelimit.conf But got an error restarting apache.
I also tried in each section of the Include Editor in WHM and each one gave an error as will.
Where does the vhost details go?
Thanks,
Charles
<IfModule mod_ratelimit.c>
<Location />
SetOutputFilter RATE_LIMIT
SetEnv rate-limit 512
SetEnv rate-initial-burst 625
</Location>
</IfModule>
I tried in the config file 350_mod_ratelimit.conf But got an error restarting apache.
I also tried in each section of the Include Editor in WHM and each one gave an error as will.
Where does the vhost details go?
Thanks,
Charles