Edgewall Software

Changes between Version 1 and Version 2 of CookBook/Configuration/MailmanAuth


Ignore:
Timestamp:
Mar 6, 2016, 10:48:47 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Improve page formatting.

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/Configuration/MailmanAuth

    v1 v2  
    88Here is how it works:
    99
    10 * an Apache macro (please install mod_macro and mod_python, and add `www-data` to the group `list`)
    11 
    12 {{{#!bash
    13 /etc/apache2/macros
    14 
     10An Apache macro (please install mod_macro and mod_python, and add `www-data` to the group `list`)
     11{{{#!apache
    1512<Macro PrivateProjectMailman $name $list>
    1613        <Location /svn/$name>
     
    6764}}}
    6865
    69 * then, in the relative !VirtualHost
    70 
    71 {{{#!bash
     66Then, in the relative !VirtualHost
     67{{{#!apache
    7268Use PrivateProjectMailman progetto-x lista-progetto-x
    7369}}}
    74 
    7570or
    76 
    77 {{{#!bash
     71{{{#!apache
    7872Use PublicProjectMailman progetto-x lista-progetto-x
    7973}}}