For documentation, browse index.html. Quick install guide: If the sources have been fetched from CVS, run bootstrap.sh [options]. From a released source, use: 1. Type './configure' 2. Type 'make install' Generic configuration instructions are in the
1.安装Apache 将httpd-2.2.4.tar.gz拷贝至/usr/local/src目录中 tar -zxvf httpd-2.2.4.tar.gz cd httpd-2.2.4 ./configure –prefix=/usr/local/apache2 –enable-so –enable-vhost-alias –enable-rewrite –enable-deflate –enable-mods-shared=all –with-mpm=worker make && make