1 |
# |
2 |
# httpd configuration settings for use with mailman. |
3 |
# |
4 |
|
5 |
ScriptAlias /mailman/ @MMDIR@/cgi-bin/ |
6 |
<Directory @MMDIR@/cgi-bin/> |
7 |
AllowOverride None |
8 |
Options ExecCGI |
9 |
Order allow,deny |
10 |
Allow from all |
11 |
</Directory> |
12 |
|
13 |
|
14 |
Alias /pipermail/ @VARMMDIR@/archives/public/ |
15 |
<Directory @VARMMDIR@/archives/public> |
16 |
Options Indexes MultiViews FollowSymLinks |
17 |
AllowOverride None |
18 |
Order allow,deny |
19 |
Allow from all |
20 |
</Directory> |
21 |
|
22 |
# Uncomment the following line, replacing www.example.com with your server's |
23 |
# name, to redirect queries to /mailman to the listinfo page (recommended). |
24 |
|
25 |
# RedirectMatch ^/mailman[/]*$ http://www.example.com/mailman/listinfo |