https://jingyan.baidu.com/article/7e4409533d7f0f2fc0e2ef91.html
1. apr apr-util
http://archive.apache.org/dist/apr/
apr: configure;make;make install
apr-util: ./configure --prefix=/usr/local/apr-util/ --with-apr=/usr/local/apr/ ;make ; make install
2.prce :http://www.pcre.org
configure;make;make install3.openssl: http://www.openssl.org/source/
4.apache
http://httpd.apache.org
/configure --prefix=/usr/local/apache2 --enable-mods-shared=ALL --enable-so --with-apr=/usr/local/apr -with-apr-util=/usr/local/apr-util --with-pcre=/usr/local/pcre --enable-ssl --with-ssl=/usr/local/ssl