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
Starting php-fpm...
/root/.phpbrew/bashrc: line 216: /root/.phpbrew/php/php-5.2.17/sbin/php-fpm: No such file or directory
php-fpm start failed.
/usr/lib/python2.7/dist-packages/supervisor/options.py:295: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
'Supervisord is running as root and it is searching '
2015-12-07 12:09:34,293 CRIT Supervisor running as root (no user in config file)
2015-12-07 12:09:34,293 WARN Included extra file "/etc/supervisor/conf.d/startup.conf" during parsing
2015-12-07 12:09:34,311 INFO RPC interface 'supervisor' initialized
2015-12-07 12:09:34,311 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2015-12-07 12:09:34,311 INFO supervisord started with pid 11
2015-12-07 12:09:35,314 INFO spawned: 'sshd' with pid 14
2015-12-07 12:09:35,316 INFO spawned: 'mysqld' with pid 15
2015-12-07 12:09:35,318 INFO spawned: 'apache2' with pid 16
2015-12-07 12:09:36,483 INFO success: sshd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-12-07 12:09:36,484 INFO success: mysqld entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-12-07 12:09:36,484 INFO success: apache2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
The text was updated successfully, but these errors were encountered:
I removed PHP 5.2 because it's really old, not secure anymore and doesn't support fpm by default. So it was really hard to maintain. I forgot to remove it from the readme. You could go back to an previous.
➜ docker-phpapp git:(master) ✗ docker run -d --name phpappv3 -p 80:80 -e "PHP_VERSION=5.2" xd/phpapp:v2
the docker logs:
Starting php-fpm...
/root/.phpbrew/bashrc: line 216: /root/.phpbrew/php/php-5.2.17/sbin/php-fpm: No such file or directory
php-fpm start failed.
/usr/lib/python2.7/dist-packages/supervisor/options.py:295: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
'Supervisord is running as root and it is searching '
2015-12-07 12:09:34,293 CRIT Supervisor running as root (no user in config file)
2015-12-07 12:09:34,293 WARN Included extra file "/etc/supervisor/conf.d/startup.conf" during parsing
2015-12-07 12:09:34,311 INFO RPC interface 'supervisor' initialized
2015-12-07 12:09:34,311 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2015-12-07 12:09:34,311 INFO supervisord started with pid 11
2015-12-07 12:09:35,314 INFO spawned: 'sshd' with pid 14
2015-12-07 12:09:35,316 INFO spawned: 'mysqld' with pid 15
2015-12-07 12:09:35,318 INFO spawned: 'apache2' with pid 16
2015-12-07 12:09:36,483 INFO success: sshd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-12-07 12:09:36,484 INFO success: mysqld entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-12-07 12:09:36,484 INFO success: apache2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
The text was updated successfully, but these errors were encountered: