Hi,
For port 7080, please check https://docs.litespeedtech.com/cloud/images/wordpress/#web-server-control-panel-access to allow it.
For file editing, after SSH, please run sudo -s to become a root user, then you can edit it.
More...
Currently, there's no cache plugin for moodle. So you might want to use the rewrite rule to cache pages https://docs.litespeedtech.com/lscache/noplugin/installation/#basic-rewrite-rules
I'd recommend you to use the cache rule for guest view only, so it won't mess up the login users.
Also...
The default port 443 listener will use an example certificate, the warning will be gone once you apply a valid certificate, or finish the prompt script + cert apply
https://docs.litespeedtech.com/cloud/images/wordpress/#step-3
Current OLS WP on DigitalOcean should use PHP8.0 by default. If your droplet is using 7.x, please follow https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-use-lsphp80 to use different PHP versions.
I'm not sure why it doesn't work on your server. Maybe you can simply use the script to install OLS + MariaDB + WordPress on a fresh server.
https://openlitespeed.org/kb/1-click-install/
bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) -w
Let me...
Hi,
https://open.litespeedtech.com/kb/1-click-install/ does not contain those packages. To get the same service on DigitalOcean', please use
https://github.com/litespeedtech/ls-cloud-image/wiki/Build-WordPress-Image#what-if-i-want-to-use-it-directly method.
bash <( curl -sk...
Hi,
May I ask what https://ip-server/login.php suppose to load? because OLS has no default port on 443. Also, the default web admin port is on 7080. If you want to use WordPress, please try to load the image...