Recent content by Cold-Egg

  1. Cold-Egg

    Wordpress blog redirecting instead of showing (but other blog works fine)

    I mean, can you do something like `curl --resolve www.hanumaninstitute.com:5006:127.0.0.1 http://www.hanumaninstitute.com/blog/` from the host server?
  2. Cold-Egg

    Wordpress blog redirecting instead of showing (but other blog works fine)

    OLS + WP should be a complete stack already, not sure why you want to add an additional layer? From the response header, as Nginx is doing the proxy, it's hard to tell if the redirect is made by Nginx or not. Have you tried to curl the blog domain locally with resolve 127.0.0.1:5006 and see if...
  3. Cold-Egg

    Where to add Security Headers for all hosts?

    It would work if you used a virtual host template.
  4. Cold-Egg

    My website Generating 20gb huge cache files and not getting clear

    Hi, You could check https://wordpress.org/support/topic/litespeed-caching-creates-huge-caching-folder/ and verify if the huge cache files are caused by different query strings, bot, or user agents. Purge all will mark those caches as invalid, and will be removed by server after some time. To...
  5. 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.
  6. 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.
  7. Cold-Egg

    OLS dead without reason?

    Is there any errors in /usr/local/lsws/logs/error.log happened during the"killed by signal: 1"?
  8. 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.
  9. 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.
  10. 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.
  11. 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.
  12. 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/
  13. 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."
  14. 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.
Top