From a63306a1b15ce60b93db1ef83e5cff954f6b85f5 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Fri, 8 Jan 2021 14:45:32 +0300 Subject: gn: services: gn1-httpd-config: Replace SetHandler with AddHandler * gn/services/gn1-httpd-config.scm (GN1-httpd-config): Use "AddHandler mod_python .py". This allows all python modules and submodules to be loaded by modpython. --- gn/services/gn1-httpd-config.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gn/services/gn1-httpd-config.scm b/gn/services/gn1-httpd-config.scm index 5de0041..11d8fbc 100644 --- a/gn/services/gn1-httpd-config.scm +++ b/gn/services/gn1-httpd-config.scm @@ -108,8 +108,8 @@ NameVirtualHost *:8042 PythonOption session FileSession #what is the difference between these two? - #AddHandler mod_python .py - SetHandler python-program + AddHandler mod_python .py + #SetHandler python-program #publisher has more debug information PythonHandler " genenetwork1 "/web/webqtl/main.py #PythonHandler mod_python.publisher -- cgit v1.2.3