Home > Backend Development > PHP Tutorial > 关于php fastcgi的有关问题

关于php fastcgi的有关问题

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 10:25:54
Original
964 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:
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template