From 05a6fe72c04bd785fa289b7b5fd9bc8f871ea3a1 Mon Sep 17 00:00:00 2001
From: startxfr <clarue@startx.fr>
Date: Mon, 28 Dec 2015 04:47:44 +0100
Subject: change in doc for nodejs + fix in startup script

---
 Services/apache/sx-httpd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Services/apache')

diff --git a/Services/apache/sx-httpd.sh b/Services/apache/sx-httpd.sh
index 1adec4e..b850ee3 100644
--- a/Services/apache/sx-httpd.sh
+++ b/Services/apache/sx-httpd.sh
@@ -87,5 +87,5 @@ function stop_server {
 function start_daemon {
     echo "=> Starting httpd daemon ..." | tee -a $STARTUPLOG
     display_container_started | tee -a $STARTUPLOG
-    exec /usr/sbin/apachectl -D FOREGROUND
+    exec /usr/sbin/apachectl && tail -f $LOG_PATH/error.log
 }
-- 
cgit v1.2.3