[X2Go-Commits] [x2gobroker] 02/05: default broker backend is the inifile backend, also apply this change to our wsgi config

git-admin at x2go.org git-admin at x2go.org
Sun Nov 2 20:28:49 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 5ef6b449654f2adb5929591ff9c5ed9d2e29c6b9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Nov 2 20:26:16 2014 +0100

    default broker backend is the inifile backend, also apply this change to our wsgi config
---
 etc/x2gobroker-wsgi.apache.conf |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/x2gobroker-wsgi.apache.conf b/etc/x2gobroker-wsgi.apache.conf
index 2dbca95..cb85385 100644
--- a/etc/x2gobroker-wsgi.apache.conf
+++ b/etc/x2gobroker-wsgi.apache.conf
@@ -8,8 +8,8 @@ WSGIDaemonProcess x2gobroker user=x2gobroker group=x2gobroker processes=5 thread
 WSGIPassAuthorization On
 
 # default broker backend (default: zeroconf)
-SetEnv X2GOBROKER_DEFAULT_BACKEND zeroconf
-#SetEnv X2GOBROKER_DEFAULT_BACKEND inifile
+#SetEnv X2GOBROKER_DEFAULT_BACKEND zeroconf
+SetEnv X2GOBROKER_DEFAULT_BACKEND inifile
 #SetEnv X2GOBROKER_DEFAULT_BACKEND ldap
 #SetEnv X2GOBROKER_DEFAULT_BACKEND <some-other-broker-backend>
 

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list