I just did the same test, it seems like a bug on OpenLiteSpeed. Will update you once we fixed it. In the meantime, please try to turn on the LSCache, reCaptcha, or Cloudflare under attack mode.
Hi,
Could you try a simple one first, e.g.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ https://example.com/ [L]
and make sure it's works.
Or turn on the rewrite log and make sure the request goes through the rewrite.
Hi,
https://docs.litespeedtech.com/cp/cpanel/antiddos/#never-set-use-client-ip-in-header-to-yes
Please set Use Client IP in Header to Trusted IP Only, then possible to share what did you see from the access.log?
If you log in as the user level, then you can not see the admin level for sure.
Have you tried this https://docs.cyberpanel.net/doku.php?id=cli-create-user?
or reset admin password
https://cyberpanel.net/docs/2-reset-admin-password-via-command-line/
Possible to check
1. Will mp4 load when CloudFlare=on, LSCache=off ?
2. Will mp4 load when CloudFlare=bypass/off, LSCache=off ?
any error shows in the dev console when the page shows a blank space?
session.gc_maxlifetime should works. If it's not, either switch the session folder, e.g. "tmp" to a bigger folder, or create a session clean-up script to handle cleaning up the session files every few minutes.
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 >...