I used to be able to foreground Apache with /usr/sbin/httpd -D FOREGROUND
Now, the latest version of Apache in the Alpine repos doesn't obey this, making it difficult to wrap Apache in Docker.
Did you find a good workaround to this?
The directory where it is trying to write the pid is missing, had to add: RUN mkdir -p /run/apache2
Thank you!
I've been trying to fix this for hours. If you don't mind answering me, how did you find this error? My docker log was empty.
Did you find a good workaround to this?
The directory where it is trying to write the pid is missing, had to add:
RUN mkdir -p /run/apache2
Thank you!
I've been trying to fix this for hours. If you don't mind answering me, how did you find this error? My docker log was empty.