Invader Zim
Verified User
- Joined
- Sep 4, 2004
- Messages
- 184
On a specific server of ours we see a lot of processes like this:
Left unchecked it floods the server sometimes getting a load of 200. There were some similar processes but those were related to open_base_dir, which I've deactivated for all domains (it is a customer's server, I don't know why he turned it on). So I had hoped to have seen the last of these, but alas, this particular one keeps going. It's not isolated to a single user, although it is often the same ones. Any idea what triggers these? I've checked the crontabs, it's not that.
--
EDIT:
These processes are spawned by 2 scripts
/usr/local/safe-bin/fcgid71.sh and /usr/local/safe-bin/fcgid56.sh
and they seem to trigger
mod_fcgid: error reading data from FastCGI server
in the respective error logs.
I don't see a setting for fcgid in custombuild's options.conf though. Both php1 and php2 are set to fast-cgi mode.
EDIT2:
I rewrote the configs and rebuilt php (./build php n). Issues remain. :/
Code:
/usr/local/php71/bin/php-cgi71 -d sendmail_path=/usr/sbin/sendmail -t -i -f <USER>@<DOMAIN> -d sendmail_from="<USER>@<DOMAIN>" -d mail.log="/home/<USER>/.php/php-mail.log"
Left unchecked it floods the server sometimes getting a load of 200. There were some similar processes but those were related to open_base_dir, which I've deactivated for all domains (it is a customer's server, I don't know why he turned it on). So I had hoped to have seen the last of these, but alas, this particular one keeps going. It's not isolated to a single user, although it is often the same ones. Any idea what triggers these? I've checked the crontabs, it's not that.
--
EDIT:
These processes are spawned by 2 scripts
/usr/local/safe-bin/fcgid71.sh and /usr/local/safe-bin/fcgid56.sh
and they seem to trigger
mod_fcgid: error reading data from FastCGI server
in the respective error logs.
I don't see a setting for fcgid in custombuild's options.conf though. Both php1 and php2 are set to fast-cgi mode.
EDIT2:
I rewrote the configs and rebuilt php (./build php n). Issues remain. :/
Last edited: