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?
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.
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
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...
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]...
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 |...
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
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...
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...