Skip to Content.
Sympa Menu

en - Re: [sympa-users] Premature end of script headers: wwsympa.fcgi

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Dan Pritts <address@concealed>
  • To: <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Premature end of script headers: wwsympa.fcgi
  • Date: Sun, 20 Feb 2011 16:12:20 -0500

the web interface is the process wwsympa.fcgi.

Check your web server logs and sympa logs.

On Feb 17, 2011, at 9:19 AM, <address@concealed> <address@concealed> wrote:

> I have a new sympa installation. The daemons are all running:
>
> 5110 ? S 0:04 /usr/bin/perl /usr/local/bin/sympa.pl
> 5112 ? S 0:27 /usr/bin/perl /usr/local/bin/bulk.pl
> 5114 ? S 0:01 /usr/bin/perl /usr/local/bin/archived.pl
> 5116 ? S 0:02 /usr/bin/perl /usr/local/bin/bounced.pl
> 5118 ? S 0:01 /usr/bin/perl /usr/local/bin/task_manager.pl
>
> I get these errors when I try to hit /sympa:
>
> [Thu Feb 17 14:12:42 2011] [warn] [client 75.203.133.19] (104)Connection
> reset
> by peer: mod_fcgid: error reading data from FastCGI server
> [Thu Feb 17 14:12:42 2011] [error] [client 75.203.133.19] Premature end of
> script headers: wwsympa.fcgi
>
> My apache config includes this:
>
> LoadModule fcgid_module /usr/lib/apache2/modules/mod_fcgid.so
>
> <IfModule mod_fcgid.c>
>
> <IfModule !mod_fastcgi.c>
> AddHandler fcgid-script fcg fcgi fpl
> </IfModule>
>
> FcgidIPCDir /var/lib/apache2/fcgid/sock
> FcgidProcessTableFile /var/lib/apache2/fcgid/shm
>
> FcgidIdleTimeout 40
> FcgidProcessLifeTime 30
> FcgidMaxProcesses 20
> FcgidMaxProcessesPerClass 8
> FcgidConnectTimeout 30
> FcgidIOTimeout 45
> FcgidInitialEnv RAILS_ENV production
> FcgidIdleScanInterval 10
>
> </IfModule>
>
> ScriptAlias /sympa /usr/local/bin/wwsympa.fcgi
> <IfModule mod_fcgid.c>
> IPCCommTimeout 120
> MaxProcessCount 2
> </IfModule>
>
> <Location /sympa>
> SetHandler fcgid-script
> </Location>
>
> and in the vhost config:
> Alias /static-sympa /var/www/vhosts/sympa.mkp.org/httpdocs/static_content
>
>
> Can anybody suggest what I might be doing wrong?
>


danno
--
Dan Pritts, Sr. Systems Engineer
Internet2
office: +1-734-352-4953 | mobile: +1-734-834-7224





Archive powered by MHonArc 2.6.19+.

Top of Page