Hi there,
first things first: Really awesome tool you people created!!!
Now to the problem:
We migrated from an old root server with ISPCP 1.0.7 to IMSCP 1.1.0-r.4.7 with not much hassle. (Despite some awful old TYPO3 installations)
Everything was working fine until we updated to IMSCP 1.1.0 stable.
The PhpMyAdmin backend is broken ever since. I looked around, but found no solutions for our problem.
Our server runs php 5.5.8 on a Debian Wheezy with HTTPD_SERVER = apache_php_fpm. The managment domain is: mgmt.xxx.de
The Backend and webmail are working fine. But mgmt.xxx.de/pma delivers 500 errors.
Here is the log of /var/log/apache2/mgmt.xxx.de/error.log:
- [Thu Feb 13 18:54:20 2014] [error] [client X.X.X.X] (104)Connection reset by peer: FastCGI: comm with server "/var/lib/apache2/fastcgi/php5-fcgi-master" aborted: read failed, referer: http://mgmt.xxx.de/pma/index.php
- [Thu Feb 13 18:54:20 2014] [error] [client X.X.X.X] FastCGI: incomplete headers (0 bytes) received from server "/var/lib/apache2/fastcgi/php5-fcgi-master", referer: http://mgmt.xxx.de/pma/index.php
- [Thu Feb 13 18:58:13 2014] [error] [client X.X.X.X] (104)Connection reset by peer: FastCGI: comm with server "/var/lib/apache2/fastcgi/php5-fcgi-master" aborted: read failed
- [Thu Feb 13 18:58:13 2014] [error] [client X.X.X.X] FastCGI: incomplete headers (0 bytes) received from server "/var/lib/apache2/fastcgi/php5-fcgi-master"
- [Thu Feb 13 18:58:15 2014] [error] [client X.X.X.X] (104)Connection reset by peer: FastCGI: comm with server "/var/lib/apache2/fastcgi/php5-fcgi-master" aborted: read failed, referer: http://mgmt.xxx.de/pma/
- [Thu Feb 13 18:58:15 2014] [error] [client X.X.X.X] FastCGI: incomplete headers (0 bytes) received from server "/var/lib/apache2/fastcgi/php5-fcgi-master", referer: http://mgmt.xxx.de/pma/
- [Thu Feb 13 18:58:17 2014] [error] [client X.X.X.X] (104)Connection reset by peer: FastCGI: comm with server "/var/lib/apache2/fastcgi/php5-fcgi-master" aborted: read failed
- [Thu Feb 13 18:58:17 2014] [error] [client X.X.X.X] FastCGI: incomplete headers (0 bytes) received from server "/var/lib/apache2/fastcgi/php5-fcgi-master"
- [Thu Feb 13 18:58:18 2014] [error] [client X.X.X.X] (104)Connection reset by peer: FastCGI: comm with server "/var/lib/apache2/fastcgi/php5-fcgi-master" aborted: read failed
- [Thu Feb 13 18:58:18 2014] [error] [client X.X.X.X] Handler for fastcgi-script returned invalid result code 1
As PMA is a part of IMSCP and not a seperate domain, I was not able to find which config files may be configured wrong.
It would be nice if you could help my tracking down this mistake and guide me to the corresponding config files.
Thanks in advance!