Ubuntu php5-fpm throws unknown instance on reload

前端 未结 9 854
忘了有多久
忘了有多久 2020-12-24 06:28

I am having some problems with ubuntu and php5-fpm on my VPS. Php works fine, however it throws terminal error when I am trying to reload / restart / stop it. Basically, I c

9条回答
  •  执念已碎
    2020-12-24 07:10

    I have experienced the same issue using Envoyer for Laravel - and that was quite annoying. My solution was to follow option 3) at https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1242376/comments/16

    Create /etc/init/php5-fpm.override file with the single line "reload signal USR2" in it.

提交回复
热议问题