Search results

  1. P

    Websocket w/Parse Server's LiveQuery

    OLS only act as a proxy, you will need to setup proxy to your backend nodejs application. If it is websocket, you will need to setup WebSocket proxy. Not sure how did you setup OLS for nodejs. If you test your backend directly with some connection issue, it more looks like a backend issue...
  2. P

    OLS is preventing WordPress from properly communicating with Apache Tika

    You can increase memory limit from lsphp external applications.
  3. P

    reserve proxy to other domain

    What's your current OLS ip address? Listener >> added test Listener name : test IP address : 87.120.8.185 If 87.120.8.185 is your backend site IP, not your server IP, you should use your rent server's IP. domain :https//wave88.online should be domain wave88.online. at your proxy...
  4. P

    Lazy Loaded CSS sample is wrong

    https://wordpress.org/support/plugin/litespeed-cache/ will be monitored by LiteSpeed support staff and should be ok.
  5. P

    CodeIgniter and OpenLiteSpeed folder permissions

    What user the php run as for your CodeIgniter domain? If you have not set to run as PHP SuEXEC, it most likely run as Nobody:nobody. You can change the directory to be owned by that user:user.
  6. P

    Lazy Loaded CSS sample is wrong

    For LSCWP, please use https://wordpress.org/support/plugin/litespeed-cache/
  7. P

    Unable to add htaccess at uploads in wordpress

    You can turn on rewrite log to see where it could be wrong on the rewrite.
  8. P

    Accept-Encoding is altered on proxy

    What's the URL? OLS compression will use "br" if possible. Do you really just juse OLS as proxy? Without proxy setup, does example virtaul host or any other virtaul host has similar problem?
  9. P

    lsmcd process high CPU util

    lsmcd is not OLS, not this forum's topic. You can send email to suppor@litespeedtech.com for further help. better with your lsmcd log file.
  10. P

    ERR_CONNECTION_FAILED

    What's your real domain URL? You should remove http to https and test both http and https, If http ok but https has some issue, it could be certificate issue or other issues. "After setting according to the website" without knowing what change did you make, we can not identify the reason. Did...
  11. P

    Proxy Pass frontend to Nodejs backend

    Check your backend if it runs ok or not or your backend returns 500 already , https://openlitespeed.org/kb/reverse-proxy-basics/.
  12. P

    Problem Solved. It was my Internet that causes. Problems With CyberPanel interface and Google Authenticator.

    Looks a question to Cyberpanel, not OLS, you may consider posting at https://forums.cyberpanel.net/
  13. P

    openlitespeed admin panel not working after 1.6.21 update

    should have been fixed in built 2 of 1.6.21
  14. P

    index.html served through h2 while assets through h3 quic

    HTTP3 is not guaranty between Points. I can see h3-29 from my browser, but it doesn't mean I can always see it, UDP could be lost, https://prnt.sc/118g478, your server side has enabled https without any issue.
  15. P

    SSL Web Socket proxy bug

    Thank you for clarification. LSWS normaly refers to "LiteSpeed Enterprise Web Server" while "OLS" means OpenLiteSpeed. That's why we could like to clarify when you writing "LSWS", you means to write "OLS". For OLS websocket proxy setup, you can refer to...
  16. P

    echo statement getting removed from head when LiteSpeed Plugin is active.

    You should log report to https://wordpress.org/support/plugin/litespeed-cache/, it is about LSCWP, not related to OLS.
  17. P

    Log format - seems to prefix vhost name

    I don't see the same issue as you have on our test server. OLS output log as format defined 10.0.8.26 - - [08/Apr/2021:15:37:46 -0400] "GET / HTTP/1.1" 304 0, maybe you can create a ticket, we can have a further check.
  18. P

    Why are the php configurations of the two virtual hosts different

    To apply php.ini change, you will need to restart detached php, "pkill lsphp" should do.
  19. P

    Rewrite Rules (Disabled by CyberPanel)

    try to use real virtual host configuration instead of template, if still no luck, please log a ticket with us by sending email to support@litespeedtech.com. We can login your server to check you OLS.
  20. P

    Allow access to file only from the server itself

    The rules seems ok. Have you restart OLS to apply rule changes in .htaccess? If still issue, you can turn on rewrite log to see what's going on.
Top