Recent content by hp2

  1. H

    OLS dead without reason?

    There was no OOM at that time. And when it happened, I tried systemctl restart lsws, but it didn't work either. Had to kill manually.
  2. H

    OLS dead without reason?

    The only errors are: 2025-06-25 00:04:13.679325 [ERROR] [3929394] HttpListener::start(): Can't listen at address adminListener: Address already in use! 2025-06-25 00:04:13.679420 [ERROR] [3929394] HttpServer::addListener(adminListener) failed to create new listener 2025-06-25 00:04:13.679426...
  3. H

    OLS dead without reason?

    Suddenly, the OLS 1.8.3 on my CloudLinux 9 was dead. In stderr.log, there are these lines 2025-06-25 00:04:01.202 [STDERR] 2025-06-25 00:04:01.140229 Cgid: Child process with pid: 3927493 was killed by signal: 1, core dump: 0 2025-06-25 00:04:01.492 [STDERR] 2025-06-25 00:04:01.492104 Cgid...
  4. H

    How to reduce image HEADERS ? Tips on faster image transfers.

    @Cold-Egg any thought about these bugs?
  5. H

    How to reduce image HEADERS ? Tips on faster image transfers.

    Thanks for sharing. Have you got a chance to check again with the latest version? Currently it's 6.5.4 while version 5.7 was released from October 2023.
  6. H

    How to reduce image HEADERS ? Tips on faster image transfers.

    I wonder if you can show more details why it's faulty and uses wrong cache vary?
  7. H

    enable core dump

    I am on a DirectAdmin server, CloudLinux 9 with OLS 1.8.2, PHP Selector. In /usr/local/lsws/conf/httpd-phplimits.conf, I have added env LSAPI_ALLOW_CORE_DUMP=1 However, when testing with kill -SIGSEGV 1527388 The PID 1527388 was killed, but no core dump file was created. How...
  8. H

    Blocking admin GUI

    I am not using OLS admin GUI at https://myserver:7080 In CSF, I don't open that port either. However, when accessing https://myserver:7080, it's still showing the admin login screen. How can I block completely that GUI? Thanks.
  9. H

    Is OLS 1.8 production ready?

    Interesting, I didn't notice this. Any ETA for the stable release?
  10. H

    lsphp83.sock.11490.pid

    It looks like this issue is only happening with PHP 8.3. I downgraded to PHP 8.2 for a while, no more warning. Then in a new server, I have PHP 8.3, the same warning appears. Something is not fully compatible between OLS and PHP 8.3?
  11. H

    litespeed service inactive, but web service is still running

    I still don't have any solution for it yet.
  12. H

    backup and restore server

    Borgbackup and Borgmatic
  13. H

    lsphp83.sock.11490.pid

    I don't know how to customize the socket name, but I do differently. 1. Customize the OLS log, insert the PID. 2. Using lsof to log all the socket processes. 3. When I get warning with socket ID, I search in the log file, get a bunch of PIDs. 4. With those PIDs and the timestamp from the...
  14. H

    How can I find Best Web Hosting Providers for OpenLiteSpeed

    What are you wondering about OLS and DirectAdmin? Are you looking for a shared host with OLS, or a dedicated server / VPS?
  15. H

    lsphp83.sock.11490.pid

    This happens again. How to customize the socket name like you mentioned, please?
Top