[Fusionforge-commits] FusionForge branch 6.0 updated. 9bb37b26886e26932ee85f1f40245cc9074b1a86

Sylvain Beucler beuc-inria at fusionforge.org
Wed Feb 18 14:32:38 CET 2015


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 "FusionForge".

The branch, 6.0 has been updated
       via  9bb37b26886e26932ee85f1f40245cc9074b1a86 (commit)
      from  f34a552c7295b0da31e4579ba88327a80e318563 (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 9bb37b26886e26932ee85f1f40245cc9074b1a86
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Wed Feb 18 14:32:11 2015 +0100

    itk: cancel uid/gid range limit for now since we're relying on 'www-data', and this needs to be set server-wide

diff --git a/src/templates/httpd.conf.d/20-vhosts-scm.conf b/src/templates/httpd.conf.d/20-vhosts-scm.conf
index d70527b..1c3f4ec 100644
--- a/src/templates/httpd.conf.d/20-vhosts-scm.conf
+++ b/src/templates/httpd.conf.d/20-vhosts-scm.conf
@@ -20,5 +20,6 @@
 
 # Limit UID/GID range to FusionForge (not system) users
 # cf. common/include/system/pgsql.class.php
-LimitUIDRange 20000 99999
-LimitGIDRange 10000 99999
+# Not possible for now since we're running the main UI as 'www-data'
+#LimitUIDRange 20000 99999
+#LimitGIDRange 10000 99999

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

Summary of changes:
 src/templates/httpd.conf.d/20-vhosts-scm.conf |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list