Linux 源码安装Apache2.2

./configure --prefix=/usr/local/apache2 --enable-so --enable-mods-shared=most --enable-rewrite=shared --with-mpm=prefork --enable-modules=most LDFLAGS="-L/usr/lib64 -L/lib64"
make
make install

你可能感兴趣的:(linux,源码安装Apache2.2)