Search results

  1. H

    litespeed service inactive, but web service is still running

    There is no lsrestat.log. I tried to search in other log files, in /var/log/messages, there are 2 lines happening at the same time I received notification May 13 21:45:01 trondheim lswsctrl[1049171]: [OK] Send SIGUSR1 to 1047094 May 13 21:51:01 trondheim lswsctrl[1050184]: [OK] Send SIGUSR1 to...
  2. H

    litespeed service inactive, but web service is still running

    Will try next time if it's happening again. But what is the reason for that happening?
  3. H

    litespeed service inactive, but web service is still running

    I see this issue many times recently. The OLS service has been running for a while, no change in its config. Suddenly, got a warning: litespeed.service is not active, cannot reload. systemctl status confirm its status is inactive. # systemctl status lsws × litespeed.service - The OpenLiteSpeed...
  4. H

    Ols 1.8.0 Crash on Almalinux 8

    With DA servers, the GUI is read-only. It would be very helpful if you can update the directives here. Thank you :)
  5. H

    Ols 1.8.0 Crash on Almalinux 8

    I know it's a new feature, but as ctrlaltdel mentioned that he could enable / disable AIO, I thought there is a setting somewhere in the configuration? That's why I am asking how to enable it? :)
  6. H

    Ols 1.8.0 Crash on Almalinux 8

    Just wondering: how to enable AIO? There is no KB, or something mentioned in the config. Thanks.
  7. H

    softLimit and hardLimit

    Yes, that's what I am wondering. By default they are 10000, and I think that are too much. I reduced to very small numbers, such as 5 and 10, and it seems still working fine. That's why I want to learn how to configure those numbers correctly. Thank you.
  8. H

    softLimit and hardLimit

    Wondering how to decide optimal numbers for those settings? Thanks.
  9. H

    Cgroups checking

    No, I never touch those files. Not sure if it's related, but this OLS is installed with DirectAdmin.
  10. H

    Cgroups checking

    In httpd-cgirlimit.conf, I set cgroups 2 which is disabled. However, in stderr.log, full of this kind of log: 2024-03-12 21:52:23.806729 Cgroups returning success file: /sys/fs/cgroup/systemd/user.slice/user-1039.slice/litespeed-exec.scope/cgroup.procs, pid: 3307480 2024-03-12 21:53:06.256329...
  11. H

    Cgroups checking

    Following this KB, I don't have cgroups configured # ls /sys/fs/cgroup/cgroup.controllers ls: cannot access '/sys/fs/cgroup/cgroup.controllers': No such file or directory # cat /sys/fs/cgroup/cgroup.subtree_control cat: /sys/fs/cgroup/cgroup.subtree_control: No such file or directory However...
  12. H

    Error install php

    Install libxml2-devel and build php again.
  13. H

    troubleshooting attacks (might be?)

    It doesn't matter at the limit is 200 or 40. If the server is under an attack, after restarting, the limit will be reached and the load goes up again immediately. But in this case, nothing. The limit is fine, the load is less than 1 after rebooting. That means something else, not the limit or...
  14. H

    troubleshooting attacks (might be?)

    This problem was just happening again. When it's happening, the load went up very fast. One second, the load went from 1 to 25, then 6x, 8x, 100+. I tried to killall lsphp, it didn't help. Another reboot brought everything back to normal, with the server load is 0.3. If it was an attack, after...
  15. H

    High Cpu Usage & storage almost full.

    About CPU usage, which version of OLS are you using? They said there was a high CPU usage bug, which is fixed in version 1.17.19.2. If you are using 1.17.19 or 1.17.19.1, it might be the reason.
  16. H

    High CPU usage in 1.7.19?

    I am on DirectAdmin servers, don't think that I should update OLS manually. When are you pushing build 2 to github, please?
  17. H

    High CPU usage in 1.7.19?

    From the releases page, I see you just pushed new files 2 days ago. But instead of creating a new version 1.7.19.1, it seems you updated to the version 1.7.19, which was released 3 weeks ago? In the change log, there is a bug fix for high CPU usage. Is this bug appearing in 1.7.19? Or in older...
  18. H

    cannot download files with version 1.7.19

    Thanks for updating :)
  19. H

    find those lsphp processes doing

    I have an account using too much CPU. When using top command, I can see some processes from that account using CPU. Trying to use strace, but I always end up with the same error # strace -p 3992731 strace: Process 3992731 attached --- SIGPROF {si_signo=SIGPROF, si_code=SI_KERNEL} ---...
Top