Search results

  1. Cold-Egg

    Wordpress in It's own directory

    Yes, please follow https://docs.openlitespeed.org/security/headers/#learn-more-about-cors to fix the CORS issue.
  2. Cold-Egg

    Wordpress in It's own directory

    Are you able to open the wp-json? https://your_domain/mywordpress/wp-json, if not, what's the status code in the browser console?
  3. Cold-Egg

    Successful Update to Php with Curl enabled

    If you create a phpinfo page, do you see if curl support is enabled?
  4. Cold-Egg

    After installing OpenLiteSpeed, HTML files load correctly but all PHP files show a 403 error.

    After installing the lsphp package, please remember to setup the external app and handler for PHP. See https://docs.openlitespeed.org/config/php/#server-level
  5. 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.
  6. 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).
  7. 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?
  8. 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.
  9. Cold-Egg

    Critical error in wordpress

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

    ZSTD compression

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

    OLS keeps reloading every few minutes

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

    Docker

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

    New htaccess module/function?

    This openlitespeed module is probably developed by Cyberpanel.
  16. 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
  17. 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
  18. 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