Merge branch 'master' into timeheap
[ashd.git] / etc / ashd / dirplex.d / python.rc
diff --git a/etc/ashd/dirplex.d/python.rc b/etc/ashd/dirplex.d/python.rc
new file mode 100644 (file)
index 0000000..602833f
--- /dev/null
@@ -0,0 +1,18 @@
+child wsgidir
+  exec ashd-wsgi ashd.wsgidir
+child wsgidir3
+  exec ashd-wsgi3 ashd.wsgidir
+
+match
+  filename *.wsgi
+  xset python-handler chain
+  handler wsgidir
+match
+  filename *.wsgi2
+  xset python-handler chain
+  handler wsgidir
+
+match
+  filename *.wsgi3
+  xset python-handler chain
+  handler wsgidir3