Skip to Content.
Sympa Menu

en - Re: [sympa-users] sympa failing to start - apache - RHEL7

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Steven Jones <address@concealed>
  • Cc: "address@concealed" <address@concealed>
  • Subject: Re: [sympa-users] sympa failing to start - apache - RHEL7
  • Date: Wed, 26 Feb 2020 00:38:05 +0000

Hi,

This is RHEL7
so the version in EPEL.

=======
[jonesst1@vuwunicomailmd2 ~]$ rpm -q sympa
sympa-6.2.52-2.el7.x86_64
[jonesst1@vuwunicomailmd2 ~]$ rpm -q sympa-httpd
sympa-httpd-6.2.52-2.el7.x86_64
[jonesst1@vuwunicomailmd2 ~]$
=======

I am Following this,

https://sympa-community.github.io/manual/install/configure-http-server-spawnfcgi.html


I have just started on the http bit.

I have edited the sympa.conf in conf.d. 

==========
[root@vuwunicomailmd2 ~]# cd /etc/httpd/conf.d
[root@vuwunicomailmd2 conf.d]# more sympa.conf
### Apache httpd 2.4 configuration for Sympa
##
## Note: As of 6.2.35-0.1.b.1, mod_proxy_fcgi was adopted instead of mod_fcgid.
## * You have to edit /etc/sysconfig/sympa as described in it.
## * Then, you have to run separate fastCGI services wwsympa and/or sympasoap:
#ssj start
##   systemctl start wwsympa
systemctl start wwsympa
##   systemctl start sympasoap
#ssj fini

## Definition of Sympa FastCGI server.
<IfModule mod_proxy_fcgi.c>
    # If you changed wwsympa_url in sympa.conf, change this path too.
    <Location /sympa>
        SetHandler "proxy:unix:/var/run/sympa/wwsympa.socket|fcgi://"
        # Don't forget to edit lines below!
        #ssjRequire local
        #Require all granted
        Require all granted
    </Location>

#    # You may uncomment following lines to enable SympaSOAP feature.
#    <Location /sympasoap>
#        SetHandler "proxy:unix:/var/run/sympa/sympasoap.socket|fcgi://"
#        # Don't forget to edit lines below!
#        Require local
#        #Require all granted
#    </Location>
</IfModule>

## Other static contents
<Location /static-sympa>
    Require all granted
</Location>
Alias /static-sympa/css /var/lib/sympa/css
Alias /static-sympa/pictures /var/lib/sympa/pictures
Alias /static-sympa /usr/share/sympa/static_content

## If your host is dedicated to Sympa:
#ssj start
#RewriteEngine on
RewriteEngine on
#RewriteRule ^/?$ /sympa [R=301]
RewriteRule ^/?$ /sympa [R=301]
#ssj fini
[root@vuwunicomailmd2 conf.d]#
========

========
/etc/sysconfig/symp

# With sympa-httpd, uncomment folowing line.
#ssj start
#FCGI_OPTS="-M 0600 -U apache"
FCGI_OPTS="-M 0600 -U apache"
#ssj fini
========

I am getting,
========

Service Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

=======



regards

Steven



From: IKEDA Soji <address@concealed>
Sent: Wednesday, 26 February 2020 11:51 AM
To: Steven Jones <address@concealed>
Cc: address@concealed <address@concealed>
Subject: Re: [sympa-users] sympa failing to start - apache - RHEL7
 
Hi Steven,

  * What is the version of your Sympa?

  * How have you done before wwsympa started failing?
    Please write out what you have done.

Regards,
— Soji

2020/02/26 7:17、Steven Jones <address@concealed>のメール:


Hi,

I cant seem to get the httpd bit to work. I assume I have to start wwsympa?

It is failing but I cannot see why.

========
[root@vuwunicomailmd2 conf.d]# systemctl start wwsympa
[root@vuwunicomailmd2 conf.d]# systemctl status wwsympa
● wwsympa.service - WWSympa - Web interface for Sympa mailing list manager
   Loaded: loaded (/usr/lib/systemd/system/wwsympa.service; enabled; vendor preset: disabled)
   Active: failed (Result: start-limit) since Wed 2020-02-26 11:12:48 NZDT; 716ms ago
  Process: 2269 ExecStart=/usr/bin/spawn-fcgi -F $FCGI_CHILDREN -P /run/sympa/wwsympa.pid -s /run/sympa/wwsympa.socket -u $FCGI_USER -g $FCGI_GROUP $FCGI_OPTS -- /usr/libexec/sympa/wwsympa.fcgi (code=exited, status=0/SUCCESS)
 Main PID: 2270 (code=exited, status=1/FAILURE)

Feb 26 11:12:48 vuwunicomailmd2.ods.vuw.ac.nz systemd[1]: Unit wwsympa.service entered failed state.
Feb 26 11:12:48 vuwunicomailmd2.ods.vuw.ac.nz systemd[1]: wwsympa.service failed.
Feb 26 11:12:48 vuwunicomailmd2.ods.vuw.ac.nz systemd[1]: wwsympa.service holdoff time over, scheduling restart.
Feb 26 11:12:48 vuwunicomailmd2.ods.vuw.ac.nz systemd[1]: Stopped WWSympa - Web interface for Sympa mailing list manager.
Feb 26 11:12:48 vuwunicomailmd2.ods.vuw.ac.nz systemd[1]: start request repeated too quickly for wwsympa.service
Feb 26 11:12:48 vuwunicomailmd2.ods.vuw.ac.nz systemd[1]: Failed to start WWSympa - Web interface for Sympa mailing list manager.
Feb 26 11:12:48 vuwunicomailmd2.ods.vuw.ac.nz systemd[1]: Unit wwsympa.service entered failed state.
Feb 26 11:12:48 vuwunicomailmd2.ods.vuw.ac.nz systemd[1]: wwsympa.service failed.
[root@vuwunicomailmd2 conf.d]#
========

regards

Steven





Archive powered by MHonArc 2.6.19+.

Top of Page