Ticket #1206 (new defect)

Opened 4 years ago

Last modified 7 months ago

alternc-mailman compatibilité avec apache2(ssl) incomplète

Reported by: sebas Owned by: squidly
Priority: normal Milestone: alternc-mailman-2.1
Component: alternc-mailman Version: alternc-mailman-1.6
Severity: major Keywords:
Cc:

Description (last modified by fufroma) (diff)

Assurer la compatibilité avec apache2(ssl)

  • en ajoutant les alias
    Alias /images/mailman/ /usr/share/images/mailman/
    Alias /pipermail/ /var/lib/mailman/archives/public/
    
  • le charset AddDefaultCharset? ISO-8859-1

Change History

comment:1 Changed 4 years ago by sebas

Voici la configuration la moins intrusive qui fonctionne sous apache2(ssl)

Le fichier de configuration de alternc-mailman pour avoir l'air de cela:

Alias /images/mailman/ /usr/share/images/mailman/
Alias /pipermail/ /var/lib/mailman/archives/public/
<Directory /var/alternc/cgi-bin/mailman/>
    # pour mettre le bon charset a mailman...
    AddDefaultCharset ISO-8859-1
</Directory>

comment:2 Changed 4 years ago by sebas

voici un autre hack que j'ai du faire pour visualiser les archives de mailman sans problème de charset sur n'importe quel domain.

par exemple:  http://www.mondomaine.org.ar/marchives/difusion-mondomaine.org.ar/2008-November/thread.html

<Directory /var/lib/mailman/archives/public/>
    # pour mettre le bon charset a mailman...
    AddDefaultCharset ISO-8859-1
</Directory>

comment:3 Changed 7 months ago by fufroma

  • Owner set to squidly
  • Description modified (diff)

comment:4 Changed 7 months ago by fufroma

  • Milestone changed from alternc-mailman-1.7 to alternc-mailman-2.1
Note: See TracTickets for help on using tickets.