Author Topic: Internal Server Error  (Read 4777 times)

Offline bebedizo

  • Newbie
  • *
  • Posts: 2
Internal Server Error
« on: July 04, 2008, 12:29:44 PM »
I have installed roundcube 0.1-beta2 on ubuntu using apache-mpm-worker 2.2.8
On my first setup (using mod_php (5)) I could login with two different accounts on my machine - everything was ok.

Then I switched to mod_fcgid for php (5). Basically, PHP is working fine on my server and the login-screen appears just as expected. I can even still login with the two accounts that worked earlier and browse my email, ... Everything ok.

But when I try to login to a "new" email account which has not yet been setup in roundcube earlier, the script loads about 50 seconds and finally fails with a 500 Internal Server Error.
My logs say the following:
Code: [Select]

/var/log/apache2/error.log:

[Fri Jul 04 18:17:15 2008] [notice] mod_fcgid: call /var/www/qsig/ssl-www/webmail.mario-peking2008.com/web/index.php with wrapper /var/www/qsig/ssl-www/webmail.mario-peking2008.com/php-fcgi/php-fcgi-starter
[Fri Jul 04 18:18:06 2008] [notice] mod_fcgid: process 7889 going graceful shutdown, sending SIGTERM
[Fri Jul 04 18:18:12 2008] [warn] mod_fcgid: process 7889 graceful shutdown timeouted, sending SIGKILL
[Fri Jul 04 18:18:18 2008] [notice] mod_fcgid: process /var/www/qsig/ssl-www/webmail.mario-peking2008.com/web/index.php(7889) exit(communication error), get stop signal 9

Code: [Select]

Site-Log:

[Fri Jul 04 18:18:01 2008] [warn] mod_fcgid: read data timeout in 40 seconds
[Fri Jul 04 18:18:01 2008] [error] [client 81.189.125.130] Premature end of script headers: index.php, referer: https://webmail.mario-peking2008.com/


So it seems to be a mod_fcgid issue - but why only on selected pages? (Removing/Blanking the .htaccess file didn't change anything).

Has anybody an idea?

Offline bebedizo

  • Newbie
  • *
  • Posts: 2
Solved
« Reply #1 on: July 04, 2008, 12:53:02 PM »
Ok,

it took me quite a while to find out, but it was a configuration error in my courier-setup.

still a little bit strange, but no problem anylonger.

br, bebedizo