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 was 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.