Search code examples
phpiisfastcgi

IIS Plesk - changing the FastCGI protocol for PHP from Named Pipe to TCP


How can I change the FastCGI protocol for PHP from Named Pipe to TCP? All I have found in Plesk settings is to turn FastCGI on and off

I'm asking it because of this answer:

PHP Exec (ffmpeg) fails on IIS every other request


Solution

  • You could set the TCP protocol for PHP fast CGI by following below steps:

    1)Open iis manger.

    2)Select the Fastcgi setting click on your PHP correct path.

    enter image description here

    3)Under the advance setting set protocol to TCP:

    enter image description here