Skip to Content.
Sympa Menu

en - Re: [sympa-users] Internal Server Error with Ubuntu Gutsy

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Olivier Salaün <address@concealed>
  • To: Marco Trotta <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Internal Server Error with Ubuntu Gutsy
  • Date: Mon, 07 Apr 2008 11:52:49 +0200

Hi Marco,

The "idle timeout" error happens when wwsympa.fcgi takes too long to process a request. It might be legitimate if you are running a big mailing list server with lots of lists, because then the initialization process takes long. Note that the fastcgi technology allows to run persistent processes that will last as long as your web server is not restarted.

You should consider extending the idle_timeout parameter of your fastCGI Apache module.
Check the -idle-timeout startup option for FastCgiServer : http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html#FastCgiServer

Marco Trotta a écrit :
i have this problem

Sympa installed on a Ubuntu Gutsy via apt-get. I've used apache setting from
http://www.vgsi.fr/files/Tutoriel-Sympa-Ubuntu.pdf

All fine, but sometime i get a "Internal Server Error"

This is my log

[Mon Apr 07 03:03:18 2008] [error] [client XXX] FastCGI: comm with server
"/usr/lib/cgi-bin/sympa/wwsympa.fcgi" aborted: idle timeout (30 sec),
referer: http://xxx
[Mon Apr 07 03:03:18 2008] [error] [client XXX] FastCGI: incomplete headers
(0 bytes) received from server "/usr/lib/cgi-bin/sympa/wwsympa.fcgi",
referer: http://xxx

Everytime perl processor take 100% of CPU and is very slow

What's wrong?




Archive powered by MHonArc 2.6.19+.

Top of Page