walo
Verified User
- Joined
- Mar 19, 2005
- Messages
- 156
Hello,
I need to limite the maximun number of connection per IP (client). I saw some modules on internet, but all of them output a 503 error when it reach the limit.
What i need to do is to hold (queue) the connections.
For example: if i setup a limit of 4 connections per IP, if someone want to download 5 files at the same time, the fifth keep on hold, and when any of the active download end the fifth start automatically.
It is possible to do this with apache core? or is there any module?
I need to limite the maximun number of connection per IP (client). I saw some modules on internet, but all of them output a 503 error when it reach the limit.
What i need to do is to hold (queue) the connections.
For example: if i setup a limit of 4 connections per IP, if someone want to download 5 files at the same time, the fifth keep on hold, and when any of the active download end the fifth start automatically.
It is possible to do this with apache core? or is there any module?