Search results

  1. Cold-Egg

    How do i install lsphp80 or lsphp81 on Ubuntu 22.04.1?

    LiteSpeed repo does support lsphp8x on the Focal system, see https://rpms.litespeedtech.com/debian/pool/main/focal/
  2. Cold-Egg

    OpenLiteSpeed does not install on Rocky Linux (RHEL) 9

    Thanks for the follow-up, our build master is still working on it.
  3. Cold-Egg

    How do i install lsphp80 or lsphp81 on Ubuntu 22.04.1?

    Not sure really, could you try to run "wget -O - https://repo.litespeed.sh | sudo bash " again to make sure litespeed repo is installed? If the issue is still there, please raise a ticket to support@litespeedtech.com with this post link appended.
  4. Cold-Egg

    Server Variables (eg $VH_DOMAIN) in VH Template Rules?

    Hi, I think those variables can only be used for the server configs, not rewrite rules ~ I will confirm with the dev, if no update from me, then it means not supported.
  5. Cold-Egg

    2 SSL Domains, 1 Listener. How to?

    The document is correct, either certificate assigned on the listener level is ok. Once you have applied the cert on the virtual host level, it will overwrite the listener's level. If possible, could you post the virtual host level config and the domain 2 URL here? If not comfortable sharing in...
  6. Cold-Egg

    How to install NewRelic PHP agent for OpenLiteSpeed?

    I remember there's no extra step for installing the NewRelic on OpenLiteSpeed server. :unsure: Could you submit a ticket to support@litespeedtech.com so we can help you further from there?
  7. Cold-Egg

    Cannot build OpenLiteSpeed in Rocky Linux 8

    make failed. you probably missing some packages, see https://stackoverflow.com/questions/22555561/error-building-fatal-error-pcre-h-no-such-file-or-directory We have openlitespeed package ready for the Rocky Linux 8, may I know why you want to build it manually? See...
  8. Cold-Egg

    I can't build OpenLitespeed 1.7.16

    admin does not support php8 yet, if you switch admin to php8, it may not work properly.
  9. Cold-Egg

    Undefined array key "REQUEST_METHOD" control.cls.php on line 744

    Hi, For the LSCWP issue, could you help to paste the question on https://wordpress.org/support/plugin/litespeed-cache/?
  10. Cold-Egg

    Node App Does Not Load

    Glad to know you have it fixed.
  11. Cold-Egg

    Node App Does Not Load

    https listener is not working maybe due to incorrect config, or another service is occupying port 443 on the system. For 503 issue, you might want to check the error log.
  12. Cold-Egg

    OLS Compile Php Error

    Please check if the package is 1.7.16-3 (-3 means build 3)
  13. Cold-Egg

    Direct

    Those are listening ports, not traffic-related, hence tcp6 does not listen on port 80 and 443.
  14. Cold-Egg

    Repeated 404 Errors in admin UI and backend process fails

    Not sure, maybe the server load or PHP hit the limit? If it's reproducible, please submit a ticket to support@litespeedtech.com with this forum post link appended.
  15. Cold-Egg

    OLS Compile Php Error

    Hi, I remember it has been fixed, please update the openlitespeed package with "apt update && apt upgrade -y" Let us know if it's still not working.
  16. Cold-Egg

    How to install php 7.2-7.3 in OSLte -Ubuntu 22.04 ?

    Since 7.2 and 7.3 are outdated, we no longer build them for Ubuntu 22.04/, see https://rpms.litespeedtech.com/debian/pool/main/jammy/ I'd recommend you upgrade the CMS code to support a newer PHP version for better performance. Compiling PHP is not easy, you might need to install many missing...
  17. Cold-Egg

    Too many lsphp connections.

    Max Connections: 1500 and PHP_LSAPI_CHILDREN=1500 numbers are too high, please try 200 instead. I think the traffic/connection is still there so the php process does not close. When the traffic is low, but the number of lsphp numbers is high, please try `killall lsphp` and see if no more lsphp...
  18. Cold-Egg

    Install Openlitespeed on MACOSX

    When the new openlitespeed version(with stable tag) is released, the image will auto-build and push to the docker hub. https://hub.docker.com/r/litespeedtech/openlitespeed
  19. Cold-Egg

    Installed OLS and lost access to WP sites

    Hi, Did you install with this https://openlitespeed.org/kb/1-click-install/? If you did not enter any -W or --wordpress parameters, then the script will install openlitespeed only. If you want to have wordpress install, follow 1. Run the script again with -W `./ols1clk.sh -W` 2. Manually...
  20. Cold-Egg

    Switching PHP version in Web Server Control Panel causing error

    You need to install some compile packages on the system. https://stackoverflow.com/questions/19816275/no-acceptable-c-compiler-found-in-path-when-installing-python Install packages from litespeed repo is more recommended.
Top