Search results

  1. Cold-Egg

    One-Click Script does not work on AlmaLinux 8.10 with ARM.

    In theory, yes, because I did not manually build it on a CentOS 8 ARM server before. It’s also possible to install LSAPI PHP (lsphp) and MariaDB manually instead of using the ols1clk script.
  2. Cold-Egg

    Cgroups checking

    @hp2 Our dev team has updated the release package(same version) on GitHub now, could you please try it again?
  3. Cold-Egg

    Context: Header Operation docs are lying

    Thanks for the report. The `always` is supported and is the default value. onsuccess is not. I will forward this to the dev team.
  4. Cold-Egg

    OpenLiteSpeed keeps writing [DEBUG] messages in server log when logging is turned off

    @xirtam Could you let us know the output of this command? /usr/local/lsws/bin/lshttpd -v In addition, please try running the following command to update to the latest package build and see if that fixes the issue: /usr/local/lsws/admin/misc/lsup.sh
  5. Cold-Egg

    OLS randomly crashing at LsAioReq::io_complete(short)

    @xirtam Could you let us know the output of this command? /usr/local/lsws/bin/lshttpd -v In addition, please try running the following command to update to the latest package build and see if that fixes the issue: /usr/local/lsws/admin/misc/lsup.sh
  6. Cold-Egg

    Cgroups checking

    1.8.5 has been repacked before, so if you haven't, could you try lsup again?
  7. Cold-Egg

    Cgroups checking

    Hi, Could you try /usr/local/lsws/admin/misc/lsup.sh to make sure you are using the latest build version?
  8. Cold-Egg

    One-Click Script does not work on AlmaLinux 8.10 with ARM.

    The OpenLiteSpeed ARM CentOS package does not support AlmaLinux 8 at the moment. It’s recommended to upgrade to a newer OS. You can still run the ols1clk script after building the package on the server if needed.
  9. Cold-Egg

    OLS randomly crashing at LsAioReq::io_complete(short)

    If it happens on the current latest version v1.8.5, please submit the issue to support@litespeedtech.com with this forum post link appended, we will help to check the issue from there.
  10. Cold-Egg

    One-Click Script does not work on AlmaLinux 8.10 with ARM.

    For now, unfortunately, the current arm build server supports AlmaLinux 9 and 10 only. Please consider upgrading the OS or build openlitespeed from the source package https://docs.openlitespeed.org/installation/source/ It's about the OpenLiteSpeed ARM package, so it has nothing to do with the...
  11. Cold-Egg

    One-Click Script does not work on AlmaLinux 8.10 with ARM.

    It seems the new build requires GLIBC_2.29 instead of 2.28; I will forward the issue to the OLS dev team.
  12. Cold-Egg

    OpenLiteSpeed version mismatch

    Thanks for the report, we will have it fixed soon.
  13. Cold-Egg

    OLS downloading php files, not executing them, HELP pls!

    For PHP deb packages, we support Ubuntu LTS versions only. https://rpms.litespeedtech.com/debian/pool/main/noble/ If you install the package via the Litespeed repo, it may not work. Please consider running Ubuntu 24.04 or manually updating the /etc/apt/sources.list.d/lst_debian_repo.list...
  14. Cold-Egg

    Regarding QUIC and TCP Implementation in OpenLiteSpeed

    Is this LiteSpeed QUIC (LSQUIC) Library what you are looking for?
  15. Cold-Egg

    How can I increase 2 MB max upload limit through through php

    Please try to restart the PHP process (killall lsphp), and see if it works.
  16. Cold-Egg

    Best strategy for caching Woocommerce products and ESI debugging

    Correct, for example, put "RewriteRule .* - [E=cache-control:max-age=15]" at the top of the .htaccess file and restart the web server.
  17. Cold-Egg

    SSL not working - Oracle Linux 9.7

    I see the cert's Common Name (CN) is altertag.com, which is why you got the issue. Have you restarted the web server? Could you also try the following command with fewer parameters and share the whole output here? certbot certonly --webroot -w /usr/local/lsws/joomla.altum.biz/html/ -d...
  18. Cold-Egg

    Best strategy for caching Woocommerce products and ESI debugging

    Right, the site on my browser is always a cache miss, so it's not a curl problem. If you have a dev/staging site, try to bypass CDN, and use a simple rewrite rule to cache all like 10 seconds and see if the cache works or not on browser. If it works, it means the server config is good, and you...
  19. Cold-Egg

    Best strategy for caching Woocommerce products and ESI debugging

    General curl command should warm up the cache, for example. curl -sILk https://lscache.io/?abc | grep cache x-qc-cache: miss curl -sILk https://lscache.io/?abc | grep cache x-qc-cache: hit As you are using a WordPress site, using LSCWP to warm up the site regularly is also a solution. Do...
  20. Cold-Egg

    Best strategy for caching Woocommerce products and ESI debugging

    It should be the same as the general LSWS ESI dev case. Have you take a look at https://docs.litespeedtech.com/lscache/devguide/advanced/#esi guide? For further LSCache-related support, you can post such questions on wordpress forum https://wordpress.org/plugins/litespeed-cache/
Top