Skip to content

Commit

Permalink
Merge pull request #1452 from drbyte/502-segfault-krb5-bandage
Browse files Browse the repository at this point in the history
Bandage for 502 errors using Gettext/PostgreSQL/MongoDB
  • Loading branch information
mattstauffer authored Dec 21, 2023
2 parents c4fb099 + 6b07e42 commit 4e672ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cli/stubs/etc-phpfpm-valet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3

;; these are an attempt to mitigate 502 errors caused by segfaults in upstream processes caused by krb5 v1.21 added in June 2023 to php's core build. Ref Issue #1433
; for gettext
env['LC_ALL'] = C
; for postgres
env['PGGSSENCMODE'] = disable

0 comments on commit 4e672ba

Please sign in to comment.