Skip to Content.
Sympa Menu

en - [sympa-users] Internal server error setting up wws

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Pierre Abbat <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Internal server error setting up wws
  • Date: Thu, 07 Dec 2017 19:09:51 -0500

I'm trying to set up a new mailing list server and got an internal server
error when I set up the web service for Sympa. The error log of Apache looks
like this:

[Thu Dec 07 08:48:08.805485 2017] [fastcgi:error] [pid 1936:tid
140157533550336] [client 2001:5b0:2172:2470:280:aeff:fe25:61cf:41501]
FastCGI:
comm with (dynamic) server "/var/www/_sympa_/wwsympa.fcgi" aborted: (first
read) idle timeout (30 sec)
[Thu Dec 07 08:48:08.805667 2017] [fastcgi:error] [pid 1936:tid
140157533550336] [client 2001:5b0:2172:2470:280:aeff:fe25:61cf:41501]
FastCGI:
incomplete headers (0 bytes) received from server "/var/www/_sympa_/
wwsympa.fcgi"
[Thu Dec 07 08:48:08.806677 2017] [:warn] [pid 1932:tid 140157705070464]
FastCGI: (dynamic) server "/var/www/_sympa_/wwsympa.fcgi" has failed to
remain
running for 30 seconds given 3 attempts, its restart interval has been backed
off to 600 seconds
[Thu Dec 07 08:48:10.325692 2017] [:warn] [pid 1932:tid 140157705070464]
FastCGI: (dynamic) server "/var/www/_sympa_/wwsympa.fcgi" has failed to
remain
running for 30 seconds given 3 attempts, its restart interval has been backed
off to 600 seconds
[Thu Dec 07 08:48:13.325675 2017] [:warn] [pid 1932:tid 140157705070464]
FastCGI: (dynamic) server "/var/www/_sympa_/wwsympa.fcgi" has failed to
remain
running for 30 seconds given 3 attempts, its restart interval has been backed
off to 600 seconds
[Thu Dec 07 08:48:16.325979 2017] [:warn] [pid 1932:tid 140157705070464]
FastCGI: (dynamic) server "/var/www/_sympa_/wwsympa.fcgi" has failed to
remain
running for 30 seconds given 3 attempts, its restart interval has been backed
off to 600 seconds
[Thu Dec 07 08:48:19.325737 2017] [fastcgi:error] [pid 1936:tid
140157525157632] [client 2001:5b0:2172:2470:280:aeff:fe25:61ce:38955]
FastCGI:
comm with (dynamic) server "/var/www/_sympa_/wwsympa.fcgi" aborted: (first
read) idle timeout (30 sec)
[Thu Dec 07 08:48:19.325895 2017] [fastcgi:error] [pid 1936:tid
140157525157632] [client 2001:5b0:2172:2470:280:aeff:fe25:61ce:38955]
FastCGI:
incomplete headers (0 bytes) received from server "/var/www/_sympa_/
wwsympa.fcgi"
[Thu Dec 07 08:48:19.326597 2017] [:warn] [pid 1932:tid 140157705070464]
FastCGI: (dynamic) server "/var/www/_sympa_/wwsympa.fcgi" has failed to
remain
running for 30 seconds given 3 attempts, its restart interval has been backed
off to 600 seconds

Here is 000-default.conf:

<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port
that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file)
this
# value is not decisive as it is used as a last resort host
regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com

ServerAdmin address@concealed
DocumentRoot /var/www/html

SuexecUserGroup sympa sympa
<Directory "/var/www/_sympa_/">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
AddHandler fastcgi-script .fcgi
</Directory>

Alias /wwsicons /usr/share/sympa/icons
Alias /wws /var/www/_sympa_/wwsympa.fcgi
Alias /static-sympa /usr/share/sympa/static_content

# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn

ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined

# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>

wwsympa.fcgi looks like this:

#!/bin/bash
# Path to your real wwsympa.fcgi
exec /usr/lib/cgi-bin/sympa/wwsympa.fcgi

wajig> versions apache2 sympa
apache2:amd64/xenial-security 2.4.18-2ubuntu3.5 uptodate
sympa:amd64/xenial 6.1.24~dfsg-1 uptodate

How should I fix it?

(Je comprends le français mais je manque de pratique en parlant.)
Pierre
--
I believe in Yellow when I'm in Sweden and in Black when I'm in Wales.




  • [sympa-users] Internal server error setting up wws, Pierre Abbat, 12/08/2017

Archive powered by MHonArc 2.6.19+.

Top of Page