7b7f0ddcd9d41b6c6c044bae4f8d9b91ec5bb915
[ashd.git] / etc / ashd / dirplex.d / python.rc
1 child wsgidir
2   exec ashd-wsgi ashd.wsgidir
3 child wsgidir3
4   exec ashd-wsgi3 ashd.wsgidir
5
6 match
7   filename *.wsgi
8   xset python-handler chain
9   handler wsgidir
10
11 match
12   filename *.wsgi3
13   xset python-handler chain
14   handler wsgidir3