Search results

  1. S

    LiteSpeed with Nginx reverse-proxy

    Hi, I cannot find instructions how to install LiteSpeed + Nginx as frontend. LiteSpeed have many settings but I cannot configure it to protect my site which under DDoS attack and sometimes inaccessible. Nginx have Rate-Limiting for every IP feature that I need for multiple locations (so and...
  2. S

    Rewrite rules - how to make it work?

    Hello, I used Apache before with this .htaccess in VHost Root dir: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?!$1!&%{QUERY_STRING} [L] For example, if server can't find some file it's rewrite to index.php to download and save it. For...
  3. S

    Per Client Throttling not working

    CentOS 7 and OpenLiteSpeed 1.6.21 I set request limit Static Requests/second and Dynamic to 1/sec on Virtual Host Level Bad guys make 15 requests/second and HTTP-reply code always 200. How I can make it working?
Top