摘要:
本文的编译配置仅限于实现 apache+php(FastCGI) 的最简单配置,实际编译模块如 GD 库、 mysql 模块支持等请自行配置 【编译安装 apache 】# tar -zxvf httpd-2.2.15.tar.gz# cd httpd-2.2.15# ./configure \> --prefix=/usr/local/apache2 \> --enable-module=so... 其他编译配置参考 ./configure --help...# make# make install# cd ../【编译安装 apache 所需动态库 mod_fastcgi 】# 阅读全文
posted @ 2012-06-14 17:15
kudosharry
阅读(346)
评论(0)
推荐(0)
浙公网安备 33010602011771号