It's maintained by LiteSpeed. May I know if it's a fresh installation, did you migrate any site yet? I just launched a new one and finish the installation without any issue. Did you select additional options?
Hi Jacky,
I'm glad you like it. OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise, everyone can use it, not for sale.
If you want to use OpenLiteSpeed as a proprietary product, contact us about obtaining an OEM license.
Feel free to check about us
Try restart web server, and see how it goes,
systemctl restart lsws; killall lsphp
Do you have only this lsphp setup? please check if you have other PHP external apps set on the server level.
May I know if this is a costumed PHP site? Could you share the whole content of .htaccess file?
Refer https://stackoverflow.com/questions/50813133/refused-to-apply-style-because-its-mime-type-text-html-is-not-supported-styles
Maybe you can find a way to add a hook that will trigger the cache purge after processing rand() and str_suffle()?
https://docs.litespeedtech.com/lscache/basics/#purging-the-cache
I saw a ticket with a similar question, maybe it's from you?
The solution is,
Static file compression will share the /tmp/lshttpd/swap/ directory as normal LSWS swap files. You can reset gzipCacheDir to other locations such as /opt/lswsgzipcache/ etc via OLS web admin.
I am not sure which kind of CMS you are using, the cached page will not process the PHP and MySQL again, that's how cache works. To avoid it, you can either disable cache for this page or make the code into JS code.
This is what I did,
1. Start the collabora container
sudo docker run -t -d -p 1.2.3.4:9980:9980 -e 'domain=nextcloud.example.com' --restart always collabora/code
2. Goto Web Admin Server Configuration > External App to add a Web Server with NAME: collabora and Address: https://1.2.3.4:9980
3...
No such information since not many OLS as a load balancer case before.
It's not a load balancer, to reduce some traffic to the origin server, maybe you can consider using quic cloud CDN service(https://quic.cloud/)
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).