Skip to Content.
Sympa Menu

en - Re: [sympa-users] Interface Web Sympa 6.2.66 & DBD:Oracle

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: IKEDA Soji <address@concealed>
  • To: abaidi <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Interface Web Sympa 6.2.66 & DBD:Oracle
  • Date: Fri, 24 Jun 2022 08:10:50 +0900

Hi abaidi,

As I suggested on the issue page below, it looks not the problem of Sympa, but of the certificate.

https://github.com/sympa-community/sympa/issues/1422

Please consult with the person in charge of certificate issuance operation in your organization (please let them read the page above).


Regards,
— Soji

2022/06/23 23:48、abaidi <address@concealed>のメール:

Bonjour,
Je viens de faire une montée de version d'un Ubuntu 20.04 (Sympa 6.2.40) vers
Ubuntu 22.04 (Sympa 6.2.66) sur le même serveur.
J'ai deux problèmes :
1)Affichage de l'interface Web.

Ma configuration de mon Vhost est la suivante :
"""
<IfModule mod_ssl.c>
<VirtualHost IPAddress:443 >
   ServerName dev.domain.fr:443
   RedirectMatch ^/$ /sympa/

<IfModule mod_fcgid.c>
       Alias /static-sympa /usr/share/sympa/static_content
       <Directory /usr/share/sympa/static_content>
           Require all granted
       </Directory>
       Alias /css-sympa /var/lib/sympa/css
       <Directory /var/lib/sympa/css>
       Require all granted
       </Directory>
       Alias /pictures-sympa /var/lib/sympa/pictures
       <Directory /var/lib/sympa/pictures>
       Require all granted
       </Directory>
       ScriptAlias /sympa /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi
       ScriptAlias /sympa2 /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi
       <Directory /usr/lib/cgi-bin/sympa>
           Require all granted
       </Directory>
</IfModule>

SSLEngine on
SSLCertificateFile /etc/ssl/crt-directorty/crt-file.crt
SSLCertificateKeyFile /etc/ssl/privatecrt-file.key
SSLCACertificateFile /etc/ssl/crt-directory/
Chain_Intermediate_Root_Sectigo.crt
ErrorLog ${APACHE_LOG_DIR}/dev.error.log
CustomLog ${APACHE_LOG_DIR}/dev.access.log combined
</VirtualHost>
<IfModule mod_ssl.c>

"""
J'ai comme erreur :  500 Internal server Error
sur les logs de mon Vhost Apache :
Jun 20 11:19:43 VM-SYMPA wwsympa-wrapper[459299]: info main:: WWSympa started,
process 459299
Jun 20 11:19:44 VM-SYMPA  wwsympa-wrapper[459299]: err main::#1073 [robot ]
Config error: WWSympa should run with UID 117 (instead of 0). *** Switching to
maintenance mode. ***

Quand j'exécute le wwsympa-wrapper.fcgi : /usr/lib/cgi-bin/sympa/wwsympa-
wrapper.fcgi, j'ai comme retour Status: 421 Misdirected Request
Les permissions pour les .fgci sont :
-rwxr-xr-x 1 root  root  599996 déc.  11  2021 wwsympa.fcgi*
-rwsr-sr-x 1 sympa sympa 599996 juin  15 19:20 wwsympa-wrapper.fcgi*

2) Sympa::DatabaseDriver::Oracle n'est pas installé
Je n'arrive pas à installer DBD:Oracle malgrè que j'ai utilisé le programme
sympa_wizard.pl aussi cpan

Merci pour vos retour,
Cordialement,
Khaoula ABAIDI
Direction des Systèmes d'Information
Pôle Services Numériques
INSA Lyon



Archive powered by MHonArc 2.6.19+.

Top of Page