Search results

  1. Cold-Egg

    Using ESI and excluding specific plugin

    HI. OpenLiteSpeed does not support the ESI feature.
  2. Cold-Egg

    OpenLiteSpeed Rewrite Rules Ignored or Overridden

    Glad to know it works, and thanks for sharing.
  3. Cold-Egg

    how to make listener which listen for both ipv4 and ipv6

    Can not be combined, you might want to create two listeners, one for each.
  4. Cold-Egg

    OpenLiteSpeed Rewrite Rules Ignored or Overridden

    You can try a simple rule first, for example: RewriteCond %{REQUEST_URI} xmlrpc\.php [NC] RewriteRule .* - [F] Then start adding OR conditions. Everytime you update the .htaccess file, please remember to restart the web server in order to reload the rules.
  5. Cold-Egg

    Recommended WordPress security headers

    you could check the header security from https://securityheaders.com/, then add the recommended header to your site. Here's the guide to show you how to custom the header. https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/
  6. Cold-Egg

    Key OLS Settings for large Website

    All looks good. I'd recommend you increase both HTTP and HTTPS connection from 10000 to 100000.
  7. Cold-Egg

    I am trying to install OLS on ARM64

    It is still on dev's to do, but no ETA. ~
  8. Cold-Egg

    Wordpress Refuses to Start

    Have you tried any other PHP version which is lower than 8.1, e.g. 7.4, see if it helps. Maybe you can also raise the issue on https://wordpress.org/support/plugin/visualcomposer/ for help.
  9. Cold-Egg

    Ssl is falling off sites

    Not sure what the issue was. When the issue happens again, could you try to run "systemctl restart lsws" command and see if it fixes it or not? Then update here again or submit the issue to support@litespeedtech.com for further check.
  10. Cold-Egg

    Firewall Rules

    OpenLiteSpeed does not read Apache config, you should use rewrite rules or context. Please check https://openlitespeed.org/kb/access-control/
  11. Cold-Egg

    Disabling directory listing

    Hi, Please check this tutorial to enable/disable the dir listing, https://openlitespeed.org/kb/enable-and-configure-auto-index/
  12. Cold-Egg

    Webp support in GD for PHP 8.1

    Thanks for sharing, I will forward the request internally.
  13. Cold-Egg

    Key OLS Settings for large Website

    HIHI, For a dedicated large site, please check this tuning guide, https://docs.litespeedtech.com/lsws/tuning-dedicated/. Both the Enable Caching and Increase Maximum Connections are important. Let me know if you have any questions.
  14. Cold-Egg

    OLS Compile Php Error

    For v1.7.16-3 package, it was built on 2022-11-19. Anyway, if the issue is still there, please submit the issue to support@litespeedtech.com with the forum post link appended, we will check further from there.
  15. Cold-Egg

    How to create new virtual host from command line?

    @timnolte Have you checked ols wordpress docker solution? It has create virtual host script supported https://docs.litespeedtech.com/cloud/docker/ols-wordpress/#creating-a-domain-and-virtual-host
  16. Cold-Egg

    SecRule not working

    confirmed the issue, will be fixed in v1.8.0
  17. Cold-Egg

    How to setup RewriteRule for web socket, for OnlyOffice?

    Actually, OpenLiteSpeed only proxy to ws: , cannot be wss://, so it should not work before?
  18. Cold-Egg

    How do i install lsphp80 or lsphp81 on Ubuntu 22.04.1?

    LiteSpeed repo does support lsphp8x on the Focal system, see https://rpms.litespeedtech.com/debian/pool/main/focal/
  19. Cold-Egg

    OpenLiteSpeed does not install on Rocky Linux (RHEL) 9

    Thanks for the follow-up, our build master is still working on it.
  20. Cold-Egg

    How do i install lsphp80 or lsphp81 on Ubuntu 22.04.1?

    Not sure really, could you try to run "wget -O - https://repo.litespeed.sh | sudo bash " again to make sure litespeed repo is installed? If the issue is still there, please raise a ticket to support@litespeedtech.com with this post link appended.
Top