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

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

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


Revision 1.1 - (show annotations) (download)
Mon Apr 21 00:12:42 2008 UTC (16 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: mailman-2_1_5_1-34_rhel4_6_el4_sme
Initial import of mailman-2.1.5.1-34.rhel4.6.el4.sme.src.rpm

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