JasperV
Basic Pleskian
Hello Parallels Forum,
According to de Plesk Administrator Guide and according to the kb article: http://kb.parallels.com/en/118378, Plesk Panel is suitable to enable multiple php versions After I performed the steps mentioned in the kb article, all seemed fine until somehow php-cgi and php-fcgi broke down after
After this event, all websites hosted on this particular the server only work running php as an apache module.
I am running Pleks Panel 12.0.18 #7 on top of CenOs 6.5 on this particular server, which means php version 5.3.3 is installed by default. PHP 5.3.3 also is was the php version for the "custom: false" php handlers (id's: cgi, fastcgi, module). Somehow all php handlers look like this:
What did I do wrong? What logs do I need to analyse? What to resolve to make the php handlers work again?
Maybe relevant to this situation is that the php mailer has broke down as well. Stating:
Note that php-fpm support for nginx won't start either. Giving the error message:
I sincerely hope that someone can help me out.
According to de Plesk Administrator Guide and according to the kb article: http://kb.parallels.com/en/118378, Plesk Panel is suitable to enable multiple php versions After I performed the steps mentioned in the kb article, all seemed fine until somehow php-cgi and php-fcgi broke down after
Code:
# service httpd restart
I am running Pleks Panel 12.0.18 #7 on top of CenOs 6.5 on this particular server, which means php version 5.3.3 is installed by default. PHP 5.3.3 also is was the php version for the "custom: false" php handlers (id's: cgi, fastcgi, module). Somehow all php handlers look like this:
Code:
# /usr/local/psa/bin/php_handler --list
id: display name: full version: version: type: cgi-bin: php-cli: php.ini: custom:
cgi 5.5.13 5.5.13 5.5 cgi /usr/bin/php-cgi /etc/php.ini false
fastcgi 5.5.13 5.5.13 5.5 fastcgi /usr/bin/php-cgi /etc/php.ini false
module 5.5.13 5.5.13 5.5 module /usr/bin/php-cgi /etc/php.ini false
php55 5.5.13 5.5.13 5.5 fastcgi /usr/local/php-5.5.13/bin/php-cgi /usr/local/php-5.5.13/etc/php.ini true
What did I do wrong? What logs do I need to analyse? What to resolve to make the php handlers work again?
Maybe relevant to this situation is that the php mailer has broke down as well. Stating:
Code:
Reporting-MTA: dns; myserver.domain.tld
X-Postfix-Queue-ID: 41C4023C2D
X-Postfix-Sender: rfc822; [email protected]
Arrival-Date: Wed, 16 Jul 2014 03:35:40 +0200 (CEST)
Final-Recipient: rfc822; [email protected]
Original-Recipient: rfc822; [email protected]
Action: failed
Status: 5.7.1
Diagnostic-Code: X-Postfix; Command rejected
Note that php-fpm support for nginx won't start either. Giving the error message:
Code:
Error: Unable to make action: Unable to manage service by phpinimng: [16-Jul-2014 21:29:05] ERROR: unable to bind listening socket for address '127.0.0.1:9000': Address already in use (98)
[16-Jul-2014 21:29:05] ERROR: FPM initialization failed
Failed to start php-fpm service
('--type=fpm', 'php-fpm')
I sincerely hope that someone can help me out.