summaryrefslogtreecommitdiffstats
path: root/Services/apache
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-12-28 04:47:44 +0100
committerstartxfr <clarue@startx.fr>2015-12-28 04:47:44 +0100
commit05a6fe72c04bd785fa289b7b5fd9bc8f871ea3a1 (patch)
tree9da3d48f1c649dadfbb781466a4b1f47a75b632d /Services/apache
parent8c4b807fe1edc824852d3d880c724fcc135839e3 (diff)
downloadphpmyadmin-05a6fe72c04bd785fa289b7b5fd9bc8f871ea3a1.tar.gz
phpmyadmin-05a6fe72c04bd785fa289b7b5fd9bc8f871ea3a1.tar.bz2
phpmyadmin-05a6fe72c04bd785fa289b7b5fd9bc8f871ea3a1.tar.xz
phpmyadmin-05a6fe72c04bd785fa289b7b5fd9bc8f871ea3a1.zip
change in doc for nodejs + fix in startup script
Diffstat (limited to 'Services/apache')
-rw-r--r--Services/apache/sx-httpd.sh2
1 files changed, 1 insertions, 1 deletions
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
}