Accéder au contenu.
Menu Sympa

fr - Re: [sympa-fr] Sympa avec Apache 2.4??

Objet : Pour les administrateurs de serveurs de listes utilisant le logiciel Sympa

Archives de la liste

Chronologique Discussions  
  • From: Guillaume Laurès <adresse@cachée>
  • To: adresse@cachée
  • Subject: Re: [sympa-fr] Sympa avec Apache 2.4??
  • Date: Fri, 16 Dec 2016 21:43:56 +0100

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: smime.p7s
Description: S/MIME cryptographic signature




Archives gérées par MHonArc 2.6.19+.

Haut de le page