• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Issue Plagued by fastCGI errors

tkalfaoglu

Silver Pleskian
I am often seeing:
[Mon Mar 13 07:55:37 2017] [emerg] [client 173.252.90.93] (13)Permission denied: mod_fcgid: can't lock process table in pid 61602
[Mon Mar 13 07:55:37 2017] [emerg] [client 173.252.121.114] (13)Permission denied: mod_fcgid: can't lock process table in pid 61600

errors in the error logs.. I am not sure how to resolve it.. The permissions appear alright, and it "mostly works".. How can I fix this?
 
It only happens with php code.. even a very simple:
<? php
echo "hello world";
?>
causes this error.
The file permissions looks like:
-rw-r--r-- 1 starweb psacln 22 Mar 13 00:22 test.php
 
Back
Top