Search results

  1. 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.
  2. 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?
  3. 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.
  4. 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".
  5. 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.
  6. 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?
  7. 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.
  8. 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.
  9. Cold-Egg

    Missing LSPHP 8.3.x modules

    Will update you here once the package is ready.
  10. 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.
  11. 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.
  12. 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.
  13. 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.
  14. 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.
  15. Cold-Egg

    Missing LSPHP 8.3.x modules

    @datverse Packages are pushed, feel free to give it a try.
  16. Cold-Egg

    Unable to reset OpenLiteSpeed WebAdmin Console password

    Hi, Since you built your own OLS and PHP, it might due to the permission issue somewhere. If you have another VPS, please install OLS from LiteSpeed repo and compare the folder & file permissions.
  17. Cold-Egg

    GCP Deployment VM Instance Serial Console Login details

    For example, /bin/bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/vhsetup.sh ) --delete www.example.com
  18. Cold-Egg

    Upgrading ModSecurity from 2.9.6 to Latest Version on OpenLiteSpeed 1.7.19 (Rocky 8 OS)

    modsecurity + OWASP should not cause the lsws process stopped to work. For the newer modsecurity module, better to wait OLS release it. To disable it, use the following command: bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) --owasp-disable
Top