From f3e338e1ede999f63b974c799da30e2a57bfab70 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 16 Aug 2020 10:50:39 +0300 Subject: genenetwork1: Extend, don't replace PythonPath in service. --- gn/services/genenetwork.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn/services') diff --git a/gn/services/genenetwork.scm b/gn/services/genenetwork.scm index 7de1821..410827a 100644 --- a/gn/services/genenetwork.scm +++ b/gn/services/genenetwork.scm @@ -111,7 +111,7 @@ TypesConfig " httpd22-with-mod-python "/etc/httpd/mime.types DefaultType application/octet-stream # DocumentRoot MUST NOT be in the PythonPath. Because genenetwork1 must be in PythonPath we leave the document-root keyword above unset. -PythonPath \"['/run/current-system/profile/lib/python2.4', '/run/current-system/profile/lib/python2.4/site-packages', '" httpd22-with-mod-python "/lib/python2.4/site-packages', '" genenetwork1 "/web/webqtl']\" +PythonPath \"sys.path+['/run/current-system/profile/lib/python2.4', '/run/current-system/profile/lib/python2.4/site-packages', '" genenetwork1 "/web/webqtl']\" # same as 'listen' above NameVirtualHost *:8042 -- cgit v1.2.3