[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.2.3-77-g272426c

X2Go dev team git-admin at x2go.org
Thu Dec 5 18:08:08 CET 2013


The branch, master has been updated
       via  272426c851f26266b245da9984b76c791185c31e (commit)
      from  10cb095c355ffe908d88d62927d982be7c5ec8fa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 272426c851f26266b245da9984b76c791185c31e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Dec 5 17:32:51 2013 +0100

    Use IP addresses in apache2 config rather than hostnames.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                 |    1 +
 etc/x2gobroker-wsgi.apache.conf  |    4 ++--
 etc/x2gobroker-wsgi.apache.vhost |    4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index ae6e3c4..141e2e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -59,6 +59,7 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
     - Show correct environment variables in log file prelude when WSGI is used.
     - Fix check-credentials = false for UCCS web frontend.
     - Add a start page (,,It works'').
+    - Use IP addresses in apache2 config rather than hostnames.
   * debian/control:
     + Replace LDAP support with session brokerage support in LONG_DESCRIPTION.
     + Recommend apache2 and libapache2-mod-wsgi for x2gobroker-wsgi.
diff --git a/etc/x2gobroker-wsgi.apache.conf b/etc/x2gobroker-wsgi.apache.conf
index 6ac20a0..2dbca95 100644
--- a/etc/x2gobroker-wsgi.apache.conf
+++ b/etc/x2gobroker-wsgi.apache.conf
@@ -36,8 +36,8 @@ WSGIProcessGroup x2gobroker
     Deny from all
 
     # grant explicit access below
-    Allow from localhost
-    Allow from localhost-ip6
+    Allow from 127.0.0.1
+    Allow from ::1
 
     Options +FollowSymLinks
     Options -Indexes
diff --git a/etc/x2gobroker-wsgi.apache.vhost b/etc/x2gobroker-wsgi.apache.vhost
index 4d024fe..7378501 100644
--- a/etc/x2gobroker-wsgi.apache.vhost
+++ b/etc/x2gobroker-wsgi.apache.vhost
@@ -50,8 +50,8 @@
         Deny from all
 
         # grant explicit access below
-        Allow from localhost
-        Allow from localhost-ip6
+        Allow from 127.0.0.1
+        Allow from ::1
 
         Options +FollowSymLinks
         Options -Indexes


hooks/post-receive
-- 
x2gobroker.git (HTTP(S) Session broker for X2Go)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).




More information about the x2go-commits mailing list