Search results

  1. S

    LiteSpeed with Nginx reverse-proxy

    My nginx configuration like this do not working: server { access_log /var/log/nginx/access.log main; error_log /var/log/nginx/vhost-error_log warn; listen 80; listen 443; server_name site.ru www.site.ru; root /home/user/www; location / { proxy_redirect off...
  2. 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...
  3. S

    Per Client Throttling not working

    Just send email with details?
  4. S

    Per Client Throttling not working

    For some reason error displayed periodically after I hit restriction. I set 2 for dynamic and 5 for static and try to load page with 1 image. Sometimes I see error "Web server is returning an unknown error", but in logs it's always 200 OK.
  5. S

    Per Client Throttling not working

    The problem is that if I hit Per Client Throttling I always see cloudflare error, but in logs - HTTP 200 code. So site remains inaccessible for my IP until I reload LiteSpeed
  6. S

    Per Client Throttling not working

    Ok thank you - looks like it's working now. If I hit Per Client Throttling CloudFlare show error - Web server is returning an unknown error How I can monitor blocked requests in access log? Anti-DDoS Blocked IP Count in UI always = 0
  7. S

    Per Client Throttling not working

    How I can update? [root@ns3197971 logs]# yum search openlitespeed Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * epel: ftp.icm.edu.pl ====================================== N/S matched: openlitespeed ====================================== openlitespeed.x86_64 ...
  8. S

    Per Client Throttling not working

    Thank you for your support, I will try and update soon.
  9. S

    Rewrite rules - how to make it work?

    How I can make rewrite to index.php if file image/avatar.jpg not found in folder?
  10. S

    Rewrite rules - how to make it work?

    It's still not working :(
  11. 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...
  12. S

    Per Client Throttling not working

    OpenLiteSpeed 1.7.11 up to date now
  13. S

    Per Client Throttling not working

    This is my current settings, please check: https://ibb.co/b2wVn9L https://ibb.co/gvnpBZq I do this using official documentation to show real visitors IPs. It is possible to use nginx as front-end?
  14. S

    Per Client Throttling not working

    Can I install nginx as front-end before LiteSpeed to filter DDoS like this? I cannot find example nginx vhost settings for this. I cannot filter DDoS on LiteSpeed efficiently, but LiteSpeed have fast PHP. If I can setup nginx+litespeed I can mitigate attack because nginx have more settings which...
  15. S

    Per Client Throttling not working

    Yes, I using CloudFlare and added it's IP as trusted. This means anybody from CloudFlare is now trusted and I cannot protect my site from DDoS? I just need real visitors IPs. I use nginx on another server and never has problems like this. My server under HTTP-flood, in nginx I can just use...
  16. S

    Per Client Throttling not working

    Can you approve this thread ????
  17. 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