May I know the site you are trying to load is written by PHP code? If so, try to increase:
Web admin > Server Configuration -> External App -> lsphp
Process Soft Limit
Process Hard Limit
Also, increase the memory limit from php.ini
OpenLiteSpeed comes with python in detached mode by default, so you will need to restart python with the following command to make any new settings take effect:
sudo killall lswsgi
Doc, https://docs.litespeedtech.com/cloud/images/django/#how-do-i-restart-the-python-process
For example, run this command grep -iR overwrite_important_env wp-content/ under your document root. If you are in golitespeed community on Slack, then you can msg me @eric there.
Hi, please refer to https://forum.openlitespeed.org/threads/getting-error-in-metaspace-litespeed-configuration.4954/
and let us know if it helps or not.
What does the professional cache plugin mean? and what does the Snapshot generate from? from openlitespeed related images? If you got a 404 from your snapshot's server, then you may want to check the web admin > listener if the domain and virtual host mapping are set up there.
Not sure what was happened, glad to know it works now. Feel free to send an issue report to support@litespeedtech.com if such an issue happens again. :)
It's two different domains and cert, you may want to set up two virtual hosts and set the cert for each virtual host > SSL
Then you can put a redirect in the example1.com virtual host.
Not so sure, I don't have such an issue on my Ubuntu server.
Can you please try upgrading it by command /usr/local/lsws/admin/misc/lsup.sh -e 1.7.14 -b and see how it goes there?
HI, please refer to this document https://openlitespeed.org/kb/reverse-proxy-basics/
May I know why you want to set an OLS server as a reverse proxy to a control panel server? It may complicated things due to many services on the control panel.