Hi,
I installed some custom php versions using this thread:
http://forum.parallels.com/showthread.php?290399-Plesk-11-5-Easy-Install-Script-for-Multiple-PHP-CentOS-6-4-x64
but when I change to custom versions in plesk panel for a domain, I get Error 500.
I think I did something wrong.
I created a phpinfo file info.php,
this is error_log for a request:
and here is php_handler list:
any help would be appreciated...
I installed some custom php versions using this thread:
http://forum.parallels.com/showthread.php?290399-Plesk-11-5-Easy-Install-Script-for-Multiple-PHP-CentOS-6-4-x64
but when I change to custom versions in plesk panel for a domain, I get Error 500.
I think I did something wrong.
I created a phpinfo file info.php,
this is error_log for a request:
Code:
[Sat May 31 12:31:13 2014] [warn] [client xx.xx.xx.xx] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Sat May 31 12:31:13 2014] [error] [client xx.xx.xx.xx Premature end of script headers: info.php
and here is php_handler list:
Code:
[root@server ~]# /usr/local/psa/bin/php_handler --list
id: display name: full version: version: type: cgi-bin: php.ini: custom:
632e4f213cd605b7238406ee4683bfff38c19997 5.4.28 5.3.28 5.3 fastcgi /usr/local/php540-cgi/bin/php-cgi /usr/local/php540-cgi/php.ini true
cgi 5.3.3 5.3.3 5.3 cgi /usr/bin/php-cgi /etc/php.ini false
fastcgi 5.3.3 5.3.3 5.3 fastcgi /usr/bin/php-cgi /etc/php.ini false
fastcgi-5.3.28 5.3.28 5.3.28 5.3 fastcgi /usr/local/php-5.3.28/bin/php-cgi /usr/local/php-5.3.28/etc/php.ini true
fastcgi-5.4.29 5.4.29 5.4.29 5.4 fastcgi /usr/local/php-5.4.29-cgi/bin/php-cgi /usr/local/php-5.4.29-cgi/etc/php.ini true
module 5.3.3 5.3.3 5.3 module /usr/bin/php-cgi /etc/php.ini false
any help would be appreciated...