PerlさんPerlくん
[CentOS][環境構築] FastCGI のインストール
最終更新:
atwikimyj
-
view
FastCGI のインストール
# cd /usr/local/src
# wget http://www.fastcgi.com/dist/fcgi.tar.gz
# tar xvfz fcgi-2.4.0.tar.gz
# cd fcgi-2.4.0
# ./configure
# make
# make check
# make install
# wget http://www.fastcgi.com/dist/fcgi.tar.gz
# tar xvfz fcgi-2.4.0.tar.gz
# cd fcgi-2.4.0
# ./configure
# make
# make check
# make install
# perl -MCPAN -e 'install FCGI'
# perl -MCPAN -e 'install CGI::Fast'
# perl -MCPAN -e 'install CGI::Fast'