15 lines
429 B
Text
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>
|