summaryrefslogtreecommitdiff
path: root/mod_python.conf
blob: 1b974999745368a546400bde56da9effc0c6e9eb (plain)
1
2
3
4
5
6
<Location /pypi>
SetHandler mod_python
PythonPath "['/data/pypi/src/pypi']+sys.path"
PythonHandler pypi::handle
PythonDebug On
</Location>