Hello,
I am using mod_throttle to prevent some kind of attack. However I can only paste the code below into some users' <virtualhost>;
<IfModule mod_throttle.c>
ThrottlePolicy Request 15 1
</IfModule>
How can I set this logic to whole system? Can you help me? I cannot add this code to all new accounts whenever they are created by me or my resellers.
I want same ip to make concurrent connections. Is this correct code?
Thanks so much
Melih
I am using mod_throttle to prevent some kind of attack. However I can only paste the code below into some users' <virtualhost>;
<IfModule mod_throttle.c>
ThrottlePolicy Request 15 1
</IfModule>
How can I set this logic to whole system? Can you help me? I cannot add this code to all new accounts whenever they are created by me or my resellers.
I want same ip to make concurrent connections. Is this correct code?
Thanks so much
Melih