Magellan Linux

Contents of /trunk/viewvc/viewvc_module-mod_python.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1115 - (show annotations) (download)
Sun Aug 22 18:37:54 2010 UTC (13 years, 8 months ago) by niro
File size: 311 byte(s)
-added

1 # ViewVC configuration directives for apache
2
3 Alias /viewvc /usr/share/viewvc/bin/mod_python/viewvc.py
4
5 <Location /viewvc>
6 SetHandler mod_python
7 PythonHandler handler
8 PythonPath "[r'/usr/share/viewvc/bin/mod_python']+sys.path"
9 Order allow,deny
10 Allow from all
11 </Location>