/[swish]/trunk/mailman/.htaccess
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/.htaccess

Parent Directory Parent Directory | Revision Log Revision Log


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

1 dpavlin 77 # Deny everything by default
2     Deny From All
3    
4     # But allow just CGI script
5     <files swish.cgi>
6     Options ExecCGI
7     Allow From All
8     SetHandler cgi-script
9     </files>
10 dpavlin 78
11     <files frameset.html>
12     Allow From All
13     </files>

  ViewVC Help
Powered by ViewVC 1.1.26