You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I trying to use php7.3-apache image but apache doesn't start.
I've this error:
AH00534: apache2: Configuration error: No MPM loaded.
In my docker file i've only insert
FROM php:7.3-apache
Someone can help me please?
Thanks
Mirko
The text was updated successfully, but these errors were encountered:
$ cat DockerfileFROM php:7.3-apache
$ docker build --pull .Sending build context to Docker daemon 12.8kBStep 1/1 : FROM php:7.3-apache7.3-apache: Pulling from library/phpDigest: sha256:8139a8e303500158987fe2d526cdd98f5da1d447a04018fb8d4ea4c7f82be096Status: Image is up to date for php:7.3-apache ---> 406c73effb13Successfully built 406c73effb13
$ docker run -it --rm 406c73effb13AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.27. Set the 'ServerName' directive globally to suppress this messageAH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.27. Set the 'ServerName' directive globally to suppress this message[Thu Apr 04 21:45:16.687555 2019] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.25 (Debian) PHP/7.3.3 configured -- resuming normal operations[Thu Apr 04 21:45:16.687587 2019] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
Hi, I trying to use php7.3-apache image but apache doesn't start.
I've this error:
AH00534: apache2: Configuration error: No MPM loaded.
In my docker file i've only insert
FROM php:7.3-apache
Someone can help me please?
Thanks
Mirko
The text was updated successfully, but these errors were encountered: