From: Fredrik Tolf Date: Thu, 2 Jan 2014 06:21:29 +0000 (+0100) Subject: etc: Added a default configuration file for Python handling. X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=7099f18bfc993a0297d70aff1634cfcae009ebfc etc: Added a default configuration file for Python handling. --- 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