# tar xf apr-util-1.5.3.tar.bz2
# cd apr-util-1.5.3
# ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
# make && make install# tar xf apr-util-1.5.3.tar.bz2
# cd apr-util-1.5.3
# ./configure
# make && make install
5、 編譯安裝httpd
# tar xf httpd-2.4.9.tar.bz2
# cd httpd-2.4.9
# ./configure --help
# ./configure --prefix=/usr/local/apache --sysconfdir=
/etc/httpd24 --enable-so --enable-ssl --enable-cgi --en
able-rewrite --with-zlib --with-pcre --with-apr=/usr/lo
cal/apr --with-apr-util=/usr/local/apr-util --enable-mo
dules=most --enable-mpms-shared=all -with-mpm=event
# make && make install