1 # Python 2 handler process
3 exec ashd-wsgi ashd.wsgidir
4 # Python 3 scripts can also be served, using ashd-wsgi3
6 exec ashd-wsgi3 ashd.wsgidir
8 # Dispatch any *.wsgi files to wsgidir
9 # See the Python documention for the ashd.wsgidir module for the
10 # meaning of the "xset python-handler chain" directive and what other
14 xset python-handler chain
16 # Do the same for Python3 scripts names *.wsgi3
19 xset python-handler chain