Search results

  1. 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.
  2. 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/
  3. 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/
  4. Cold-Egg

    Webp support in GD for PHP 8.1

    Thanks for sharing, I will forward the request internally.
  5. 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.
  6. 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.
  7. 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
  8. Cold-Egg

    SecRule not working

    confirmed the issue, will be fixed in v1.8.0
  9. 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?
  10. 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/
  11. Cold-Egg

    OpenLiteSpeed does not install on Rocky Linux (RHEL) 9

    Thanks for the follow-up, our build master is still working on it.
  12. 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.
  13. Cold-Egg

    Server Variables (eg $VH_DOMAIN) in VH Template Rules?

    Hi, I think those variables can only be used for the server configs, not rewrite rules ~ I will confirm with the dev, if no update from me, then it means not supported.
  14. Cold-Egg

    2 SSL Domains, 1 Listener. How to?

    The document is correct, either certificate assigned on the listener level is ok. Once you have applied the cert on the virtual host level, it will overwrite the listener's level. If possible, could you post the virtual host level config and the domain 2 URL here? If not comfortable sharing in...
  15. Cold-Egg

    How to install NewRelic PHP agent for OpenLiteSpeed?

    I remember there's no extra step for installing the NewRelic on OpenLiteSpeed server. :unsure: Could you submit a ticket to support@litespeedtech.com so we can help you further from there?
  16. Cold-Egg

    Cannot build OpenLiteSpeed in Rocky Linux 8

    make failed. you probably missing some packages, see https://stackoverflow.com/questions/22555561/error-building-fatal-error-pcre-h-no-such-file-or-directory We have openlitespeed package ready for the Rocky Linux 8, may I know why you want to build it manually? See...
  17. Cold-Egg

    I can't build OpenLitespeed 1.7.16

    admin does not support php8 yet, if you switch admin to php8, it may not work properly.
  18. Cold-Egg

    Undefined array key "REQUEST_METHOD" control.cls.php on line 744

    Hi, For the LSCWP issue, could you help to paste the question on https://wordpress.org/support/plugin/litespeed-cache/?
  19. Cold-Egg

    Node App Does Not Load

    Glad to know you have it fixed.
  20. Cold-Egg

    Node App Does Not Load

    https listener is not working maybe due to incorrect config, or another service is occupying port 443 on the system. For 503 issue, you might want to check the error log.
Top