Hi,
Keep-alive may not help in this case, you might want to improve your PHP performance. For the WordPress case, you may be able to take some advantage of LSCWP to bypass the wp-config.php trick, which may save you 0.1 or 0.2 seconds.
Hi,
With DirectAdmin, it is by design that you can not change OLS settings from the web admin.
About the server reload, please check https://openlitespeed.org/kb/reload-openlitespeed-automatically-with-directadmin/. It is for the .htaccess file only, but you can update the command easily to...
Hi,
I just make WP support SVG file, and upload one to a demo blog post, and the page loads fine with OLS. May I know if there's an error message shows with the browser developer tool?
You might also want to check OpenLiteSpeed Web Admin > Server Configuration > General > General Settings >...
Hi,
Please check https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cpanel:whm-plugin-cache-manager-error-status#whm_plugin_-_cache_manager_error_status for a possible reason.
Hi,
Failed to log in to the PHPMyAdmin is weird, may I know if the SQL service is still running?
Do you have ssh console to access the server? If so, maybe you can use wp cli tool to deactivate the plugin you want.
Hi @jodumont ,
I set up a Ghost + nodeJS site on OpenliteSpeed with a 1GB RAM and 1 general CPU server on DigitalOcean, apply a simple blind cache rule on the server config. And page loads fast from my end.
Sample cache rule,
CacheLookup on
RewriteRule .* - [E=cache-control:max-age=120]...
Do you want to setup a reverse proxy like
https://openlitespeed.org/kb/reverse-proxy-basics/
with Rewrite Rules? https://openlitespeed.org/kb/reverse-proxy-basics/
But you aren't sure how to setup the External Application through the config file?
I'd suggest you launch any OpenLiteSpeed web...