Menu

How to use QS_VipRequest with QS_LocRequestLimitMatch?

2013-08-30
2013-08-30
  • Ken Williams

    Ken Williams - 2013-08-30

    I use this one server wide command to restrict access to wp-login.php to two hits a second. It works well.
    QS_LocRequestLimitMatch "^(/wp-login.php).*$" 2

    How do I whitelist an IP address from this restriction now? This does not seem to help:
    SetEnvIf Remote_Addr 1.2.3.4 QS_VipRequest=yes
    QS_LocRequestLimitMatch "^(/wp-login.php).*$" 2

    Thanks for any input.

     
  • Ken Williams

    Ken Williams - 2013-08-30

    Ok, thanks. Maybe I'll get that a try.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.