Accéder au contenu.
Menu Sympa

fr - [sympa-fr] Probleme virtual host et sympa

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

Archives de la liste

Chronologique Discussions  
  • From: thierry roussel <adresse@cachée>
  • To: adresse@cachée
  • Subject: [sympa-fr] Probleme virtual host et sympa
  • Date: Sun, 14 Mar 2021 17:13:30 +0100

Hello,

I try to set the virtual host for sympa than many hours, I have read many tuto but nothing work.

I have no error in error.log 

I have apache 2.4.6-97 on centOS 7

Here is my conf file for the virtual host


<VirtualHost *:80>
        ServerAdmin adresse@cachée
        ServerName sympa.mydomain.net

        ScriptAlias /sympa /usr/libexec/sympa/wwsympa-wrapper.fcgi
        <Location /sympa>
                 SetHandler fcgid-script

                # Don't forget to edit lines below!
                # Require all denied
                Require all granted
        </Location>
        <Directory "/usr/share/sympa/static_content">

                Require all granted

        </Directory>
        <IfModule mod_fcgid.c>

                AddHandler fcgid-script .fcgi

        </IfModule>

        Alias /static-sympa /usr/share/sympa/static_content

## If your host is dedicated to Sympa:
RewriteEngine on
RewriteRule ^/?$ /sympa [R=301]
</VirtualHost>

If someone can find what is wrong.

Thanks

Thierry



Archives gérées par MHonArc 2.6.19+.

Haut de le page