Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > faec85abbda0e8001f0a6970bf6f7769 > files > 4

viewvc-1.1.11-1.fc13.src.rpm

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>