Recent content by Cold-Egg

  1. Cold-Egg

    OLS dead without reason?

    It could happen if there's an unusual service stopped due to e.g. OOM, or maybe the graceful restart was corrupted due to systemctl start lsws. Please try to use systemctl restart lsws instead and monitor it for a while and see how it goes.
  2. Cold-Egg

    Session resumption (caching)

    Please navigate to SSL Listener > SSL, enable the Session Cache option, and see if that improves the situation. However, keep in mind that most modern browsers use session tickets instead, so enabling the session cache may have limited impact.
  3. Cold-Egg

    OLS dead without reason?

    Is there any errors in /usr/local/lsws/logs/error.log happened during the"killed by signal: 1"?
  4. Cold-Egg

    PHP Fatal error: Uncaught Error: Call to undefined function mysqli_init()

    The error is probably happening within this function https://github.com/litespeedtech/ls-cloud-image/blob/master/Setup/vhsetup.sh#L604-L618 Please check if you can run the wp command, and DB access is working.
  5. Cold-Egg

    Where to add Security Headers for all hosts?

    No global policy for that, but you could consider using the include file method and apply it to all the virtual hosts. https://docs.openlitespeed.org/config/advanced/includes/ For such general questions, please post it in general openlitespeed discussion thread.
  6. Cold-Egg

    Failed Fresh install OpenLiteSpeed One click installation

    Which operating system are you using? Is it Ubuntu 24.04? Please share the full installation command you ran and the exact error message you received.
  7. Cold-Egg

    Error installing Imagick and Memcached for Openlitespeed on Almalinux 9.4

    mm. not sure, because it works even though I don't have that crb repo under the yum.repo.d folder at all.
  8. Cold-Egg

    n8n reverse proxy problem

    LiteSpeed currently only supports offloading SSL and forwarding to the backend using ws://, not wss://. A similar discussion can be found here: https://forum.openlitespeed.org/threads/websocket-reverse-proxy-over-tls.5237/
  9. Cold-Egg

    Error installing Imagick and Memcached for Openlitespeed on Almalinux 9.4

    Just an update. There have been some updates to the RPM packages, so I launched a fresh AlmaLinux 9 instance and was able to install all the lsphp82 and lsphp83 packages without any warnings."
  10. Cold-Egg

    About Virtual Server Log Files

    Which control panel? if you set an virtual host access log path to, e.g. /home/username/logs/access.log, then the virtual host access log path is /home/username/logs/access.log. Please provide more details of the issue.
  11. Cold-Egg

    Weird and not loading website on 1.8.3

    If so, please submit the issue to support@litespeedtech.com with this forum post link appended for further check
  12. Cold-Egg

    Weird and not loading website on 1.8.3

    @eakteam Are there any sites experiencing this issue even without LSCWP installed?
  13. Cold-Egg

    Modsecurity errors not present in domain error file - directadmin - modsecurity with comodo

    I just did a quick test for OLS + OWASP, and the error log logs " [INFO] [146419] [1.2.3.4:59423:HTTP2-11#wordpress] [Module:mod_security] ModSecurity: Warning. Matched "Operato ..." as expected on both server and virtual host levels. So you might want to check if theLog Level has INFO included.
  14. Cold-Egg

    Weird and not loading website on 1.8.3

    Thanks for the info. For LSCWP-related questions, feel free to open a post on https://wordpress.org/support/plugin/litespeed-cache/
  15. Cold-Egg

    Where to add Security Headers for all hosts?

    It supports the virtual host level only, see https://docs.openlitespeed.org/security/headers/ If you want to reduce the duplicate set up, you could consider the virtual host template or include conf feature(https://docs.openlitespeed.org/config/advanced/includes/).
Top