Search results

  1. 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.
  2. 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.
  3. 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?
  4. 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.
  5. 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.
  6. 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.
  7. 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...
  8. 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.
  9. 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. :)
  10. 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?
  11. 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?
  12. Cold-Egg

    Web admin opitimization

    For a news site, the load seems pretty ok. The cache is working as well. Multiple editors could log in from the backend at the same time and generate some DB and PHP queries at the same time. For the Uid error, let's follow up on...
  13. Cold-Egg

    Almalinux 8.8 openlitespeed

    Hi, You should use lsphp with OLS. See https://docs.openlitespeed.org/installation/repo#install-lsphp After lsphp installed, please setup external app and handler. https://docs.openlitespeed.org/configuration#method-1-webadmin-console
  14. Cold-Egg

    Web admin opitimization

    Do you know which CMS of that ufukg25 account is using, does any LSCache plugin support it? https://docs.litespeedtech.com/lscache/ Enabling the cache should help to reduce the PHP process amount and DB load.
  15. Cold-Egg

    Is OpenLiteSpeed abandoned?

    I don't have experience with Fedora, but I saw some users have it work, see https://www.howtoforge.com/how-to-install-and-configure-openlitespeed-server-on-fedora-31-along-with-mariadb/ and https://connectwww.com/how-to-install-configure-openlitespeed-php-mysql-on-fedora/61532/ Not sure what...
  16. Cold-Egg

    Site down and OpenLiteSpeed does not start (PID does not exist or is a zombie)

    Please raise a ticket to support@litespeedtech.com with this forum post link appended.
  17. Cold-Egg

    htaccess not working

    Hi @johnsow44 , OpenLiteSpeed only support rewrite rules in .htaccess file. If you want to custom header, please follow https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/ to use the context method.
  18. Cold-Egg

    Is OpenLiteSpeed abandoned?

    1-click uses the repo method, so it will use the latest OLS build which is 5/24. The same/latest version will be used if you want to install it with yum/apt. The link is for PHP packages and OLS.
  19. Cold-Egg

    How to add a Context (Directory) within another Context?

    Assume you have two URI of the context, e.g. `/Temp/` = point to the "/home/admin/Temp " `/` = point to the "$DOC_ROOT/Downloads" Does the above example not work? If you only have `/Temp/` = point to the "/home/admin/Temp " context, does it returns a 403 or 404? If it's 403, then it means a...
Top