From cfef9c7408c2976df65e9966bf1fafe4f069b56d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Wed, 30 Oct 2013 20:15:33 +0100 Subject: [PATCH] - added WSGI handler example --- apache-mod_python.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/apache-mod_python.conf b/apache-mod_python.conf index c0abb0d..be0b901 100644 --- a/apache-mod_python.conf +++ b/apache-mod_python.conf @@ -1,3 +1,11 @@ -# $Id$ -LoadModule python_module modules/mod_python.so +LoadModule python_module modules/mod_python.so + +# +# PythonHandler mod_python.wsgi +# PythonOption mod_python.wsgi.application mysite.wsgi +# or +# PythonOption mod_python.wsgi.application mysite.wsgi::my_application +# PythonPath "sys.path+['/path/to/mysite']" +# + # vim: filetype=apache ts=4 sw=4 et -- 2.43.0