Menu

Raising Delay Time?

Ian
2013-07-18
2013-07-19
  • Pascal Buchbinder

    I would not add a delay of minutes or even hours to a request...
    But you may limit the allowed number of requests to /test within an hour.

    Example:
    SetEnvIf Request_URI ^/test.* LimitToFifty
    QS_EventLimitCount LimitToFifty 50 3600

     

Log in to post a comment.