Page MenuHomeDevCentral

Drop empty value for php-fpm environment variable
ClosedPublic

Authored by dereckson on Feb 27 2020, 12:18.
Tags
None
Referenced Files
F33218087: D2267.id5695.diff
Mon, Jun 15, 22:10
F33184099: D2267.id.diff
Mon, Jun 15, 15:19
Unknown Object (File)
Sun, Jun 14, 12:50
Unknown Object (File)
Sun, Jun 14, 11:27
Unknown Object (File)
Sun, Jun 14, 04:28
Unknown Object (File)
Sat, Jun 13, 10:54
Unknown Object (File)
Sat, Jun 13, 01:21
Unknown Object (File)
Fri, Jun 12, 22:38
Subscribers
None

Details

Summary

php-fpm doesn't accept empty values as environment variables.

It somewhat makes sense, as "" is actually the value
for an undefined environment variable.

Fixes the following issue:

[27-Feb-2020 12:00:23] ERROR: [/usr/local/etc/php-fpm-env.conf:9] empty value
[27-Feb-2020 12:00:23] ERROR: Unable to include /usr/local/etc/php-fpm-env.conf from /usr/local/etc/php-fpm.conf at line 9
[27-Feb-2020 12:00:23] ERROR: failed to load configuration file '/usr/local/etc/php-fpm.conf'
[27-Feb-2020 12:00:23] ERROR: FPM initialization failed

Ref T1598.

Test Plan

Run container and ensure php-fpm initializes

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Feb 27 2020, 14:25