summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xadei/scripts/configure.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/adei/scripts/configure.sh b/adei/scripts/configure.sh
index 93a5b8b..acb6fbb 100755
--- a/adei/scripts/configure.sh
+++ b/adei/scripts/configure.sh
@@ -9,5 +9,5 @@ sed -i'' -rf /opt/scripts/override.sed /etc/apache2/default-server.conf
sed -i'' -re 's/short_open_tag\s*=.*/short_open_tag = On/' /etc/php5/apache2/php.ini
sed -i'' -re 's@session.save_path\s*=.*@session.save_path=/tmp@' /etc/php5/apache2/php.ini
-# Docker allows to view stdout/stderr streams individually, but OpenShift not. So we skip TransferLog for now
-sed -i'' -re 's@^ErrorLog .*@ErrorLog "|/usr/bin/tee -a /var/log/apache2/error.log /dev/stderr"@' /etc/apache2/httpd.conf
+# Docker allows to view stdout/stderr streams individually, but OpenShift not. So we skip CustomLog for now
+sed -i'' -re 's@^ErrorLog .*@ErrorLog "|/usr/bin/tee -a /var/log/apache2/error_log 1>&2"@' /etc/apache2/httpd.conf