apache 2.4.3 服务可以启动,但无法停止
cd /tmp/httpd-2.4.3./configure --prefix=/usr/local/apache --enable-so --enable-deflate=shared --enable-expires=shared --enable-headers=shared --enable-rewrite=shared --enable-static-support --with-included-apr --with-mpm=preforkmake && make installcp -f build/rpm/httpd.init /etc/init.d/httpdchmod +x /etc/init.d/httpdchkconfig --add httpdchkconfig httpd oncd /etcmv httpd httpd_oldmkdir -p httpd/conf.dln -s /usr/local/apache/conf httpd/confcd /usr/sbin/ln -fs /usr/local/apache/bin/httpdln -fs /usr/local/apache/bin/apachectlcd /var/logrm -rf httpd/ln -s /usr/local/apache/logs httpd