Apache Portable Runtime Library
emerge apr
Apache Portable Runtime Utility Library
emerge apr-util

./configure \
--prefix=/local/Apache \
--exec-prefix=/local/Apache \
--enable-ssl \
--enable-so \
--enable-deflate \
--with-ssl=/usr \
--enable-modules=mod_unixd \
--enable-modules=mod_access_compat

make 
make install


/local/Apache/bin/apachectl configtest

/local/Apache/bin/apachectl start

/local/Apache/bin/apachectl stop

查看原文 >>
相关文章