Forum Moderators: phranque
The default unit is kilobytes for the limit, which means that if you define 50 it means 50k, which is about 50000 "bytes". So the policy you've defined sets the limit for the concurrent sessions to 50000, which lasts for one day. Either try to reduce the limit to 5, 1 or even to 0.05 (which might not work).
Set the throttle-status content handler so you can see the status of the module, why it is not forcing your limit on the connections, or what do you really configured.
Is the module loaded at all? Take off the <IfModule /> directives from before and after the mod_throttle directives and test your configuration files, or just restart it if it is a test environment.
See [snert.com...] for further details on mod_throttle