From 7099f18bfc993a0297d70aff1634cfcae009ebfc Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Thu, 2 Jan 2014 07:21:29 +0100 Subject: [PATCH] etc: Added a default configuration file for Python handling. --- etc/ashd/dirplex.d/python.rc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 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 index 0000000..7b7f0dd --- /dev/null +++ b/etc/ashd/dirplex.d/python.rc @@ -0,0 +1,14 @@ +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 *.wsgi3 + xset python-handler chain + handler wsgidir3 -- 2.11.0