Hello:
I have this error.
My VPS
OSDebian 7.8
Plesk version12.0.18 Update #38
-----
Thanks in advance
I have this error.
Code:
[Mon Mar 23 20:53:14 2015] [warn] [client xxx.xxx.xxx.xxx] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Mon Mar 23 20:53:14 2015] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: index.php
My VPS
OSDebian 7.8
Plesk version12.0.18 Update #38
-----
Code:
<IfModule mod_fcgid.c>
<IfModule !mod_fastcgi.c>
AddHandler fcgid-script fcg fcgi fpl
</IfModule>
FcgidIPCDir /var/lib/apache2/fcgid/sock
FcgidProcessTableFile /var/lib/apache2/fcgid/shm
FcgidIdleTimeout 40
FcgidProcessLifeTime 30
FcgidMaxProcesses 20
FcgidMaxProcessesPerClass 8
FcgidMinProcessesPerClass 0
FcgidConnectTimeout 30
FcgidIOTimeout 45
FcgidInitialEnv RAILS_ENV production
FcgidIdleScanInterval 10
</IfModule>
Code:
root@server:~# php-cgi -v
PHP 5.4.36-0+deb7u3 (cgi-fcgi) (built: Jan 9 2015 08:09:23)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies with the ionCube PHP Loader v4.6.0, Copyright (c) 2002-2014, by ionCube Ltd.
Code:
root@server:~# free -m
total used free shared buffers cached
Mem: 14067 1671 12395 0 132 288
-/+ buffers/cache: 1251 12816
Swap: 0 0 0
Code:
root@server:~# ls -la /etc/passwd
-rw-r--r-- 1 root root 3317 Mar 23 13:38 /etc/passwd
Thanks in advance