[Fusionforge-commits] r14141 - in branches/Branch_5_1/src: debian/dsf-in etc/httpd.conf.d-fhs

Olivier Berger olberger at fusionforge.org
Thu Aug 18 07:39:48 CEST 2011


Author: olberger
Date: 2011-08-18 07:39:48 +0200 (Thu, 18 Aug 2011)
New Revision: 14141

Modified:
   branches/Branch_5_1/src/debian/dsf-in/common.postinst
   branches/Branch_5_1/src/etc/httpd.conf.d-fhs/secrets.inc
Log:
more docs

Modified: branches/Branch_5_1/src/debian/dsf-in/common.postinst
===================================================================
--- branches/Branch_5_1/src/debian/dsf-in/common.postinst	2011-08-18 05:39:42 UTC (rev 14140)
+++ branches/Branch_5_1/src/debian/dsf-in/common.postinst	2011-08-18 05:39:48 UTC (rev 14141)
@@ -79,6 +79,10 @@
 ; You can edit the values here or move them to other files.
 ; These values should not go into world-readable files!
 
+; ATTENTION : these configuration variables may not be used directly
+; by the PHP scripts run by apache.
+; See contents of secrets.inc which is loaded by Apache conf files too
+
 [core]
 ; 127.0.0.1 instead of "" in order to avoid the need to modifying pg_hba.conf
 database_host=127.0.0.1

Modified: branches/Branch_5_1/src/etc/httpd.conf.d-fhs/secrets.inc
===================================================================
--- branches/Branch_5_1/src/etc/httpd.conf.d-fhs/secrets.inc	2011-08-18 05:39:42 UTC (rev 14140)
+++ branches/Branch_5_1/src/etc/httpd.conf.d-fhs/secrets.inc	2011-08-18 05:39:48 UTC (rev 14141)
@@ -1,3 +1,6 @@
+# Settings for configuration variables that are normally kept in a configuration file unreadable to www-data
+# Restart Apache after changing these
+
 #RequestHeader unset GForgeDbhost
 #RequestHeader append GForgeDbhost "{core/database_host}"
 




More information about the Fusionforge-commits mailing list