apache errror in php8.3-fpm-apache #212
Unanswered
montanaman2017
asked this question in
Q&A
Replies: 1 comment
-
Hi @montanaman2017 docker run -v /tmp/myproject:/var/www/html -p 80:80 -p 443:443 shinsenter/php:8.3-fpm-apache
docker run -v /tmp/myproject:/var/www/html -p 80:80 -p 443:443 shinsenter/php:8.4-fpm-apache Also, I believe the line |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is an error in this image as well as the 8.4 image as when you bring it up you get the following error
My docker-compose is simple like your example :)
[core:notice] [pid 426:tid 426] AH00094: Command line: 'apache2 -e error -D FOREGROUND'
If I log into the container I can see the same thing when doing a ps -ef
www-data 480 426 0 02:28 ? 00:00:00 apache2 -e error -DFOREGROUND
www-data 482 426 0 02:28 ? 00:00:00 apache2 -e error -DFOREGROUND
www-data 483 426 0 02:28 ? 00:00:00 apache2 -e error -DFOREGROUND
Can you please take a look.
Beta Was this translation helpful? Give feedback.
All reactions