!snbug hey all so sn.cyberunions.org is running on shared instance and I am seeing in my error logs references like these

{{{
[Thu May 15 09:01:44 2014] [emerg] [client 87.238.193.212] (22)Invalid argument: mod_fcgid: can't lock process table in pid 22341
[Thu May 15 10:53:57 2014] [warn] [client 201.141.139.248] mod_fcgid: can't apply process slot for /home/members/stephenmahood/sites/sn.cyberunions.org/bin/php-cgi
}}}

and I am not exactly sure what to do, I think from the install it is reference to this

{{{
$config['daemon']['piddir'] = __DIR__ . '/../run/';
}}}
Which the shared instances user does not have path access to the /var/run
thoughts?