Skip to content

Instantly share code, notes, and snippets.

@ebta
Last active April 26, 2016 16:01
Show Gist options
  • Save ebta/79e0d5a741f0b23df9c3f39d39b1278f to your computer and use it in GitHub Desktop.
Save ebta/79e0d5a741f0b23df9c3f39d39b1278f to your computer and use it in GitHub Desktop.
Update Apache 2.4.7 to latest version (Ubuntu 14.04)
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