Search results

  1. S

    Possible dead lock.

    Hi, no. This is not the case. This can happen any time, even when traffic is low, and the server resources are much more than enough. This issue drives me crazy. It's very similar to this thread. I thought it was a mariaDB issue but I'm not sure. Are they are other OLS logs that I can check?
  2. S

    Possible dead lock.

    It seems that this is related to mariaDB. when this happens, there are alot of mariaDB instances spanning and CPU load gets high.
  3. S

    Possible dead lock.

    strerr logs only contains: 2024-12-02 10:01:18.800 [STDERR] sh: 1: /usr/sbin/sendmail: not found The error log does not seem to contain php connection limit logs. Only this: No request delivery notification has been received from LSAPI application, possible dead lock.
  4. S

    Possible dead lock.

    Hi! Every now and then (several times per day) my website stops responding and I get this error on OLS error log: No request delivery notification has been received from LSAPI application, possible dead lock. Any ideas where to look for more info? Thanks Alex
  5. S

    Possible dead lock

    It's a bare-metal 2388G server with 128GB of ram and nvme drives. I have reduced these values to: maxConns 100 env PHP_LSAPI_CHILDREN=100 env LSAPI_AVOID_FORK=1 env...
  6. S

    AIO is not supported on this machine!

    It seems that the error is gone now. thanks.
  7. S

    Possible dead lock

    Hi, I managed to solve (it seems) the issue by applying: maxConns 500 env PHP_LSAPI_CHILDREN=500 env LSAPI_AVOID_FORK=1 env LSAPI_SLOW_REQ_MSECS=2000 [this is to monitor bad PHP scripts]...
  8. S

    AIO is not supported on this machine!

    I'm running it now. Will report.
  9. S

    Possible dead lock

    Hi there, Now and then, the website stops respondig and this error appears on the OLS logs: No request delivery notification has been received from LSAPI application, possible dead lock. I did try the fixed suggested here: Possible dead lock [LSAPI application] - Help | Page 2 |...
  10. S

    AIO is not supported on this machine!

    Hi! I'm getting this error: AIO is not supported on this machine! This is a dedicated bare-metal server (2388G CPU) with Ubuntu 20 running. Thanks Alex
  11. S

    Switching from Apache to LiteSpeed (Issues)

    Hi, The server is OpenLiteSpeed 1.7.14. Should I still send the email? Thanks Alex
  12. S

    Switching from Apache to LiteSpeed (Issues)

    Hi all, I'm testing LiteSpeed but have come across some errors that cannot resolve: 1. Using Xenforo software, it seems that there's an issue with CSS files being rendered. The errors shown are similar to this: 'Errors occurred when rendering CSS:\A * public:extra.less: ParseError: Unexpected...
  13. S

    Virtual directory?

    Ok, thank you! I have another question. What about using a different PHP version for a virtual dir? Alex
  14. S

    Virtual directory?

    Hi there, I'm testing OpenLiteSpeed with aaPanel on Ununtu 20. aaPanel does not have the OpenLiteSpeed gui, so I only have access to the config file. Everything's fine, expect but I need to create a number of virtual dirs so that: www.mydomain.com is using the...
Top