/[swish]/trunk/mailman/httpd.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/mailman/httpd.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 78 - (hide annotations)
Sun Apr 18 08:11:22 2004 UTC (20 years, 1 month ago) by dpavlin
File size: 505 byte(s)
modified configuration to include frameset which will have search on
top and normal mailman or search results on bottom

1 dpavlin 78
2     # if inside virtual host, uncomment following
3     #DocumentRoot /data/swish/mailman/
4     #DirectoryIndex frameset.html
5    
6     # mailman configuration
7     ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
8     Alias /pipermail/ /var/lib/mailman/archives/public/
9     Alias /images/ /usr/share/images/
10     <Directory /var/lib/mailman/archives>
11     Options FollowSymLinks
12     </Directory>
13    
14     # swish seach
15     <Directory /data/swish/mailman/>
16     Options FollowSymLinks
17     AllowOverride All
18     </Directory>
19     ScriptAlias /search/ /data/swish/mailman/swish.cgi

  ViewVC Help
Powered by ViewVC 1.1.26