Subject: The mailing list for listmasters using Sympa
List archive
Re: [sympa-users] sympa failing to start - apache - RHEL7
- From: Antonio Casado <address@concealed>
- To: Steven Jones <address@concealed>
- Cc: "address@concealed" <address@concealed>
- Subject: Re: [sympa-users] sympa failing to start - apache - RHEL7
- Date: Wed, 26 Feb 2020 10:30:37 +0100
Comment the next line in /etc/httpd.d/sympa.conf
systemctl start wwsympa
and rename the file
/etc/sysconfig/symp
to /etc/sysconfig/sympa
Bye.
El mié., 26 feb. 2020 a las 1:38, Steven Jones (<address@concealed>) escribió:
Hi,
This is RHEL7so 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,
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 - RHEL7Hi 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
Antonio Casado Rodríguez
Administrador de Servicios de Red y Seguridad TIC
Área de Comunicaciones
STIC (Servicio de las Tecnologías de la Información y las Comunicaciones)
UNIVERSIDAD DE ALMERÍA
Administrador de Servicios de Red y Seguridad TIC
Área de Comunicaciones
STIC (Servicio de las Tecnologías de la Información y las Comunicaciones)
UNIVERSIDAD DE ALMERÍA
Puede consultar la información adicional sobre confidencialidad de este email y protección de datos en nuestra página web http://www.ual.es/lopd-email
- Responsable del Tratamiento: Universidad de Almería
- Finalidad: Atender y dar respuesta a su petición o consulta y mantener los contactos y relaciones que se produzcan como consecuencia de la misma.
- Derechos: Para el ejercicio de derechos de protección de datos diríjase a: http://www.ual.es/lopd-derechos
-
[sympa-users] sympa failing to start - apache - RHEL7,
Steven Jones, 02/25/2020
-
Re: [sympa-users] sympa failing to start - apache - RHEL7,
IKEDA Soji, 02/25/2020
-
Re: [sympa-users] sympa failing to start - apache - RHEL7,
Steven Jones, 02/26/2020
-
Re: [sympa-users] sympa failing to start - apache - RHEL7,
Antonio Casado, 02/26/2020
-
Re: [sympa-users] sympa failing to start - apache - RHEL7,
Steven Jones, 02/26/2020
- Re: [sympa-users] sympa failing to start - apache - RHEL7, Antonio Casado, 02/27/2020
-
Re: [sympa-users] sympa failing to start - apache - RHEL7,
Steven Jones, 02/26/2020
-
Re: [sympa-users] sympa failing to start - apache - RHEL7,
Antonio Casado, 02/26/2020
-
Re: [sympa-users] sympa failing to start - apache - RHEL7,
Steven Jones, 02/26/2020
-
Re: [sympa-users] sympa failing to start - apache - RHEL7,
IKEDA Soji, 02/25/2020
Archive powered by MHonArc 2.6.19+.