Search results

  1. Cold-Egg

    Added virtual host to OpenLiteSpeed is very slow

    Any error in the error log? While logging into the crm, what's the output of the `top` command?
  2. Cold-Egg

    Added Laravel app as subdomain (virtual host) is not working, getting "419 | PAGE EXPIRED"

    No LiteSpeed cache is involved, have you tried to bypass Cloudflare temporarily to verify if the issue still exists? Cf-Cache-Status: DYNAMIC Cf-Ray: 7d5dfcc2dde6404d-SIN Server: cloudflare
  3. Cold-Egg

    OpenSpeedLite site conf file not writeable.

    Good to know you have the issue fixed. FYI, if you create the file via the web admin, then you should get the conf file with proper permission.
  4. Cold-Egg

    After installing PHP8.1 the php -v reverted back to PHP7.4

    Hi, Glad to know the PHP version issue got resolved. To avoid mixing the issue together, could you open a new thread for the new issue?
  5. Cold-Egg

    After installing PHP8.1 the php -v reverted back to PHP7.4

    The lsphp81 default installation path should be "/usr/local/lsws/lsphp81/". If you did not have a symlink set to "/usr/bin/php", please run "/usr/local/lsws/lsphp81/bin/lsphp -v" if you want to check the version manually.
  6. Cold-Egg

    Is OpenLiteSpeed abandoned?

    @Zeokat Ubuntu is here https://rpms.litespeedtech.com/debian/pool/main/
  7. Cold-Egg

    Timeout not working: websites go down

    Hi @LiteCache Thanks for sharing.
  8. Cold-Egg

    Timeout not working: websites go down

    Please check this post to verify the idle time. Let me know if you need more information. Note, if you haven't implemented cache, please try LSCache to reduce the PHP abd DB load. Verify cache on https://check.lscache.io/
  9. Cold-Egg

    From Nginx to OLS, Preview Social networks are no longer generated

    Hi @xclazac, It may be due to the WordPress JQuery version, but I am not sure. If possible, could you join golitespeed community on Slack and PM me @Eric from there?
  10. Cold-Egg

    From Nginx to OLS, Preview Social networks are no longer generated

    Mmmm, do you have any links, and could you do a quick check, by disabling the LSCache plugin and see if it helps in your case? And, is there any error shown in the browser dev tool when visiting the preview pages?
  11. Cold-Egg

    From Nginx to OLS, Preview Social networks are no longer generated

    Did you use LSCWP, if so, please check if those preview works with default LSCWP settings?
  12. Cold-Egg

    Almalinux 8.8 openlitespeed

    Please go to Web Admin > Virtual hosts > Script Handler, and update the Suffixes from php80 to php. Restart LSWS and it should start to work.
  13. Cold-Egg

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

    Yes, it should. But I am not sure how many layers of directories are applied.
  14. Cold-Egg

    Cannot increase upload filesize limit on WordPress installation

    @mark.norgate Not sure if you have per-vhost php.ini setup correctly. What if you try to edit the default php.ini file e.g. /usr/local/lsws/lsphp81/etc/php/8.1/litespeed/php.ini directly, and reload PHP with "killall lsphp" command? Does that work?
  15. Cold-Egg

    [ACL] Access to virtual host [wordpress] is denied.

    The access denied issue does not happen always? No idea yet, if you could find a reproduction method, feel free to update the post again.
  16. Cold-Egg

    How do I access LiteSpeed WebAdmin from my Cloudflare connected domain and how ssl it?

    Hi @Gengola, The SSL on the listener level has nothing to do with Cloudflare. You can't visit the domain with port 7080 from CloudFlare because CloudFlare does not allow port 7080. Check https://developers.cloudflare.com/fundamentals/get-started/reference/network-ports/ for available port numbers.
  17. Cold-Egg

    Struggling with deploying Node Express app

    If the demo script loads fine, it means the server setup is correct. If it's still not working, please submit the issue to support@litespeedtech.com with the forum post link appended so we can take a further look.
  18. Cold-Egg

    Struggling with deploying Node Express app

    Hi @the-jezza Have you tried the example "Hello World" app.js, does it work on your browser? If you have a fresh Ubuntu server, feel free to try Cloud Image setup method, then you can follow https://docs.litespeedtech.com/cloud/images/nodejs/#how-do-i-use-an-express-app-on-this-image to setup...
  19. Cold-Egg

    "Virtual Host Log": turning off "Use Server's Log" doesn't work

    Oh, you are using Vhost template, then I am not sure about this, maybe it's a bug. You can try the instantiated Virtual Hosts and see if it helps.
Top