Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix reloading php-fpm on trusty & utopic #107

Merged
merged 1 commit into from
Jul 24, 2015
Merged

Fix reloading php-fpm on trusty & utopic #107

merged 1 commit into from
Jul 24, 2015

Commits on Jul 24, 2015

  1. Fix reloading php-fpm on trusty & utopic

    Ubuntu versions newer than precise support reload signals but that
    feature is disabled by the package maintainer because he builds
    packages with the same upstart config for precise, too.
    
    But because we actually use reload, refreshing the service doesn't work
    correctly which leads to php-fpm child processes that never get killed.
    These processes prevent restarting php-fpm altogether. The only fix is
    manually killing them.
    
    See https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1242376 for
    reference.
    
    This patch ensures that reloading is not used on precise and the reload
    signal USR2 is used for all other supported versions of Ubuntu by
    creating an upstart override file.
    
    /cc @globin @exi
    fpletz committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    4566cdd View commit details
    Browse the repository at this point in the history