pbuchbinder committed patchset 1300 of module src to the mod_qos CVS repository, changing 1 files.
2013-05-13 12:50:23 PDT in mod_qos
pbuchbinder committed patchset 1299 of module src to the mod_qos CVS repository, changing 3 files.
2013-05-12 23:23:06 PDT in mod_qos
pbuchbinder committed patchset 121 of module parp to the mod_parp CVS repository, changing 1 files.
2013-05-07 11:17:28 PDT in mod_parp
The module is designed and tested for Apache 2.2 MPM worker binaries. However, you sill might achieve the desired results using it within a prefork binary.
2013-05-07 11:05:11 PDT in mod_qos
What problem do you encounter? Can you provide us a more detailed description?.
2013-05-07 11:02:22 PDT in mod_parp
QS_ClientGeoCountryPriv, QS_SrvMaxConnPerIP, and QS_SrvMaxConn settings are independent of each other and may defined different limitations.
2013-05-07 10:58:00 PDT in mod_qos
[quote]can we block the ip for certain time whoe is exceeding the maxnumber of http connection per ip ?[/quote] You can achive this by counting the number of connections not processing any HTTP request data (due to being blocked) using the NullConnection event. Example: QS_SrvMaxConn 100 QS_ClientEventBlockCount 10 300 QS_SetEnvIfStatus NullConnection QS_Block.
2013-05-07 10:57:08 PDT in mod_qos