Search results

  1. Cold-Egg

    Page hits not updating with litespeed

    Hi, could you send the issue to support@litespeedtech.com, our dev will take a look from there.
  2. Cold-Egg

    Question about configuraion of SSL

    Check https://forum.openlitespeed.org/threads/aio-is-not-supported-on-this-machine.4053/, it seems not related
  3. Cold-Egg

    ols php module intl installed, but Wordpress still says it's missing it

    Maybe you can send the issue to support@litespeedtech.com with this post link appended so we can check further from there.
  4. Cold-Egg

    OLS on GCP (GoogleCloud) + Wordpress - i lost connection

    That site is loading fine now, did you fix it?
  5. Cold-Egg

    ols php module intl installed, but Wordpress still says it's missing it

    Have you restart PHP by "killall lsphp"? maybe you can create a phpinfo page to verify if the package is installed or not first.
  6. Cold-Egg

    Forward HTTPS non-WWW to HTTPS WWW

    That should do it, maybe you have other rules at some other place? Might need to turn on the rewrite log and check it.
  7. Cold-Egg

    SnappyMail with OpenLiteSpeed. How to adapt this .htaccess file?

    To narrow down the issue, you might want to turn on the rewrite log (set to 9) and see which rule got applied or skipped
  8. Cold-Egg

    Question about configuraion of SSL

    When you have a valid cert with OLS, http/3 should be used by default. If you still have a configuration issue, feel free to join https://litespeedtech.com/slack and message me @eric from there, I can help to check the issue with you more quickly.
  9. Cold-Egg

    Content-Type charset and compression

    Maybe for LSWS, https://www.litespeedtech.com/support/forum/threads/litespeed-charset-problem.14549/ I saw you want to migrate site to OLS, since OLS does not support Apache modules and many custom rules in the .htaccess file, maybe you can try LSWS instead. ;)
  10. Cold-Egg

    setifempty alternative

    Right, OLS does not support it.
  11. Cold-Egg

    Question about configuraion of SSL

    "I first configured SSL on the normal site, but it didn't work, ", did you apply any certificate or upload any valid certificate? If there's no valid cert, then it will return the same result with a different HTTPS port listener. For 404 issue, did you put any domain value to the listener and...
  12. Cold-Egg

    Header merge works as append

    I will forward the req to the team.
  13. Cold-Egg

    setifempty alternative

    For OLS, you can set the header via Virtual Host > context > Header Operations, it may not check if it's empty or not. More example https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/
  14. Cold-Egg

    Conditional headers

    For OLS, you can set the header via Virtual Host > context > Header Operations More example https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/
  15. Cold-Egg

    Security headers - doesn't let load CSS

    It's not a bug, it is how you define the header. This is your current CSP from the header, content-security-policy: default-src https:; font-src https: data:; img-src https: data:; script-src https:; style-src https:; You might want to check...
  16. Cold-Egg

    <LocationMatch> directive

    No, but you can try the context feature with regular expression.
  17. Cold-Egg

    Multiple lsphp with high CPU usage

    The cache seems working correctly. LSCache will be based on the URL, so, when you switch the URL, all cached files will be invalidated, that's why you saw the CPU spikes.
  18. Cold-Egg

    Custom Error Page: using script path

    The context looks fine to me. I am not clear about how you set up the /httperror/404 page, it seems like you want to redirect to 404 by the App instead of the web server. If you want to custom OLS error page, please check https://openlitespeed.org/kb/custom-error-page/. About the 400 error, no...
  19. Cold-Egg

    Multiple lsphp with high CPU usage

    May I know what is this CMS? If possible, please implement lscache to reduce the PHP process and MySQL load
Top