Blob Blame History Raw
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>