Search results

  1. J

    4.2.2 update changed mod_security rule matching behaviour

    Hi, Last week we decided to update LS to 4.2.2, it has been out for a while so we assumed it would be a safe move. However things didn't run smoothly at all! We started getting a lot of false positives with the got_root rules leading to lots of 403 pages with some IP address blocks and a lot...
  2. J

    Status 400: Bad request method:

    Hi there, Since I upgraded to 4.1, legit client IPs are being temporarily blocked. After a few "Status 400: Bad request method:" errors, the offending IP gets blocked: "too many bad requests, block." I wasn't able to extract more information on the specifics of the requests...
  3. J

    mod_rewrite - remove double slash from url

    Hi These rules work fine in apache, but they don't work in litespeed (using v4.0.20): RewriteEngine On RewriteCond %{REQUEST_URI} ^(.*)//(.*)$ RewriteRule . %1/%2 [R=301,L] The purpose is to remove double (or more) slashes from URLs. I've played around with it and it seems...
Top