Recent content by Cold-Egg

  1. Cold-Egg

    lscache configuration

    If it's still not working, maybe you can send a ticket to support@litespeedtech.com with this forum post link appended.
  2. Cold-Egg

    lscache configuration

    I did not touch the server level cache module, just set "storagePath $VH_ROOT/lscache" per virtual host cache module, and it works from my test(/var/www/html/lscache/priv/3/0/5/xxxxxxx).
  3. Cold-Egg

    lscache configuration

    Set "storagePath $VH_ROOT/lscache" per virtual host cache module should work. Do you see the lscache folder generated after restarting the web server?
  4. 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.
  5. Cold-Egg

    Critical error in wordpress

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

    ZSTD compression

    The development team plans to add this feature, likely in version 1.9 or later.
  7. 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.
  8. Cold-Egg

    OLS keeps reloading every few minutes

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

    Docker

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

    New htaccess module/function?

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