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

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

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


Revision 1.3 - (hide annotations) (download)
Tue Nov 25 16:20:13 2008 UTC (15 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
Restore

1 slords 1.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