/[smecontribs]/rpms/mailman/contribs9/httpd-mailman.conf
ViewVC logotype

Contents of /rpms/mailman/contribs9/httpd-mailman.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Fri Sep 4 22:12:05 2015 UTC (8 years, 8 months ago) by stephdl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
Sat Sep 05 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.1.12
2.1.12-25.sme.sme - Initial release to contribs9

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 AddDefaultCharset Off
21 </Directory>
22
23 # Uncomment the following line, to redirect queries to /mailman to the
24 # listinfo page (recommended).
25
26 # RedirectMatch ^/mailman[/]*$ /mailman/listinfo

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed