Problem with phpMyAdmin and roundcube - fstcgi (500 Internal Server Error)

JohnyByk

Verified User
Joined
Mar 7, 2012
Messages
251
Problem with phpMyAdmin and roundcube - fastcgi (500 Internal Server Error)

After change php mode to fastcgi i have problem with roundcube and phpmyadmin

domain.com/roundcube and domain.com/phpmyadmin dosen't work:
Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request

/var/log/httpd/domains/domain.com.error.log
Code:
[Sun Mar 17 16:02:20.807549 2013] [fcgid:warn] [pid 18182:tid 47356876777216] (104)Connection reset by peer: [client 89.69.222.214:59310] mod_fcgid: error reading data from FastCGI server
[Sun Mar 17 16:02:20.807592 2013] [core:error] [pid 18182:tid 47356876777216] [client 89.69.222.214:59310] End of script output before headers: index.php

How to resolve this problem?
 
Last edited:
For now i changed php version to 5.4 with suphp (for roundcube and phpmyadmin).
This is a temporary solution. The problem certainly due to the configuration fastcgi (maybe some problem with aliases or virtual hosts configurations for this apps).
 
It's a bug/missing feature of apache: https://issues.apache.org/bugzilla/show_bug.cgi?id=37564. For now please do "./build rewrite_confs" after installation of fastcgi, this way domain.com/phpMyAdmin should redirect to hostname.com/phpMyAdmin. That's a workaround, of course, which is needed for php-fastcgi only. We hope that apache developers will check it soon.
 
Back
Top