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

Add "fastcgi.logging = Off" to fpm defaults #1360

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

tianon
Copy link
Member

@tianon tianon commented Dec 21, 2022

This should (finally) fix errors between FPM and NGINX (thanks @mfn! sorry for the enormous delay in actually doing something 🙇).

Closes #878

I don't think we should merge this right away (especially not right before/during folks being off for the holidays), but I think this is probably the correct "final" answer for the NGINX 502 issues.

This should (finally) fix errors between FPM and NGINX.
@mfn
Copy link

mfn commented Jan 4, 2023

FTR, since I wrote the comment some time passed 😅 and in the meantime this is also running in prod for quite some time with no issues (though I'm sadly still on 7.4 …).

@tianon tianon marked this pull request as ready for review January 4, 2023 18:03
@yosifkit yosifkit merged commit 258caef into docker-library:master Jan 4, 2023
@yosifkit yosifkit deleted the fastcgi.logging branch January 4, 2023 19:57
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Jan 5, 2023
Changes:

- docker-library/php@258caef: Merge pull request docker-library/php#1360 from infosiftr/fastcgi.logging
- docker-library/php@f8c7370: Add "fastcgi.logging = Off" to fpm defaults
- docker-library/php@07ddc2e: Update generated README
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Jan 5, 2023
Changes:

- docker-library/php@58e2e42: Update 8.2-rc
- docker-library/php@fdf3f68: Update 8.2 to 8.2.1
- docker-library/php@8ca1f9e: Update 8.1-rc
- docker-library/php@a4b05a8: Update 8.1 to 8.1.14
- docker-library/php@258caef: Merge pull request docker-library/php#1360 from infosiftr/fastcgi.logging
- docker-library/php@f8c7370: Add "fastcgi.logging = Off" to fpm defaults
- docker-library/php@07ddc2e: Update generated README
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Jan 5, 2023
Changes:

- docker-library/php@55fb151: Update 8.0-rc
- docker-library/php@af4fd9a: Update 8.0 to 8.0.27
- docker-library/php@58e2e42: Update 8.2-rc
- docker-library/php@fdf3f68: Update 8.2 to 8.2.1
- docker-library/php@8ca1f9e: Update 8.1-rc
- docker-library/php@a4b05a8: Update 8.1 to 8.1.14
- docker-library/php@258caef: Merge pull request docker-library/php#1360 from infosiftr/fastcgi.logging
- docker-library/php@f8c7370: Add "fastcgi.logging = Off" to fpm defaults
- docker-library/php@07ddc2e: Update generated README
Alkarex added a commit to Alkarex/rss-bridge that referenced this pull request Jan 4, 2024
Mistake from RSS-Bridge#3500
Wrong file extension: should have been `.ini` and not `.conf` otherwise it has no effect.
See docker-library/php#1360 and docker-library/php#878 (comment)
dvikan pushed a commit to RSS-Bridge/rss-bridge that referenced this pull request Jan 5, 2024
Mistake from #3500
Wrong file extension: should have been `.ini` and not `.conf` otherwise it has no effect.
See docker-library/php#1360 and docker-library/php#878 (comment)
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.

PHP-FPM stderr logs cause nginx to return 502 errors to client
3 participants