Last active
April 26, 2016 16:01
-
-
Save ebta/79e0d5a741f0b23df9c3f39d39b1278f to your computer and use it in GitHub Desktop.
Update Apache 2.4.7 to latest version (Ubuntu 14.04)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd | |
wget http://www-eu.apache.org/dist//httpd/httpd-2.4.20.tar.gz | |
tar xf httpd-2.4.12.tar.gz | |
cd httpd-2.4.12 | |
./configure | |
make | |
make install | |
; if needed, download apr and apr-util from here https://apr.apache.org/download.cgi | |
; extract and move folder to httpd-2.4.x/srclib, rename with just 'apr' and 'apr-util' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment