时间:2021-07-01 10:21:17 帮助过:15人阅读
用PHPStorm运行PHP脚本的时候浏览器提示"502 Bad Gateway",PHPStorm提示"php-cgi not found"。
系统为:MacOS X EI Captian
解决方案
$ curl -s http://php-osx.liip.ch/install.sh | bash -s 5.5
/usr/local/php5/bin
"最后
虽然这个方案会让系统中存在两套PHP,更好的办法当然是下载个跟系统一样的PHP源代码,然后重新编译,但是考虑到时间因素,就先不折腾了。
以上就介绍了php-cgi not found,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。