etc: Added a default configuration file for Python handling.
[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