Output Apache errors to stdout as well

This commit is contained in:
Konrad Wilhelm Kleine 2015-11-18 11:20:11 +01:00
parent 4fe173efb1
commit 83669c97cb

View file

@ -3,7 +3,7 @@
# Redirect apache logs to docker stdout/stderr (See #24)
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined
CustomLog /proc/self/fd/1 combined
ErrorLog /proc/self/fd/2
ErrorLog /proc/self/fd/1
DocumentRoot /var/www/html
ServerName localhost