How about virtualhost -> rewrite tab -> Auto Load from .htaccess set to enable? will it work? please graceful restart openlitespeed to reload .htaccess file.
Hi @upgrade81 ,
Yes, context will help in this case.
Settings like URI, Location, Accessible are needed. Let us know if you have any issues.
More info
Best
That openlitespeed wordpress image has already optimized, you can use some tuning and image optimize functions from lscache plugin to make your site lighter which means page load faster.
Hi @Gagandeep6895 ,
I tried and here's my LoadBalancer status result
Name Type Zone Healthy Autoscaling Balancing mode Capacity
unmanage-instance-group-1 Instance group us-east4-a 1 / 1 Off Max CPU: 80% 100%
No health check...
Hi @dimath99 ,
Could you take two snapshot for before/after page size increased with browser dev tool enabled? Then we can see which file size got changed.
You can also just write down the size of JS/CSS/Image/Media size before and after.
Best
Hi,
There's no `protected` context here?
If you don't have rewrite rule issue, better to turn off the rewrite logs.
Nope, I didn't see any 503 related log so far. May I ask the 503 error happens on cyberpanel itself or your sites?
Best
Generally 503 error come from php instead of the this warning message.
To avoid error message, please login to the web admin (port 7080) and then access to the virtual host->context, then remove it.
Can you post 503 error log here?
best
@insightdes,
It's probably due to you set the vhost root file/folder under the root user folder?
If this is a test server, do you mind to give this new auto virtual hosts setup script a try?
https://docs.litespeedtech.com/cloud/wordpress/#how-do-i-create-additional-virtual-hosts
If you have...
Because your browser cache is handled by server level.
If you are a server admin, you have somewhat more control. In the LiteSpeed Web Server Admin, navigate to Server > General and scroll down to Expires Settings.
https://blog.litespeedtech.com/2017/10/04/wpw-using-browser-cache-in-lscache/
Hi @nfn ,
It is cached by default, you don't need to set a cache rule for it.
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:configuration:cache#cache_faviconico
### marker FAVICON start ###
RewriteRule favicon\.ico$ - [E=cache-control:max-age=86400]
###...
Hi @hardhatengineer ,
1. Install certbot
https://openlitespeed.org/kb/lets-encrypt-ssl-on-openlitespeed/
2. Set SSL to the listener, follow this
https://docs.litespeedtech.com/cloud/wordpress/#step-4-set-ssl-for-https
or
https://openlitespeed.org/kb/ssl-setup/
That's it. Let us know...
understood @hardhatengineer ,
It's something relate to the PHP with the platform on vultr.
Just tried install again with CentOS7 on Vultr and it works good.
Our php build engineer will back on next Monday and fix it, please wait for few days if you still need Ubuntu + Vultr.
Best
Hi,
I just to clarify that you are talking about this https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ols 1 click instead of the app one-click like https://marketplace.digitalocean.com/apps/openlitespeed-wordpress , right?
So this is what i found so far on vultr...
Hi @hardhatengineer ,
Thanks for the information. The one-click app on vultr is build/controlled by vultr team only, but we will give it a try and report the issue to them. :) You can also log a ticket to us via bug@litespeedtech.com with the forum link appended if you want us to take a look...
Hi Alex,
You might want to check here for OpenLiteSpeed information https://openlitespeed.org/kb/migrate-apache-rewrite-rules-to-openlitespeed/
If you need, this https://openlitespeed.org/kb/reload-openlitespeed-automatically-with-directadmin/ should automate reload htaccess file.
Just to...