Magellan Linux

Annotation of /trunk/viewvc/viewvc_module.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 258 - (hide annotations) (download)
Sun Jul 8 22:32:39 2007 UTC (16 years, 10 months ago) by niro
File size: 236 byte(s)
-viewvc directives for apache

1 niro 258 # ViewVC configuration directives for apache
2    
3     ScriptAlias /viewvc /usr/share/viewvc/bin/cgi/viewvc.cgi
4    
5     <Directory /usr/share/viewvc>
6     Options FollowSymLinks MultiViews
7     AllowOverride None
8     Order allow,deny
9     Allow from all
10     </Directory>