1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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