1.
tar -xzf httpd-2.4.23.tar.gz

2.
cd httpd-2.4.23 

3.
sudo apt-get install libtool build-essential autoconf automake autotools-dev dh-make debhelper devscripts fakeroot xutils lintian pbuilder libpcre3 libpcre3-dev zlib1g zlib1g-dev zlibc curl libcurl3 libcurl3-dev libcurl3-gnutls libcurl4-openssl-dev python-pycurl git libmysqlclient-dev mysql-server mysql-client nodejs lynx libapr1-dev libaprutil1-dev libcurl4-openssl-dev apache2-dev libssh2-1 libssh2-1-dev

4.
./configure --enable-mpms-shared --with-mpm=event --with-pcre --with-ssl --with-z

5.
make

6.
sudo make install