Objet : Pour les administrateurs de serveurs de listes utilisant le logiciel Sympa
Archives de la liste
- From: Guillaume Laurès <adresse@cachée>
- To: sympa-fr <adresse@cachée>
- Subject: Re: [sympa-fr] Sympa avec Apache 2.4??
- Date: Tue, 20 Dec 2016 08:53:21 +0100 (CET)
+++ /etc/httpd/conf.d/sympa.conf 2016-12-15 11:13:11.631373458 +0100
@@ -12,9 +12,10 @@
SetHandler fcgid-script
# Don't forget to edit lines below!
- Order deny,allow
- Deny from all
+ #Order deny,allow
+ #Deny from all
#Allow from all
+ Require all granted
</Location>
ScriptAlias /sympa /usr/libexec/sympa/wwsympa-wrapper.fcgi
@@ -32,7 +33,10 @@
## Other static contents
Alias /static-sympa /var/lib/sympa/static_content
+ <Location /static-sympa>
+ Require all granted
+ </Location>
## If your host is dedicated to Sympa:
-#RewriteEngine on
-#RewriteRule ^/?$ /sympa [R=301]
+RewriteEngine on
+RewriteRule ^/?$ /sympa [R=301]
De: "sympa-fr" <adresse@cachée>
À: "sympa-fr" <adresse@cachée>
Envoyé: Lundi 19 Décembre 2016 09:57:50
Objet: Re: [sympa-fr] Sympa avec Apache 2.4??
Guillaume,
I uncommented the “SetHandler fastcgi-script” as you suggested but the site remains in maintenance mode.
Did some research from home this weekend and a lot of people discovered it has something to do with rights on the sci scripts.
But all info stops there.
Strange how an apache update can ruin an entire application!
Thanks for your help & have a wonderful 2017!
Mark
From: <adresse@cachée> on behalf of Guillaume Laurès <adresse@cachée>
Reply-To: <adresse@cachée>
Date: Friday 16 December 2016 at 21:43
To: <adresse@cachée>
Subject: Re: [sympa-fr] Sympa avec Apache 2.4??
Hello,
Do not # the "SetHandler fastcgi-script"
Le 16 déc. 2016 à 13:48, Mark Van Crombrugge (via sympa-fr Mailing List) <adresse@cachée> a écrit :
Thanks for the info.
I changed the config file from:
Alias /static-sympa /home/sympa/static_content
ScriptAlias /sympa /home/sympa/bin/wwsympa-wrapper.fcgi
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
</IfModule>
to:
<Location /sympa>
Require all granted
# SetHandler fastcgi-script
</Location>
<Directory "/home/sympa/static_content">
Require all granted
</Directory>
Alias /static-sympa /home/sympa/static_content
ScriptAlias /sympa /home/sympa/bin/wwsympa-wrapper.fcgi
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
</IfModule>
And now I get the wws webpage but it says “The mailing list server is in maintenance mode, no operations can be performed during this period.”
Impossible to login...
I’ts an improvement that the page is now visible but where do I change from maintenance to active mode?
It was active before the upgrade of Apache so it’s a bit strange tnat now it’s in maintenance mode...
Any help will be appreciated.
Have a nice weekend!
Mark
From: <adresse@cachée> on behalf of "Philippe Aepli (via sympa-fr Mailing List)" <adresse@cachée>
Reply-To: <adresse@cachée>
Date: Wednesday 14 December 2016 at 16:16
To: "adresse@cachée" <adresse@cachée>
Subject: RE: [sympa-fr] Sympa avec Apache 2.4??
Bonjour,
Rien ne change beaucoup avec la version précédente d'Apache, à part un petit détail de rien du tout.
Cela concerne les droits qui sont plus restrictifs!
Il faut donc autoriser la consultations des différentes URLs.
Par exemple pour un accès public (all granted), il faut ajouter la ligne suivante aux définitions des chemins /static-sympa et /sympa:
Pour /static-sympa:
<Location /static-sympa>
Require all granted
</Location>
Pour /sympa (avec fcgid):
<Location /sympa>
SetHandler fcgid-script
Require all granted
</Location>
Salutations.
Philippe AEPLI Email: adresse@cachée
Université de Genève Tél: +41 22 379 72 86
Division STIC Mob: +41 79 280 20 24
Rue du Général-Dufour, 24 Fax: +41 22 379 79 86
1204 Genève
De : adresse@cachée [mailto:adresse@cachée] De la part de Mark Van Crombrugge
Envoyé : mercredi 14 décembre 2016 15:50
À : adresse@cachée
Objet : [sympa-fr] Sympa avec Apache 2.4??
Hello,
Je cherche des fichiers de configuration pour faire tourner Sympa en surtout WWS avec Apache 2.4. (Ubuntu 14.04).
Cela fait des jours que je cherche sans résultat.
Grand merci,
Mark
Attachment:
sympa.conf
Description: Binary data
-
[sympa-fr] Sympa avec Apache 2.4??,
Mark Van Crombrugge, 14/12/2016
-
RE: [sympa-fr] Sympa avec Apache 2.4??,
Philippe Aepli, 14/12/2016
- Re: [sympa-fr] Sympa avec Apache 2.4??, Elisabeth Piotelat, 15/12/2016
- <Suite(s) possible(s)>
-
Re: [sympa-fr] Sympa avec Apache 2.4??,
Mark Van Crombrugge, 16/12/2016
-
Re: [sympa-fr] Sympa avec Apache 2.4??,
Guillaume Laurès, 16/12/2016
-
Re: [sympa-fr] Sympa avec Apache 2.4??,
Mark Van Crombrugge, 19/12/2016
- Re: [sympa-fr] Sympa avec Apache 2.4??, Guillaume Laurès, 20/12/2016
-
Re: [sympa-fr] Sympa avec Apache 2.4??,
Mark Van Crombrugge, 19/12/2016
-
Re: [sympa-fr] Sympa avec Apache 2.4??,
Guillaume Laurès, 16/12/2016
- Re: [sympa-fr] Sympa avec Apache 2.4??, Mark Van Crombrugge, 20/12/2016
-
RE: [sympa-fr] Sympa avec Apache 2.4??,
Philippe Aepli, 14/12/2016
Archives gérées par MHonArc 2.6.19+.