Hi @gilles
If the no space left on the device message because /tmp partition full, then not much we can help with on the OLS setup.
https://www.php.net/manual/en/function.session-gc.php
Low traffic sites' session data may not be deleted within the preferred duration.
In such a case, please...
Hi,
It works for me.
1 wget -O - http://rpms.litespeedtech.com/debian/enable_lst_debian_repo.sh | bash
2 apt-get install openlitespeed
3 service lsws status
Maybe you can try apt update && apt upgrade -y before the installation.
Here's the example to install phppgadmin for OpenLiteSpeed Django image,
1. Go to /usr/local/lsws/Example/html/ folder and download https://github.com/phppgadmin/phppgadmin/archive/REL_7-13-0.zip
2. apt-get install unzip lsphp74-pgsql -y, then unzip the phppgadmin zip file.
3. Change the...
As mentioned in the log, there was no request delivery notification received from the LSAPI. This means that the PHP process got hung up on something.
In order to properly diagnose the issue, please try the following steps:
- Turn on debug logging for OLS.
- run 'top' in a terminal. Once it is...
Hi,
It is working. Do you still see any sql/lsphp process running high CPU in the background during the test?
Also, I would recommend you not to include any proxy or CDN, e.g. cloudflare in the test, it may slow the benchmark result.
Best,
Eric
Hi,
Do you have any cache on this site? Please consider using the LiteSpeed WordPress cache plugin so the load test won't hit the backend Database and PHP engine every time.
Hi
It works fine from my debian10 server. Please make sure you git clone, and cd into the project folder, then run the setup script.
https://github.com/Code-Egg/ols-proxy/blob/master/Readme.md
Best,
Eric