diff options
Diffstat (limited to 'gn/services')
-rw-r--r-- | gn/services/gn1-httpd-config.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/services/gn1-httpd-config.scm b/gn/services/gn1-httpd-config.scm index 11d8fbc..a8c7f3f 100644 --- a/gn/services/gn1-httpd-config.scm +++ b/gn/services/gn1-httpd-config.scm @@ -106,7 +106,6 @@ NameVirtualHost *:8042 </Directory> </VirtualHost> <Directory " genenetwork1 "/web/webqtl> - PythonOption session FileSession #what is the difference between these two? AddHandler mod_python .py #SetHandler python-program @@ -115,6 +114,7 @@ NameVirtualHost *:8042 #PythonHandler mod_python.publisher #PythonHandler mod_python.cgihandler # only while debugging: + PythonOption mod_python.session.session_type MemorySession PythonDebug On </Directory> # only while debugging: |