Port 80 and 443 are more for the regular HTTP and HTTPS listener set up, please avoid using it on the web admin listener. you might want to consider setting up a reverse proxy for the web admin which sounds weird to me through :LOL:
you can try to run the following command to remove everything inside of it
rm -rf /usr/local/lsws/cachedata
then check cachedata folder, it should be owned by "nobody:nobody"
What did you see with the following command when it shows extra connections? You can keep monitoring it and check if this has anything to do with limit settings?
ps aux | grep lsphp | grep -v grep
@harrycrb
Do you have set PHP74 handler yet?
You can also use ols1clk next time so you don't need to bother PHP settings
https://openlitespeed.org/kb/1-click-install/
Hi,
It's OpenLiteSpeed forum, and I don't see the Sendmail has anything to do with it. You might want to post the question on CloudLinux or Sendmail google group.
I see, for Xenforo, only cached for public view. So every login user may still hit the PHP process. So for xenforo, you might need a higher PHP limit.
https://docs.litespeedtech.com/lscache/lscxf/installation/
Hi,
Have you tried following commands before?
/usr/local/lsws/bin/lswsctrl stop >/dev/null
systemctl stop lsws >/dev/null
systemctl start lsws >/dev/null
Any hook related log shows in "/var/log/letsencrypt/letsencrypt.log"?
You can force it and check if lsws restart success. Don't run it too...
ECDH public server param reuse = No is a good thing.
If reused, it can be a security problem. It does not reuse, which does not mean ECDH does not work.
Hi,
This one should have better performance, https://openlitespeed.org/kb/reload-openlitespeed-automatically-with-directadmin/, please remember to replace the "/home/*/domains/*/*_html/ " with your document directory.