-
Notifications
You must be signed in to change notification settings - Fork 2k
AH00534: apache2: Configuration error: No MPM loaded. #674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
question
Usability question, not directly related to an error with the image
Comments
Please explain what is |
sorry . when i run
it will exit .. 在容器bash内运行命令
apache无法启动。。 |
I can't reproduce this. Maybe your image is outdated? Try running this docker pull php:7.2-apache before |
$ docker run -d --rm php:7.2-apache
e42b9ca35cb179b15f97724ce38ff30d3c11f99c891ced9672705703c6404eee
$ docker exec -it e42 bash
root@e42b9ca35cb1:/var/www/html# apache2-foreground
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
[Mon Jun 25 17:16:36.068696 2018] [mpm_prefork:notice] [pid 29] AH00163: Apache/2.4.25 (Debian) PHP/7.2.6 configured -- resuming normal operations
[Mon Jun 25 17:16:36.068759 2018] [core:notice] [pid 29] AH00094: Command line: 'apache2 -D FOREGROUND' Similar error #392 (comment), could be SELinux related or something with the Dockerfile. Are you using the official image as-is or building your own when you encounter this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
php 4.8-rce web那个docker启动是失败的
root@b1115ae8ce64:/usr/local/bin# ./apache2-foreground
AH00534: apache2: Configuration error: No MPM loaded.
这个地方配置有问题。我换了php:5.6-apache也是这个错误。 是基础镜像就有问题。。不知道你咋觉得的呢。。
The text was updated successfully, but these errors were encountered: