apt-get install libapr1 libapr1-dev libaprutil1 libaprutil1-dev libpcre3 libpcre3-dev libnghttp2-14 libnghttp2-dev openssl libssl-dev build-essential autoconf git libtool nghttp2 libnghttp2-dev curl psmisc ssl-cert wget https://mirrors.netix.net/apache//httpd/httpd-2.4.46.tar.bz2 tar -xf httpd-2.4.46.tar.bz2 cd httpd-2.4.46 ./configure --with-mpm=event --disable-http2 --enable-ssl make make install ln -s /etc/ssl/certs/ssl-cert-snakeoil.pem /usr/local/apache2/conf/server.crt ln -s /etc/ssl/private/ssl-cert-snakeoil.key /usr/local/apache2/conf/server.key ### git clone https://github.com/icing/mod_h2.git cd mod_h2/ autoreconf -i automake autoconf ./configure --with-apxs=/usr/local/apache2/bin/apxs Version: 1.15.19 shared 11:0:6 Host type: x86_64-pc-linux-gnu Install prefix: /usr/local/apache2 APXS: /usr/local/apache2/bin/apxs HTTPD-VERSION: 2.4.46 make make install