Check with command:
grep 'certbot -q renew' /etc/cron.d/certbot
This is default certbot rule.
0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(43200))' && certbot -q renew
If renew set for litespeed, should looks like this:
0 */12 * * * root...
Hi,
I guess you failed to log in to wp admin is due to wordpress Home URl and Site URl are still using the old IP. That's why you can not login. It's not because of the cache.
Try https://help.dreamhost.com/hc/en-us/articles/214580498-How-do-I-change-the-WordPress-Site-URL- first see if it...
I don't think LSPHP has OAUTH extension. You may want to build https://pecl.php.net/package/oauth by following the doc https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:pecl-extension
If you setup from the prompt script, it will auto set the cronjob + lsws hook for you
https://github.com/litespeedtech/ls-cloud-image/blob/master/Setup/domainsetup.sh#L193-L201
You can also manually edit `/etc/cron.d/certbot` and put --deploy-hook "/usr/local/lsws/bin/lswsctrl restart" in the...
Hi @jodumont ,
All functions are still working like CPU/RAM/Network/Disk..etc but LiteSpeed Web Servers, I don't think it will work. But OpenLiteSpeed does provides a statistic view on web admin panel already which allow you to check all necessary things like http/https in/out, connection and...
Yes you can " go into WordPress Address (URL) and Site Address (URL) and change it from http > https ".
Since you already have the HTTP/HTTPS available and force HTTPS, I don't think you need very simple SSL more.
Hi @jodumont ,
a2enmod is a script that enables the specified module within the apache2 configuration. OpenLiteSpeed does no need it at all for the installation.
What you want to check is if their longview app support litespeed.
dpkg-reconfigure -phigh linode-longview
Best,
Eric
If you want to host an app like wordpress on it, better go with regular Ubuntu. Otherwise you may need to manually install some missing packages in the end.
Try sudo domainsetup.sh
Otherwise, possibly that the certbot got messed up due to you manually installed earlier. Then you may want to check https://docs.litespeedtech.com/cloud/wordpress/#step-3-certbot see if you can manually apply.
You probably complete it before. If not, download the script and add +x permission to it, then run it.
wget https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/domainsetup.sh
chmod +x domainsetup.sh
./domainsetup.sh
Great.
It's here `/opt/domainsetup.sh` (https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/domainsetup.sh ) which only works for the first domain. For the second one, please use https://docs.litespeedtech.com/cloud/wordpress/#how-do-i-create-additional-virtual-hosts...
Hi @alexw1980,
Certbot is installed already, no need to install it again, follow this step 3 to automatically apply LE cert easily.
https://docs.litespeedtech.com/cloud/wordpress/#step-3
If you still need web admin access, please check...
Check image https://openlitespeed.org/wp-content/uploads/2019/08/ols-lsphp-suexec-detached-mode.png, try to update the Max connections = xx and PHP_LSAPI_CHILDREN=xx.
Please substitute xx to the number you need.
Hi,
What do you mean plenty imports, do you need DataBase import improvement only? Sounds not Web Server or PHP related to me. Maybe you need improve it from database side?
Best,
Eric
Hi @emtex
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:apt#installation
Does it work if you install lsphpxx-mysql instead of php-mysql