Limit max number of concurrent access to specified url

Discussion in 'Apache' started by Ferenc Turi, Jul 11, 2014.

  1. #2
    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
     
    Ferenc Turi, Jul 11, 2014 IP
  2. blue-angel

    blue-angel Greenhorn

    Messages:
    23
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    13
    #3
    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/
     
    blue-angel, Jul 11, 2014 IP