10 months ago
I created a dockerfile that builds correctly but when it is deploying, I get the error AH00543: httpd: bad user name daemon.
I added the username in the dockerfile:
echo 'User daemon' >> /etc/apache2/httpd.conf && \
echo 'Group daemon' >> /etc/apache2/httpd.conf && \
But I am still getting the same error.
1 Replies
10 months ago
Ensure that the 'daemon' user and group exist in the container. Verify the existence of the 'daemon' user and group or consider using a different user that is available in the base image.
Status changed to Awaiting User Response Railway • 10 months ago
5 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 6 months ago