[Fusionforge-commits] r14161 - in branches/Branch_5_1/src/etc: httpd.conf.d-opt httpd.conf.d-usrlocal

Olivier Berger olberger at fusionforge.org
Thu Aug 18 07:41:52 CEST 2011


Author: olberger
Date: 2011-08-18 07:41:52 +0200 (Thu, 18 Aug 2011)
New Revision: 14161

Modified:
   branches/Branch_5_1/src/etc/httpd.conf.d-opt/secrets.inc
   branches/Branch_5_1/src/etc/httpd.conf.d-usrlocal/secrets.inc
Log:
These files are supposed to be in sync with their sources, for the better hopefully

Modified: branches/Branch_5_1/src/etc/httpd.conf.d-opt/secrets.inc
===================================================================
--- branches/Branch_5_1/src/etc/httpd.conf.d-opt/secrets.inc	2011-08-18 05:41:46 UTC (rev 14160)
+++ branches/Branch_5_1/src/etc/httpd.conf.d-opt/secrets.inc	2011-08-18 05:41:52 UTC (rev 14161)
@@ -1,6 +1,9 @@
-#RequestHeader unset GForgeDbhost
-#RequestHeader append GForgeDbhost "{core/database_host}"
+# 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}"
+
 RequestHeader unset GForgeDbport
 RequestHeader append GForgeDbport "{core/database_port}"
 

Modified: branches/Branch_5_1/src/etc/httpd.conf.d-usrlocal/secrets.inc
===================================================================
--- branches/Branch_5_1/src/etc/httpd.conf.d-usrlocal/secrets.inc	2011-08-18 05:41:46 UTC (rev 14160)
+++ branches/Branch_5_1/src/etc/httpd.conf.d-usrlocal/secrets.inc	2011-08-18 05:41:52 UTC (rev 14161)
@@ -1,6 +1,9 @@
-#RequestHeader unset GForgeDbhost
-#RequestHeader append GForgeDbhost "{core/database_host}"
+# 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}"
+
 RequestHeader unset GForgeDbport
 RequestHeader append GForgeDbport "{core/database_port}"
 




More information about the Fusionforge-commits mailing list