• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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