File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ RUN a2enmod fcgid headers status \
104104 s!^(\s *ErrorLog)\s +\S +!\1 /proc/self/fd/2!g; \
105105 ' '{}' ';' \
106106 && sed -ri 's!LogFormat "(.*)" combined!LogFormat "%{us}T %{X-Request-Id}i \1 " combined!g' /etc/apache2/apache2.conf \
107- && echo 'ErrorLogFormat "%{X-Request-Id}i [%l] [pid %P] %M"' >> /etc/apache2/apache2 .conf \
107+ && echo 'ErrorLogFormat "%{X-Request-Id}i [%l] [pid %P] %M"' > /etc/apache2/conf-enabled/000-error-log-format .conf \
108108 && sed -i -e 's/<VirtualHost \* :80>/<VirtualHost *:8080>/' /etc/apache2/sites-available/000-default.conf \
109109 && sed -i -e 's/Listen 80$/Listen 8080/' /etc/apache2/ports.conf \
110110 && rm -rf /etc/apache2/conf-enabled/other-vhosts-access-log.conf
You can’t perform that action at this time.
0 commit comments