Page 1 of 1

about kill processes by csf ?

Posted: 18 Jan 2014, 11:11
by trustnet
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 ?

Re: about kill processes by csf ?

Posted: 18 Jan 2014, 12:24
by ForumAdmin
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 ?

Posted: 18 Jan 2014, 13:26
by trustnet
Yes, I read about it too, so I disabled all PT_settings. Thanks for anwser.