Is there any other service occupied port 80/443?
Check the web admin dashboard > Server error log again, this time, switch log display entry from 10 to 100 and let us know if you find anything
Try the simple setup first to make sure it works. e.g.
Simply set the URI to /
Header Operations to Access-Control-Allow-Origin * ( no "set" needed)
https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/
The default setting should be good for general purposes. Make sure you have LSCache enabled on the Wordpress site.
https://docs.litespeedtech.com/lscache/lscwp/installation/
Hi @robyflc, I see, please ignore the context method.
Please try putting this on the document root .htaccess file
RewriteRule ^wp-content\/uploads(\/|.*\/|php)$ - [F,L]
or put the following on the /wp-content/uploads/.htaccess file.
RewriteCond %{REQUEST_URI} ^.*(\/|php)$ [NC]
RewriteRule .*...
Hi,
Do you know how long it takes to show the 503 error when downloading the 800mb file?
Maybe you can try to increase wsgiDefaults values, e.g. env, initTimeout, and extMaxIdleTime, from the httpd_config.conf.
HI, I launched a fresh Ubuntu 18 server and was not able to reproduce it. Could you raise a ticket to us support@litespeedtech.com with this forum link appended?