etc: Add environment option to run init.d/ashd silently.
[ashd.git] / python.rc
... / ...
CommitLineData
1child wsgidir
2 exec ashd-wsgi ashd.wsgidir
3child wsgidir3
4 exec ashd-wsgi3 ashd.wsgidir
5
6match
7 filename *.wsgi
8 xset python-handler chain
9 handler wsgidir
10
11match
12 filename *.wsgi3
13 xset python-handler chain
14 handler wsgidir3