Search results

  1. Cold-Egg

    context proxy giving 403 error

    First, you need to make sure curl http://127.0.0.1:2002/abc works locally. Then you can add the rewrite inside of the rewrite tab. REWRITERULE ^(.*)$ HTTP://webmail /$1 [P,L,E=PROXY-HOST:WWW.EXAMPLE.COM] If it works, then you can add a rewritecond for the "webmail". Note, please...
  2. Cold-Egg

    context proxy giving 403 error

    OLS does not support ProxyPass, but you could use the external app + rewrite method, check https://docs.openlitespeed.org/docs/advanced/proxy#method-1-proxying-with-rewrite-rules
  3. Cold-Egg

    context proxy giving 403 error

    Could you send the issue to support@litespeedtech.com with this foru link appended and I will help you further from there?
  4. Cold-Egg

    context proxy giving 403 error

    Looks alright to me, what's the error log say for the reason of the 403?
  5. Cold-Egg

    Large TTFB

    Checked one site, https://gtmetrix.com/reports/prosalsk.ru/zfLo13Lh/ The TTFB is 226ms which is short. Do you have any screenshot or report link so we can check it further?
  6. Cold-Egg

    Question about configuraion of SSL

    ok. It should be a quick check for me if you still have the server on.
  7. 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...
  8. 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...
  9. 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.
  10. 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
  11. 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.
  12. Cold-Egg

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

    That site is loading fine now, did you fix it?
  13. 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.
  14. 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.
  15. 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
  16. 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.
  17. 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. ;)
  18. Cold-Egg

    setifempty alternative

    Right, OLS does not support it.
Top