]> git.pld-linux.org Git - packages/mailman.git/blob - mailman.conf
- allow access to /mailman/icons/
[packages/mailman.git] / mailman.conf
1 Alias           /mailman/pipermail/     /var/lib/mailman/archives/public/
2
3 <Directory /var/lib/mailman/archives/public>
4         Options Indexes MultiViews FollowSymLinks
5         AllowOverride None
6         <IfModule mod_authz_host.c>
7                 Order allow,deny
8                 Allow from all
9         </IfModule>
10 </Directory>
11
12 Alias           /mailman/icons/ /usr/lib/mailman/icons/
13 <Directory /usr/lib/mailman/icons/>
14         AllowOverride None
15         <IfModule mod_authz_host.c>
16                 Order allow,deny
17                 Allow from all
18         </IfModule>
19 </Directory>
20
21 ScriptAlias     /mailman/       /usr/lib/mailman/cgi-bin/
22
23 <Directory /usr/lib/mailman/cgi-bin/>
24         Options ExecCGI
25         AllowOverride None
26         AddHandler cgi-script .cgi
27         <IfModule mod_authz_host.c>
28                 Order allow,deny
29                 Allow from all
30         </IfModule>
31 </Directory>
32
33 # Uncomment the following line, replacing www.example.com with your server's
34 # name, to redirect queries to /mailman to the listinfo page (recommended).
35
36 # RedirectMatch ^/mailman[/]*$ http://www.example.com/mailman/listinfo
37
This page took 0.046856 seconds and 4 git commands to generate.