Hi, Is it possible to limit the max number of concurrent access to an url? Let's see the following example: https:/ssss.com/a1 /a1 concurrent access should be limited to for example 20. While we have an other url: https:/ssss.com/a2 /a2 should be limited to 30. Is it possible to do it with some apache config? Thanks, Ferenc
You can manage the maximum number of concurrent requests to a location/resource (URL) using the mod_qos Apache module. More information on this you can find at http://opensource.adnovum.ch/mod_qos/