我下载的是Apache2.0.55,安装INTSLL说明,可以用
./configure --prefix=/usr/local/apache2
make
make install
来完成安装.
但是我从网上看到许多高手安装Apache都是
./configure --prefix=/usr/local/apache --enable-module=so --enable-module=rewrite --enable-shared=max --htdocsdir=/var/www &&
make &&
make install