Search results

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

    Is OpenLiteSpeed abandoned?

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

    Timeout not working: websites go down

    Hi @LiteCache Thanks for sharing.
  5. 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/
  6. 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?
  7. 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?
  8. 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?
  9. 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.
  10. 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.
  11. 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?
  12. 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.
  13. 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.
  14. 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.
  15. 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...
  16. 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.
  17. Cold-Egg

    I get index.html 404 Error in OpenLiteSpeed fresh install

    Right, because CyberPanel is a control panel, it will not map IP to any newly created domain/site, need to visit the site by domain. Glad to know that you have found the solution. :)
  18. Cold-Egg

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

    I just did a quick test, and it seems working fine on my server. May I know if your $VH_ROOT/logs/error_log file exists?
  19. Cold-Egg

    I get index.html 404 Error in OpenLiteSpeed fresh install

    A fresh CyberPanel setup with a demo site, should have no issue. Could you raise the issue to support@litespeedtech.com for a further check?
Top