summaryrefslogtreecommitdiffstats
path: root/Services/apache
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-11-29 22:29:05 +0100
committerstartxfr <clarue@startx.fr>2015-11-29 22:29:05 +0100
commita4930f0838f1224bdf4fa0885e858e7a865513ca (patch)
treea9d95b08985c439f2b812382e3b4a36cc990e87f /Services/apache
parenteb3d88b10a0feb302a9fd1ec60a7a92caebb856c (diff)
downloadphpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.gz
phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.bz2
phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.xz
phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.zip
reshappe nodejs container
Diffstat (limited to 'Services/apache')
-rw-r--r--Services/apache/run.sh2
-rw-r--r--Services/apache/sx-httpd.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/Services/apache/run.sh b/Services/apache/run.sh
index e06a7c5..ee10346 100644
--- a/Services/apache/run.sh
+++ b/Services/apache/run.sh
@@ -10,4 +10,4 @@ check_httpd_environment | tee -a $STARTUPLOG
display_container_httpd_header | tee -a $STARTUPLOG
begin_config | tee -a $STARTUPLOG
end_config | tee -a $STARTUPLOG
-start_daemon | tee -a $STARTUPLOG
+start_daemon
diff --git a/Services/apache/sx-httpd.sh b/Services/apache/sx-httpd.sh
index a74e766..57a6e32 100644
--- a/Services/apache/sx-httpd.sh
+++ b/Services/apache/sx-httpd.sh
@@ -78,7 +78,7 @@ function stop_server {
# Start the httpd server as a deamon and execute it inside
# the running shell
function start_daemon {
- echo "=> Starting httpd daemon ..."
- display_container_started
+ echo "=> Starting httpd daemon ..." | tee -a $STARTUPLOG
+ display_container_started | tee -a $STARTUPLOG
exec /usr/sbin/apachectl -D FOREGROUND
}