Search results

  1. M

    Litespeed generated 500 errors on POST

    Can location the log entries in log file with grep, then check the log file directly with an editor to find it.
  2. M

    Litespeed generated 500 errors on POST

    There should be request headers logged without [IP:port] prefix, should post that part as well to get full info about the request. I wonder if "Content-Length" header is set or not. The log shows the client does not send any request body, market the connection half closed. ``` 2021-09-12...
  3. M

    Litespeed generated 500 errors on POST

    Log does not give reason for 500 status code, but based on the analysis, the cause is failed to read request body. The log is not complete, so it is hard to say what exactly happened at socket level. If it is HTTPS, it should have more low level SSL related log.
  4. M

    Litespeed is not letting my pages load in Mozilla and Edge broswers

    Sorry for the late response, the site still loads, just Firefox does not load the slide show banners, maybe it is WP lscache plugin issue. You can try downgrading to 3.6.4 from 4.3 . Or, try following the trouble shooting steps to exclude the JS file causing problem. You can also post to...
  5. M

    Litespeed is not letting my pages load in Mozilla and Edge broswers

    It loads OK with my firefox and Edge browsers. Maybe it is the browser cache? you can try incognito mode.
  6. M

    Lite Speed Cache for Joomla and GZIP

    Server should do compression, should not enable compression by PHP.
  7. M

    Serverload

    Have you tried Litemage cache for magento 2?
  8. M

    htaccess conditional context usage, help~~

    Unfortunately, it does not work, as `ForceSecureCookie` only applied at vhost level.
  9. M

    RewriteMap - Supported types?

    Unfortunately, there are software license issue. Our text file implementation should be faster if the data does not change often.
  10. M

    php processes start by server

    This is not possible, lsphp fork on demand, LSAPI_AVOID_FORK will keep children process alive once forked. Make sure PHP is using LiteSpeed SAPI 7.9 .
  11. M

    Does More Workers Means More Performance.?

    It depends on the traffic. If server load is mainly contributed by PHP/MySQL processes, adding LSWS worker wont help. Only when litespeed worker process' CPU usage is high, like over 50%, then you should consider adding more workers. Usually, it will happen when server need to serve large...
  12. M

    Intend to remove Server/PUSH in Chrome and Firefox

    We are aware of it. they decide to drop it for HTTP/3. And, unfortunately, it is out of our control. But, we wont drop that feature any time soon as long as there are browser clients support that.
  13. M

    LSWS Trial License

    Please create a ticket, we will arrange.
  14. M

    LSWS 5.4.11 Build 9 + PHP 5.6 = White Page

    It turns out to be a bug introduced in 5.4.11 build 8, fixed now in 5.4.12 build 1.
  15. M

    RewriteMap - Supported types?

    dbm and sdbm rewrite map is not supported.
  16. M

    LSWS 5.4.11 Build 9 + PHP 5.6 = White Page

    Can you please create a ticket with detail description. I think it is likely related to the web site code. If you can provide a test site for us to investigate, it will speed up fixing the problem.
  17. M

    Internal Error - utf8 value in request - wsgi-python(django)

    Our test shows that wsgi-lsapi-1.9 fixes the problem.
  18. M

    Internal Error - utf8 value in request - wsgi-python(django)

    Hi, Thanks for the bug report. Looks it need some update to the lswsgi binary to apply correct encoding. Please try the following commands wget http://www.litespeedtech.com/packages/lsapi/wsgi-lsapi-1.9.tgz tar xvfz wsgi-lsapi-1.9.tgz cd wsgi-lsapi-1.9 /opt/alt/python38/bin/python3 configure.py...
  19. M

    Performance versus NitroPack

    No. you did nothing wrong. We have looked into NirtoPack, the way they optimize the page will get higher score, but it may not really load the full page that fast. What they did is to disable java-script completely for the page for the initial load, once page loaded, it start to load...
  20. M

    LiteSpeed reCaptcha

    You will get similar log for blocked IP https://docs.litespeedtech.com/cp/cpanel/antiddos/#check-the-banned-ip-and-reason
Top