关于php fastcgi的有关问题

WBOY
Release: 2016-06-13 10:25:54
Original
902 people have browsed it

关于php fastcgi的问题
昨天换了个编程环境 mac os x 10.6.4 + nginx0.7.65+php5(fastcgi)

php-cgi根目录 /opt/local/etc/bin/


ubuntu 启动命令
spawn-fcgi -a 127.0.0.1 -p 9000 -C 10 -u www-data -f /usr/bin/php-cgi

mac 启动命令
sudo /opt/local/bin/php-cgi -q -b 127.0.0.1:9000 这命令执行后一直没反应。

大家帮忙看看

------解决方案--------------------
我來吧....nginx0.7.65好用嗎?
比apache?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!