Search results

  1. Cold-Egg

    Header doesn't support env. Header set TEST_name "TEST_VALUE" env=!TESTenv

    Hi, I can reproduce the issue and report it to the dev, but it might not be set as a high priority. Since you have come up with a solution already, if you don't mind, please create a PR on OpenLiteSpeed GitHub(https://github.com/litespeedtech/openlitespeed).
  2. Cold-Egg

    When using Webuzo + Softaculous = Open Lite Speed misbehaves

    It might be because the PHP is set to Detached or daemon mode, and not page cache-related. If so, you might want to restart the PHP processes by following https://docs.openlitespeed.org/config/php/detached/#restart-detachedphp-processes or check if Webuzo provides any PHP restart button for users.
  3. Cold-Egg

    FastCGI occasionally slow

    I have no idea about the FCGI delay part unless you set a very low value on the Max Connections, Environment, Memory Limit, or Process Limit. Also, what's the value you set in the Instances? Yes, the reverse proxy works too.
  4. Cold-Egg

    Header doesn't support env. Header set TEST_name "TEST_VALUE" env=!TESTenv

    I will give it a try and update you here.
  5. Cold-Egg

    How to block bad user agents?

    @Avidixx Have you tried to put the rules at the top of the .htaccess file? Does it work?
  6. Cold-Egg

    Missing LSPHP 8.3.x modules

    Could be the email/app is not compatible with PHP8.3? Sure, please share here if you have found the root cause.
  7. Cold-Egg

    How do I get OLS to maintain my environment config?

    The second PATH variable means "/home/deploy/.rbenv/versions/3.3.4/bin"? I'm not quite sure what the issue is after hitting the "require "bundler/setup".
  8. Cold-Egg

    Missing LSPHP 8.3.x modules

    @rahulsoni Packages are pushed, please give it a try and let me know if there are any issues.
  9. Cold-Egg

    Cannot upload anything higher than 89Mb to WordPress

    Is it possible to share a phpinfo page link? Any issue shown in the error log during the upload with a file that is larger than 90MB?
  10. Cold-Egg

    Urgent plugin help plz

    No, they can't. You might want to ask your hosting if they have any backup that you can use.
  11. Cold-Egg

    Latest version number mismatch (Cannot find v1.8.0)

    If you want to use OpenLiteSpeed, then v1.7.19 is the current stable release. To use v1.8.x, you can either upgrade via lsup command or download from the source since it's not marked as stable tier yet. To get more information for the update, please check openlitespeed on github.
  12. Cold-Egg

    Missing LSPHP 8.3.x modules

    Will update you here once the package is ready.
  13. Cold-Egg

    Installing Mautic on openlitespeed times out

    I tried Mautic a while ago and it was working fine. If you visit a static file, does it return a 200 status code? If everything returns a 404, then it's possibly an OLS configuration issue.
  14. Cold-Egg

    Missing LSPHP 8.3.x modules

    @rahulsoni Could you provide the OS and PHP version? I will try to check on that first.
  15. Cold-Egg

    Unwanted trailing slash

    If it's a WordPress, you can update and customize the permalink to achieve it. If not, check this post method.
  16. Cold-Egg

    Can't issue SSL to temporary subdomain

    For this case, you might want to check this install-le-on-test-server-before-making-the-site-live post. If apply cert is successful but failed on OLS, then you can post the OLS configuration here so we can have another look.
  17. Cold-Egg

    LS Cache randomly breaks page encryption (UTF-8)

    If the site can apply LSCache, then you don't need the Pagespeed module, it may conflict with LSCache. May I know what CMS you are using? Please check if disabling the pagespeed module helps or not. Check https://docs.litespeedtech.com/lsadc/moresettings/#pagespeed for more information.
  18. Cold-Egg

    Missing LSPHP 8.3.x modules

    @datverse Packages are pushed, feel free to give it a try.
Top