Search results

  1. Cold-Egg

    Custom Errors not loading CyberPanel + Cmsms

    Hi, My guess for 403 works is because it won't hit the following rules. Whereas, ID 112 hit this. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ index.php?page=$1 [QSA] Maybe this cms has a build-in 404 page somewhere, so it redirected...
  2. Cold-Egg

    CORS issue with AWS CloudFront

    Should be Access-Control-Allow-Origin * instead of Access-Control-Allow-Origin
  3. Cold-Egg

    CORS issue with AWS CloudFront

    Hi, Please check https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/ Add CORS extra header through OLS Context
  4. Cold-Egg

    Per Client Throttling not working

    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.
  5. Cold-Egg

    Rewrite rules - how to make it work?

    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.
  6. Cold-Egg

    Per Client Throttling not working

    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?
  7. Cold-Egg

    Does anyone know how to create an admin user(command line) for CyberPanel?

    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/
  8. Cold-Egg

    Per Client Throttling not working

    Is there any proxy/cdn in the front and you set it as trusted?
  9. Cold-Egg

    Upgrade OLS 1.6.21 To 1.7.11

    Should be fine. Let us know if you hit any issues.
  10. Cold-Egg

    MP4 doesn't load

    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?
  11. Cold-Egg

    PHP Session files are not automatically being cleaned and PHP.ini file cannot be updated

    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.
  12. Cold-Egg

    HTTP ERROR 500 / WHMCS Fresh installation

    Do you mean there is nothing shows on /usr/local/lsws/logs/error.log and /usr/local/lsws/logs/stderr.log?
  13. Cold-Egg

    Two Version at my OLS

    v1.7.11 is a stable release, it's up to you.
  14. Cold-Egg

    Keep-Alive Help

    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.
  15. Cold-Egg

    Hi everyone, I am having 404 errors on my website, looking forward to helping.

    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...
  16. Cold-Egg

    Only homepage is working in Laravel application

    Any screenshot of the browser console with those 404?
  17. Cold-Egg

    How to setup an asp.net core website

    Hi, Please check https://openlitespeed.org/kb/reverse-proxy-basics/
  18. Cold-Egg

    I'm not able to solve CORS issue (Openlitespeed, CloudFront, CloudFlare)

    Possible to raise a ticket to support@litespeedtech.com with this forum link appended? We might want to check more logs from the server.
  19. Cold-Egg

    IP based hosting

    It will depend on how you set up the domain mapping, if you set IP or * to the virtual host domain mapping then it should work. e.g.
Top