From 7ec8ce82b9f11ba156aebe52580ce7c57e7bfbd4 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Tue, 12 Jan 2021 22:51:30 +0300 Subject: gn: services: gn1-httpd-config: Use MemorySession for sessions See: --- gn/services/gn1-httpd-config.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn/services') 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 - 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 # only while debugging: -- cgit v1.2.3