mod_throttle syntax
Hi, I have just successfully installed mod_throttle.I would like to just check some syntax with someone abit more experienced than my self:
<IfModule mod_throttle.c>
ThrottlePolicy Speed 512 1s
<Location /traffic>
SetHandler throttle-me
</Location>
</IfModule>
Will that above limit the site to 512Kbytes/sec?
thanks,
Adrian.