Recent content by Cold-Egg

  1. Cold-Egg

    A deadlock is prompted and the lsphp consumption is abnormally increased

    Does it work if you put a phpinfo page? If it's not, it's probably a PHP setting issue or hitting some limit.
  2. Cold-Egg

    Critical error in wordpress

    Is there any error in the server error log?
  3. Cold-Egg

    ZSTD compression

    The development team plans to add this feature, likely in version 1.9 or later.
  4. Cold-Egg

    OLS keeps reloading every few minutes

    Hard to tell without other logs, if it's still happening, please raise a ticket to support@litespeedtech.com with this forum post link appended.
  5. Cold-Egg

    OLS keeps reloading every few minutes

    Please check the error and stderr logs and see what happens before the reload.
  6. 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?
  7. Cold-Egg

    Docker

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

    New htaccess module/function?

    This openlitespeed module is probably developed by Cyberpanel.
  9. 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
  10. 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
  11. 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.
  12. 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.
  13. 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.
  14. 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.
Top