From: Mark Huang <mlhuang@cs.princeton.edu>
Date: Mon, 30 Oct 2006 16:13:50 +0000 (+0000)
Subject: - move drupal files chown hack here
X-Git-Tag: planetlab-4_0-rc1~86
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=392955e7388889dc644569d06dbed5558cb1d530;p=myplc.git

- move drupal files chown hack here
---

diff --git a/plc.d/httpd b/plc.d/httpd
index c05e453..6d985ef 100755
--- a/plc.d/httpd
+++ b/plc.d/httpd
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: httpd,v 1.4 2006/07/10 21:08:46 mlhuang Exp $
+# $Id: httpd,v 1.5 2006/10/27 20:29:04 mlhuang Exp $
 #
 
 # Source function library and configuration
@@ -129,6 +129,9 @@ EOF
 	# Make alpina-logs directory writable for bootmanager log upload
 	chown apache:apache $DocumentRoot/alpina-logs/nodes
 
+	# Make the Drupal files upload directory owned by Apache
+	chown apache:apache $DocumentRoot/files
+
 	# Old style PHP constants
 	mkdir -p /etc/planetlab/php
 	cat >/etc/planetlab/php/site_constants.php <<"EOF"