Search results

  1. Cold-Egg

    Node App Does Not Load

    1. We will update the document, thanks for pointing that out. The location set to /usr/local/lsws/Example/node/ is correct. 2. Since it's not a proxy, you should visit the node with https://petersmusic.tk/node or http://petersmusic.tk/node It returns a 404 now.
  2. Cold-Egg

    Create VHOST and assign to listener via CLI

    If you will reuse the same config with different domains, you can use the virtual host template feature. If this is a test server, you can al so try https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-create-additional-virtual-hosts and let us know if it works well. Example...
  3. Cold-Egg

    private deployment for experiments

    Maybe, just maybe, you can setup a public site and apply a certificate from Let's Encrypt for a domain, e.g. abc.com. Then, go to the lab env, set up a private domain abc.com and upload the valid certificate there. Then add abc.com with lab IP to your device's host file, then you can start...
  4. Cold-Egg

    PHP 8.1 "No package lsphp81-### available."

    Hi, Packages do exist, yum search lsphp82* Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.constant.com * epel: na.edge.kernel.org * extras: coresite.mm.fcix.net * updates: mirrors.advancedhosters.com Warning: No matches found for: lsphp82* No...
  5. Cold-Egg

    PHP 8.1 "No package lsphp81-### available."

    Hi, It is there, please check https://rpms.litespeedtech.com/centos/7/update/x86_64/RPMS/ Some packages may be combined into the common package, could you install it and check the phpinfo page and let us know if mcrypt is included or not?
  6. Cold-Egg

    PHP 8.1 "No package lsphp81-### available."

    Hi @Sveken and @RevivalTech , Those are updated, please check https://rpms.litespeedtech.com/centos/8/update/x86_64/RPMS/ Feel free to let us know if any package is missing.
  7. Cold-Egg

    Cant install/switch to lsphp72 on Ubuntu 22.04

    Repo does not maintain outdated PHP version for Ubuntu 22, see https://rpms.litespeedtech.com/debian/pool/main/jammy/ You might want to use php72 on Ubuntu 18.04 or 22.04
  8. Cold-Egg

    Switching PHP version in Web Server Control Panel causing error

    In case anyone wants to know, here's the finding from our dev team, For the PHP Fatal error from web admin console, there is a typo in that build. You can manually update this file: /usr/local/lsws/admin/html.open/lib/util/build_php/buildfunc.inc.php line 692, change MEMCACHE_VERSION8 to...
  9. Cold-Egg

    Switching PHP version in Web Server Control Panel causing error

    Thanks for the report, we will update the result here.
  10. Cold-Egg

    OLS Compile Php Error

    May I know if the system has upgraded before, like from Ubuntu 18.04 -> Ubuntu 22.04?
  11. Cold-Egg

    Switching PHP version in Web Server Control Panel causing error

    @bonecrusher Still, no ticket received, could you help to submit the issue to support@litespeedtech.com with this forum link appended? Also, the reproduce steps. So our dev team can check the issue. Thanks.
  12. Cold-Egg

    session_start(): open(/var/lib/lsphp/session/lsphp81/sess_n9kpn5g8i383uai4ake9e8hbac, O_RDWR) failed: Permission denied (13)

    Thanks for the information. If the issue happens only with CyberPanel involved, could you help to post the issue on CyberPanel support forum https://community.cyberpanel.net/c/support/55?
  13. Cold-Egg

    session_start(): open(/var/lib/lsphp/session/lsphp81/sess_n9kpn5g8i383uai4ake9e8hbac, O_RDWR) failed: Permission denied (13)

    Hope this one helps, https://stackoverflow.com/questions/6821532/php-warning-permission-denied-13-on-session-start
  14. Cold-Egg

    Possible dead lock

    I see, it means you need to increase the maxConns and PHP_LSAPI_CHILDREN numbers. If the "The sever did not respond" on the browser, while you're browsing the website. The connection is reset. " still exists, please submit to support@litespeedtech.com for further support.
  15. Cold-Egg

    Hi,Guys, I can Not install ionCube loder on my google cloud php version 7.4 , please help

    Hi @AmanKK and @lmoon , The new package is out, lsphp74-ioncube and lsphp81-ioncube with v12.0.5. feel free to give it a try.
  16. Cold-Egg

    Possible dead lock

    Check the server load, if it's not a powerful server, please reduce both maxConns and PHP_LSAPI_CHILDREN numbers.
  17. Cold-Egg

    cache Issue [Page cache is not detected but the server response time is OK]

    Checked again, it's cache now, maybe you have changed something and fixed the issue? HTTP/1.1 200 OK Connection: Keep-Alive Keep-Alive: timeout=5, max=100 x-powered-by: PHP/8.1.12 content-type: text/html; charset=UTF-8 etag: "739-1672790863;gz" vary: Accept-Encoding,User-Agent x-qc-cache: hit...
Top