I'm using csf on shared hosting server.
I have many e-mails about exceeded of time of precesses:
Resource: Process Time
Exceeded: 1841 > 1800 (seconds)
Executable: /usr/share/cagefs-skeleton/usr/selector/php
Command Line: /usr/bin/php
My configuration on the server is php as fastcGI on CloudLinux
What do You do in such case ? Do You kill such processes that exceeded time ie. 1800 s ?
about kill processes by csf ?
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: about kill processes by csf ?
The way FastCGI works it's rather pointless using the PT_* settings for them since they're persistent between sessions. You should probably whitelist the exe in csf.pignore and then restart lfd.
Re: about kill processes by csf ?
Yes, I read about it too, so I disabled all PT_settings. Thanks for anwser.