summaryrefslogtreecommitdiff
path: root/http/api/.htaccess
blob: 998bfcac4a24cdb5fabdaf23c4aa39ab133a877b (plain)
1
2
3
4
5
6
RewriteEngine On
RewriteRule ^.*$ api.py [QSA,L]

AddHandler mod_python .py
PythonHandler api
PythonDebug On