diff options
Diffstat (limited to 'gn')
-rw-r--r-- | gn/services/gn1-httpd-config.scm | 4 |
1 files 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 <Directory " genenetwork1 "/web/webqtl> 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 |