Search found 4 matches

by joaosavioli
29 Sep 2023, 20:23
Forum: General Discussion (csf)
Topic: Alert if csf or lfd is off
Replies: 0
Views: 1719

Alert if csf or lfd is off

Hi,

Is there any way to receice an alert if csf or lfd turn off?

Best
Joao
by joaosavioli
28 Sep 2023, 14:17
Forum: General Discussion (csf)
Topic: CSF drop apache every minute
Replies: 2
Views: 886

Re: CSF drop apache every minute

Hi,

I've found the problem and fixed.
What is killing apache is LFD service from CSF Firewall. Just add "exe:/usr/sbin/rotatelogs" for ignore and problem was fixed.
echo "exe:/usr/sbin/rotatelogs" >> /etc/csf/csf.pignore
service lfd restart

João
by joaosavioli
28 Sep 2023, 02:56
Forum: General Discussion (csf)
Topic: CSF drop apache every minute
Replies: 2
Views: 886

Re: CSF drop apache every minute

Hi, The problem happen only when LFD is running (every exactly minute). I've found this log in /var/log/messages Sep 27 22:53:06 lnx03 systemd[1]: httpd.service: Main process exited, code=killed, status=9/KILL Sep 27 22:53:06 lnx03 systemd[1]: httpd.service: Killing process 871465 (rotatelogs) with ...
by joaosavioli
28 Sep 2023, 00:35
Forum: General Discussion (csf)
Topic: CSF drop apache every minute
Replies: 2
Views: 886

CSF drop apache every minute

Hi,

I think it's a strage thing, but csf is dropping my httpd service each minute. When csf is disable, apache works fine.
I don't have any crond running every minute.

Any ideia about this problem?

Thanks
Joao