nginx+php(fastcgi)+上传进度条的安装与配置

php-fpm详情见:http://syre.blogbus.com/logs/20092011.html
nginx+fastcgi见:http://www.kuqin.com/web/20080829/15611.html
php-fpm下载:http://php-fpm.anight.org/download.html
nginx介绍:http://www.ibm.com/developerworks/cn/web/wa-lo-nginx/

下载:http://sysoev.ru/nginx/nginx-0.7.30.tar.gz
下载:http://php-fpm.anight.org/downloads/head/php-5.2.8-fpm-0.5.10.diff.gz
下载:http://wiki.nginx.org/File:Nginx_uploadprogress_module-0.5.tar.gz
(1)装nginx
yum install pcre-devel
解压nginx-0.7.30.tar.gz与Nginx_uploadprogress_module-0.5.tar.gz(解压至/data/soft/nginx_uploadprogress_module)
./configure –prefix=/data/sys/nginx –user=nobody –group=nobody
–with-http_stub_status_module  –add-module=/data/soft/nginx_uploadprogress_module
make
make install
阅读更多