viewvc/viewvc.conf
Bojan Smojver 58295a9386 Bump up to 1.1.7.
Address bug #565805, allow access to templates from localhost.
2010-09-10 11:46:54 +10:00

15 lines
429 B
Text

Alias /viewvc __python_sitelib__/viewvc/bin/mod_python/viewvc-mp.py
Alias /viewvc-static __datadir__/viewvc/templates/docroot
<Directory __python_sitelib__/viewvc/bin/mod_python>
AddHandler python-program .py
PythonHandler handler
Order allow,deny
Allow from 127.0.0.1
</Directory>
<Directory __datadir__/viewvc/templates/docroot>
Options -Indexes
Order allow,deny
Allow from 127.0.0.1
</Directory>