Recent content by Cold-Egg

  1. Cold-Egg

    PHP_SAPI = [litespeed], how I can run PHP with SAPI = [cgi-fcgi] or [fast-cgi]?

    To set up the handler, you first need to configure the external app. You can follow the instructions here: https://docs.openlitespeed.org/config/php/externalapp/ Since you are using CyberPanel, this step is usually not necessary. Are you trying to customize the PHP configuration?
  2. Cold-Egg

    Docker

    Glad to know you have figured it out. :)
  3. Cold-Egg

    New htaccess module/function?

    This openlitespeed module is probably developed by Cyberpanel.
  4. Cold-Egg

    Docker

    Could you try this stack and see if the compose method works for you? https://docs.litespeedtech.com/cloud/docker/ols-wordpress/#installation
  5. Cold-Egg

    PHP Missing Extensions - Ubuntu 24 ARM

    Please check rules file from https://github.com/litespeedrepo/debian-lsphp/blob/php84/build/lsphp84/debian/rules
  6. Cold-Egg

    How to Set PHP INI Limits Using Environment Variables in OpenLiteSpeed?

    To set php_value, env variable may not work; please follow https://docs.openlitespeed.org/config/php/externalapp/#override-the-global-phpini to set the value per virtual host.
  7. Cold-Egg

    Potential File Size Limit and TTL Overflow Issue in LiteSpeed Cache for Large WordPress Sites

    That file is actually stored in memory and has no fixed size limit.
  8. Cold-Egg

    https becomes unresponsive

    An example command to check if any service is listening on port 7080. netstat -antupl | grep 7080 You can check for other ports like 80 and 443 for sure.
  9. Cold-Egg

    https becomes unresponsive

    curl looks fine. Changing port, webadmin php version, and a reboot are not required. If it failed to bring it up, please check if it's caused by another service listening on the same port with the netstat tool. You can also see the failed reason from the error log.
  10. Cold-Egg

    https becomes unresponsive

    If you run `curl -IkL https://127.0.0.1:7080/` and it returns 200 status code in the end, which means webadmin is working properly. I don't think Cloudflare can proxy port 7080. Can you double check on this?
  11. Cold-Egg

    Cyberpanel+OLS serves Cert identity of the main domain for the identity of the subdomain!

    Hi, can you Inbox me the OLS config so I can help to verify it for you?
  12. Cold-Egg

    lsphp74 on Ubuntu 24.04

    I came across a similar case recently, so I’ve added a solution for anyone who wants to build PHP 7.4 on Ubuntu 24.04 manually. https://docs.openlitespeed.org/config/php/custom/#building-old-php-on-new-system
  13. Cold-Egg

    Web Admin login error after update to 1.8.4

    Hi @Cardiff-Paul The issue should have been fixed in the latest build(7). If you have any further questions, feel free to report.
  14. Cold-Egg

    How to remove “Proudly Served by LiteSpeed Web Server…” footer from directory listing

    It's generated via /usr/local/lsws/share/autoindex/autoindex_include.php Maybe you can back up the script and customize it, and see if it works.
  15. Cold-Egg

    Web Admin login error after update to 1.8.4

    Thanks for the report, we will look into this!
Top