8000 apache2 failed · Issue #1 · dvapelnik/docker-lap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

apache2 failed #1

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

Open
sitex opened this issue Jun 12, 2016 · 3 comments · May be fixed by #2
Open

apache2 failed #1

sitex opened this issue Jun 12, 2016 · 3 comments · May be fixed by #2

Comments

@sitex
Copy link
sitex commented Jun 12, 2016

tag : docker-lap/debian-jessie-php56

Starting web server: apache2 failed!
The apache2 configtest failed. ... (warning).
Output of config test was:
[Sun Jun 12 04:40:25.371913 2016] [:crit] [pid 340:tid 140496241792896] Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe. You need to recompile PHP.

@dvapelnik
Copy link
Owner
dvapelnik commented Jun 13, 2016

Hello @sitex ! Thanks for request
Tag docker-lap/debian-jessie-php56 may have some problem. I do not often use it. Can you show more information about you configuration and environment?

@sitex
Copy link
Author
sitex commented Jun 13, 2016

I was testing dvapelnik/efig and docker-lap/debian-jessie-php56 wasn't starting properly. So I entered the container and found the error (read first message).

So far I've found only this solution:

  1. To disable event MPM, you can do:
    sudo a2dismod mpm_event
  2. and after that to enable prefork, you should do:
    sudo a2enmod mpm_prefork

@dvapelnik
Copy link
Owner

Thanks for reply. Can you create PR with your fix?
13.06.2016 12:29 пользователь "Ivan Samorodov" notifications@github.com
написал:

I was testing dvapelnik/efig and docker-lap/debian-jessie-php56 wasn't
starting properly. So I entered the container and found the error (read
first message).

So far I've found only this solution:

  1. To disable event MPM, you can do:
    sudo a2dismod mpm_event
  2. and after that to enable prefork, you should do:
    sudo a2enmod mpm_prefork


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ABfWhNYcT1n7Z_3Wf3DVfwKQZfzoUwNBks5qLSLogaJpZM4IztDI
.

6ADB

@sitex sitex linked a pull request Jun 14, 2016 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants
0