Skip to content
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

apache2 does not start #148

Closed
PatrickHennig opened this issue Jul 20, 2016 · 2 comments
Closed

apache2 does not start #148

PatrickHennig opened this issue Jul 20, 2016 · 2 comments

Comments

@PatrickHennig
Copy link

Hi all,

after pulling the image and starting it inside a docker-compose file I do get the following "MPM" error:

frontend_1 | Module auth_kerb disabled. frontend_1 | To activate the new configuration, you need to run: frontend_1 | service apache2 restart frontend_1 | Module ssl already disabled frontend_1 | Enabling module rewrite. frontend_1 | To activate the new configuration, you need to run: frontend_1 | service apache2 restart frontend_1 | Stopping web server: apache2. frontend_1 | AH00534: apache2: Configuration error: No MPM loaded. frontend_1 | Action '-D FOREGROUND' failed. frontend_1 | The Apache error log may have more information.

My compose file looks like this:
frontend: image: konradkleine/docker-registry-frontend:v2 ports: - 127.0.0.1:8081:80 environment: ENV_DOCKER_REGISTRY_HOST: backend ENV_DOCKER_REGISTRY_PORT: 5000

Best Regards,
Patrick

@kwk
Copy link
Owner

kwk commented Jul 20, 2016

First of all, thank you for your comment.

This is a saved reply. There have been numerous questions like yours and I highly recommend that you take a look at the example-setup directory. It contains a README on how to set up a registry with a backend and it contains a ready-to-use docker-compose.yml file for you to run.

I sorry but I cannot help with every setup request coming in. If you find out something that wasn't documented well enough, please contribute back and open a pull request with your changes to the documentation.

Thank you!

@kwk kwk closed this as completed Jul 20, 2016
@jc21
Copy link

jc21 commented Jul 27, 2017

Duplicate of #88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants