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

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

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


Revision 1.1 - (show annotations) (download)
Tue Jul 2 20:11:39 2013 UTC (10 years, 10 months ago) by unnilennium
Branch: MAIN
CVS Tags: mailman-2_1_5_1-34_rhel4_6_el5_sme, mailman-2_1_9-6_el5_6_1, mailman-2_1_9-20_el5_sme, mailman-2_1_9-6_el5_sme_20, HEAD
Initial import

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

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