Search results

  1. M

    Wordpress Caching benchmarks

    The benchmark is done with twenty seventeen theme, the benchmark client has GZIP compression enabled.
  2. M

    How far off is LSWS 5.2 ?

    We are working on PageSpeed support currently.
  3. M

    Force "File Save As" like X-Sendfile feature?

    Please upgrade to latest 5.1.15 with command /usr/local/lsws/admin/misc/lsup.sh -f -v 5.1.15 There is a related bug introduced in earlier build of 5.1.15, fixed.
  4. M

    LS Dying - Various Errors

    you can submit a bug report ticket. should be able to do that from client area.
  5. M

    LS Dying - Various Errors

    It is probably because cPanel killing LiteSpeed, then start up Apache. We need to find out what operation trigger Apache being started, and why? Can you give us temp root access to the server having this problem? Just open a support ticket.
  6. M

    LS Dying - Various Errors

    There must be Apache being started temporarily and crashed. if you look at the logging style, the timestamp, litespeed generated log entries are in completely different format. Are you using cPanel?
  7. M

    LS Dying - Various Errors

    Those looks like Apache error log, not generated by LiteSpeed. Maybe your server is still running Apache by accident?
  8. M

    ERR_SPDY_PROTOCOL_ERROR on most HTTPS sites

    Please upgrade to 5.1.15, it may take care of it. if not, the best way to have it solve is to let us login to the server to investigate.
  9. M

    litespeed stooped

    Looks like it is crashing, can you locate the core file? If you installed 5.1.15 before Sunday afternoon, please do another force update to get the latest 5.1.15 package.
  10. M

    litespeed stooped

    which control panel you use?
  11. M

    litespeed stooped

    Please try upgrade to 5.1.15 with command /usr/local/lsws/admin/misc/lsup.sh -f -v 5.1.15
  12. M

    Litespeed restarting randomly

    If it continues, please contact cPanel support regarding this. It is more like cPanel killing LiteSpeed processes. They may have a fix already.
  13. M

    Big downloads dropping / disconnected, speed dropping intermittently...?!

    Please change debug level to HIGH and do the same test. just track related log entries with the IP and port combination. You should see log entries at the end that connection was closed no matter what is the reason. The current log shows it is still trying to send remaining file, no close.
  14. M

    Big downloads dropping / disconnected, speed dropping intermittently...?!

    For #1, you need to check if there is any bandwidth throttling configuration, using mod_bw style configuration, it has special directive for limiting large file download. Also, make sure your server does not set https://www.litespeedtech.com/docs/webserver/config/tuning#sndBufSize it should be...
  15. M

    Page refresh problem on LiteSpeed servers

    I think you need to turn off static file expires, so the browser wont cache the css file. By default, LiteSpeed has expires setting enabled. https://www.litespeedtech.com/docs/webserver/config/general#enableExpires
  16. M

    How to check if request header 'Accept-Encoding' contains gzip in modsecurity

    Maybe you should put the "phase:1" to the first rule as well.
  17. M

    ConfigServer eXploit Scanner (CXS)

    Yes, it works.
  18. M

    [Cache] Serving Broken Images - Partial Content Range Cached

    You can use curl to test it.
  19. M

    [Cache] Serving Broken Images - Partial Content Range Cached

    That's something we need to take care of. is the range request got 206 status code from PHP, or 200? If it is 206, we could avoid caching it.
  20. M

    [Cache] Serving Broken Images - Partial Content Range Cached

    Are you using rewrite rule to control lscache? You should add a rewrite condition to test for content-range request header, do not enable cache if present.
Top