Hi,
Could you provide more information, like the URL or the code block? and share it on WordPress forum https://wordpress.org/support/plugin/litespeed-cache/ ? One of the plugin support will help you from there.
For mysql docker container, there's a volume set up by default to store data in the disk (/data/db), so docker-compose down, start, restart will not cause the data to disappear.
volumes:
- "./data/db:/var/lib/mysql:delegated"
OLS can do a simple load balancer, similar post here https://forum.openlitespeed.org/threads/ols-as-loadbalancer.2573/
For the DB part, you might want to set up replication, an auto-sync process to sync other files(cache excluded).
I see, like step 1 of this https://docs.openlitespeed.org/configuration#create-virtual-host-directories, right?
You might want to raise an issue( feature request ) to https://github.com/litespeedtech/openlitespeed
You might want to use rewrite rules to redirect URLs.
More https://community.cyberpanel.net/t/how-can-i-set-up-an-addon-domain-and-redirect-to-the-main-domain/14594
If you have a domain with no valid cert, then an SSL error is expected. How about applying a wildcard cert for this domain? https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-apply-wildcard-certificate
PHP version per virtual host or do you mean PHP version per directory?
Per virtual host, please check https://docs.openlitespeed.org/configuration#set-up-php-at-the-virtual-host-level
Per directory, please check https://openlitespeed.org/kb/setup-per-directory-file-php/
If you leave the site Key and secret key empty, does the Recaptcha is still not working? For further assistance, please raise a ticket to bug@litespeedtech.com with this post link appended.
A PR is always welcome. but for general virtual host dir, do you mean, e.g. "mkdir /usr/local/lsws/NEWExample/conf"? a PR maybe not be needed since everyone may want to create it in a different location or with a different name. Hence you will need to set proper permission for it. Unless I...
It must be something wrong with your newly created virtual host (elastic.test). Since the Example virtual host is already there, why don't you remove the elastic.test and use the Example directly?
https://docs.openlitespeed.org/configuration is for the general ols virtual host setup guide.
Please edit /usr/local/lsws/lsphp74/etc/php/7.4/litespeed/php.ini, and increase the memory_limit to e.g. 2048M. Then restart PHP with "killall lsphp" command