Search results

  1. Cold-Egg

    Help getting Plausible Analytics to run /w Openlitespeed - possibly reverse proxy related?

    Hi, I assume Plausible is running ok, and it's listening on a specific port number. If you want to set reverse proxy on OLS, please check this guide https://docs.openlitespeed.org/docs/advanced/proxy
  2. Cold-Egg

    grafana with litespeed (cyberpanel) not working

    Then it means some service is occupied at that port. Good to know it works.
  3. Cold-Egg

    Why Root index.html file not loading to server IP address? Always show 404 Not Found

    I saw you have another post that is using CyberPanel. For the control panel case, you might want to create a website from the panel. This example virtual host is just a default one from OLS. If no domain mapping to this virtual host, you will always get a 404.
  4. Cold-Egg

    grafana with litespeed (cyberpanel) not working

    I am not sure about that service. Can you try to run Grafana on another port, e.g. 3001? And make sure it works locally with curl command? Then you can set up reverse proxy from the OLS to the Grafana service. For more reverse proxy, please check...
  5. Cold-Egg

    How to redirect 404 page using .htaccess to somewhere?

    I did not test it, but you should be able to use this example. Please replace the SOMEWHERE with your target. RewriteRule ^404$ https://SOMEWHERE/ [L] Note, remember to restart OLS once you updated the .htaccess.
  6. Cold-Egg

    No request delivery notification has been received from LSAPI application, possible dead lock.

    @LiteCache sure, please share. @hcker2000 Since v.1.7.18, the config has set no memory limit for the external applications. Please try it and see if it helps in your environment. More https://openlitespeed.org/release-log/version-1-7-x/
  7. Cold-Egg

    Possible Bug in Graceful Restart in OpenLiteSpeed with DirectAdmin + IPv6

    @gonzd May I doable check if you are using DirectAdmin too?
  8. Cold-Egg

    grafana with litespeed (cyberpanel) not working

    It sounds like nothing to do with LiteSpeed since it running with its own service. If you curl it from the server with http(s)://127.0.0.1:3000, does it work?
  9. Cold-Egg

    LiteSpeed with WordPress - Need to change domain name

    Hi, Did you also add the domain mapping to the port 443 listener? Have you applied the new domain to the WordPress site? What's the page return content if you visit the new domain, a litespeed 404 error or?
  10. Cold-Egg

    LiteSpeed Cache prevents browsers to re-validate pages

    Multiple cache systems may cause such an issue. In your case, it seems you have Ezoic CDN cache enabled, please use either Ezoic cache, or LSCache.
  11. Cold-Egg

    PHP vs OpenLiteSpeed PHP

    Check this one https://stackoverflow.com/questions/63496078/php-what-is-lsphp
  12. Cold-Egg

    PHP vs OpenLiteSpeed PHP

    LSPHP has LiteSpeed API included in order to work with OpenLiteSpeed.
  13. Cold-Egg

    OpenLiteSpeed Jetpack connection error

    If it's blocked by OLS, you should see it in the error log. If it's something else, then I am not sure.
  14. Cold-Egg

    WebAdmin Login Error

    Good to know it works.
  15. Cold-Egg

    OpenLiteSpeed Jetpack connection error

    Do you have any other CDN service active at the moment, e.g. Cloudflare?
  16. Cold-Egg

    WebAdmin Login Error

    Not pretty sure actually. Please try to restart the LSWS from the console (systemctl restart lsws), then restart the browser and try again. You can also monitor the admin log "tail -f /usr/local/lsws/admin/logs/error.log" see if there's any hint from there.
Top