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

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

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


Revision 1.1 - (show annotations) (download)
Mon Feb 22 15:33:39 2021 UTC (3 years, 2 months ago) by brianr
Branch: MAIN
CVS Tags: 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 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