602833fe93ec402e085b3d7435236312a0495180
[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 match
11   filename *.wsgi2
12   xset python-handler chain
13   handler wsgidir
14
15 match
16   filename *.wsgi3
17   xset python-handler chain
18   handler wsgidir3