computerminds / parrot

A vagrant VM for Drupal Development
27 stars 15 forks source link

Bug in trusty PHP FPM #122

Closed darthsteven closed 8 years ago

darthsteven commented 8 years ago

Because of this bug, Parrot is going to be unable to restart PHP-FPM:

https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1242376

We should add the override as suggested which works quite nicely.

darthsteven commented 8 years ago

This also the PHP-FPM master process basically dies, but then can't manage the children that it spawned, so when they go down, there's nothing to bring them back.

darthsteven commented 8 years ago

Fixed in #123