Skip to content
This repository has been archived by the owner on Aug 10, 2019. It is now read-only.

--nodaemonize in php-fpm init script breaks logging #48

Open
jeichorn opened this issue Dec 6, 2013 · 1 comment
Open

--nodaemonize in php-fpm init script breaks logging #48

jeichorn opened this issue Dec 6, 2013 · 1 comment

Comments

@jeichorn
Copy link

jeichorn commented Dec 6, 2013

The init script is using

exec /usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/php-fpm.conf

When you run php5-fpm with --nodaemonize its logging goes to standard out, which makes setting the log locatio in the php-fpm.conf worthless.

@jeichorn
Copy link
Author

The upstart config also is missing a ton of functionality compared to the init script from upstream, graceful stop etc, and if you run reload it just breaks fpm. The current state is painfully broken.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant