Log Apache error to stdout as well

This commit is contained in:
Konrad Wilhelm Kleine 2015-11-18 12:15:49 +01:00
parent 9ed0bd57b8
commit b50ab49b4d

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