Skip to main content

pipe delivery process timed out

Comments

3 comments

  • cPanelMichael
    Hello :) I see you have opened a support ticket for this issue. I will update this thread with the outcome once the ticket is closed. Thank you.
    0
  • ifbtech
    Thanks, here's the solution: /usr/bin/php is intended for use with the web server, and /usr/local/bin/php is the CLI version. I suspect that your previous server must have been compiled without FastCGI support, meaning that /usr/bin/php on that server would have been configured with a different SAPI than the current server. A FastCGI PHP binary will process its first request, and then sit open, waiting for additional requests, until it's killed. I changed the shebang to /usr/local/bin/php and now it's all good!
    0
  • cPanelMichael
    I am happy to hear the issue is now resolved. Thank you for updating this thread with the solution.
    0

Please sign in to leave a comment.