摘要:
1. 安装apache 将apache源代码解压缩:一、编译和安装apache:# tar zxvf httpd-2.2.11.tar.gz # cd httpd-2.2.11# ./configure# make# make install 默认安装在/usr/local/apache2中。 安装fcgi 将fcgi解压缩:# tar zxvf fcgi-2.4.0.tar.gz 编译和安装:# cd fcgi-2.4.0# ./configure# make# make install 将必要的动态库拷贝到/usr/lib中(cgi程序将依赖这些库文件):# cp ./libfcgi/.l 阅读全文
posted @ 2012-03-13 10:59
酷赛瑞
阅读(2145)
评论(0)
推荐(0)

浙公网安备 33010602011771号