httpd: bad user name daemon error when deploying from Dockerfile in php
jookllo
HOBBYOP

a year 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.

Solved

1 Replies

parmstar
EMPLOYEE

a year 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 12 months ago


Railway
BOT

7 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 7 months ago


Loading...