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

Use Ubuntu 14.04. and remove old PHP5 #1

Merged
merged 2 commits into from
Jun 2, 2016

Conversation

simeonackermann
Copy link
Contributor

Remove the version of php, because it's not in Debians/Ubuntus repository anymore.

Use Ubuntu 14.04. instead of Debian as image solves a bug with Nginx+PHP5-fpm, which causes an 502 Bad Gateway error when trying to access http://localhost/ (see commit for details)

…ory anymore. The current Version (5.6.20) may also work.
Get 502 Bad Gateway from Nginx with following error message in log:
2016/06/02 04:52:45 [error] 44#0: *3 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 172.17.0.1, server: , request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "localhost"

php5-fpm error log:
[02-Jun-2016 04:52:44] WARNING: [pool www] child 75 exited on signal 6 (SIGABRT - core dumped) after 2.691227 seconds from start
@simeonackermann simeonackermann merged commit 0a83d82 into Dockerizing:master Jun 2, 2016
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 this pull request may close these issues.

1 participant