So, I've installed mod_ratelimit, where exactly do I put the variables? I've attempted the .htaccess but get a 503 error, I've tried Google searching this but had no results..I feel so dumb right now lol.
such as ->
<IfModule mod_ratelimit.c>
<Location /download>
SetOutputFilter RATE_LIMIT
SetEnv rate-limit 500
</Location>
</IfModule>
Also, is the location going to be the home dir location example /home/cpaneluser/public_html/
Thank you.
such as ->
<IfModule mod_ratelimit.c>
<Location /download>
SetOutputFilter RATE_LIMIT
SetEnv rate-limit 500
</Location>
</IfModule>
Also, is the location going to be the home dir location example /home/cpaneluser/public_html/
Thank you.
Last edited by a moderator: