You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am very glad to use your solving.
I have tried to run it, but came across to a problem of php-fpm in file startup.sh
root@6bf865a9e6a0:/var/www# /usr/sbin/php5-fpm -c /etc/php5/fpm
PHP: syntax error, unexpected '!' in Unknown on line 1
ERROR: Unable to include /etc/php5/fpm/pool.d/env.conf from /etc/php5/fpm/php-fpm.conf at line 6
ERROR: failed to load configuration file '/etc/php5/fpm/php-fpm.conf'
ERROR: FPM initialization failed
My a question is how it has to work? I think it is error, because doesn't need copy env.conf in pool.d for spawning php-fpm or need to copy to other place, but don't know for a what reasons...
The text was updated successfully, but these errors were encountered:
The problem with both issues reported is because Docker 1.11 introduced new environment variables that are breaking php5-frpm. This is because Docker 1.11 uses some weird syntax to declare environment variables.
I already have a fix in place but I'm still testing it.
Hi, I am very glad to use your solving.
I have tried to run it, but came across to a problem of php-fpm in file startup.sh
root@6bf865a9e6a0:/var/www# /usr/sbin/php5-fpm -c /etc/php5/fpm
PHP: syntax error, unexpected '!' in Unknown on line 1
ERROR: Unable to include /etc/php5/fpm/pool.d/env.conf from /etc/php5/fpm/php-fpm.conf at line 6
ERROR: failed to load configuration file '/etc/php5/fpm/php-fpm.conf'
ERROR: FPM initialization failed
My a question is how it has to work? I think it is error, because doesn't need copy env.conf in pool.d for spawning php-fpm or need to copy to other place, but don't know for a what reasons...
The text was updated successfully, but these errors were encountered: