Search results

  1. Cold-Egg

    /tmp/lshttpd filling up

    The swap file full probably when you have a lot of accounts with a lot of static files, gzip compression may take up space. I'd recommend you to try Method 1 - make /tmp larger enough to hold necessary swap files and gzip compression cache for static files Method 2 - relocate the folder with...
  2. Cold-Egg

    Openlitespeed wordpress behind Google Load Balancer

    Have you reserved a static IP for the load balancer and pointed a valid domain to it? If your WordPress' site URL is server IP, then it will redirect from the load balancer to the server IP. Note, if you have LSCache, a GCP load balancer is not recommended since it won't recognize the purge...
  3. 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.
  4. 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
  5. 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.
  6. Cold-Egg

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

    That site is loading fine now, did you fix it?
  7. 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.
  8. 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.
  9. 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
  10. 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.
  11. 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. ;)
  12. Cold-Egg

    setifempty alternative

    Right, OLS does not support it.
  13. 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...
  14. Cold-Egg

    Header merge works as append

    I will forward the req to the team.
  15. 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/
  16. 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/
  17. 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...
  18. Cold-Egg

    <LocationMatch> directive

    No, but you can try the context feature with regular expression.
Top