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
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
I am having a weird issue on a RHEL 7.4 box. Whenever I try to run a fairly simply docker container, it seems to successfully build except for a warning:
Enabling module rewrite.
find: '/var/lib/apache2/module/enabled_by_maint/mpm_event': No such file or directory
To activate the new configuration, you need to run:
service apache2 restart
The image seems to build anyways and I try to start it. It fails and I get this error:
AH00534: apache2: Configuration error: No MPM loaded.
I tried to load mod_mpm_event.so into the httpd.conf manually, but while building I am told the file doesn't exist.
I have included my dockerfile here. Hoping someone has some ideas! Thanks.
I saw the same problem on Windows 10 + Vagrant (CentOS 7 Box).
---> Running in 289320dc1d8e
Enabling module rewrite.
find: '/var/lib/apache2/module/enabled_by_maint/mpm_event': No such file or directory
To activate the new configuration, you need to run:
service apache2 restart
But, I was able to build the same image with no error on Amazon Linux 2 (EC2).
---> Running in 0cf959efe17f
Enabling module rewrite.
To activate the new configuration, you need to run:
service apache2 restart
Docker versions are 19.03.6-ce. I think it is a problem of VirtualBox.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am having a weird issue on a RHEL 7.4 box. Whenever I try to run a fairly simply docker container, it seems to successfully build except for a warning:
The image seems to build anyways and I try to start it. It fails and I get this error:
I tried to load mod_mpm_event.so into the httpd.conf manually, but while building I am told the file doesn't exist.
I have included my dockerfile here. Hoping someone has some ideas! Thanks.
I've also tried php:latest with the same error. Docker version is reporting 1.13.1
The text was updated successfully, but these errors were encountered: