wget
tar -zxvf ncftp-3.2.2-src.tar.gz
cd ncftp-3.2.2
./configure --prefix=/usr
make;make install
perl -MCPAN -e 'install FCGI'
perl -MCPAN -e 'install Getopt::Long'
perl -MCPAN -e 'install IO:All'
perl -MCPAN -e 'install Socket'
wget
mv nginx-fcgi.txt /usr/local/nginx/bin/nginx-fcgi
chmod 777 /usr/local/nginx/bin/nginx-fcgi
具体看:
阅读(817) | 评论(0) | 转发(0) |