Skip to content

Instantly share code, notes, and snippets.

@ankane
Created May 21, 2012 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankane/2760694 to your computer and use it in GitHub Desktop.
Save ankane/2760694 to your computer and use it in GitHub Desktop.
cd /tmp
wget http://apache.mirrors.pair.com/httpd/httpd-2.4.2.tar.bz2
tar xzvf httpd-2.4.2.tar.bz2
cd httpd-2.4.2
./configure
make
sudo cp support/ab /usr/sbin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment