Skip to content

Instantly share code, notes, and snippets.

@okor
Forked from mattmanning/gist:1430691
Created May 25, 2012 20:36
Show Gist options
  • Save okor/2790431 to your computer and use it in GitHub Desktop.
Save okor/2790431 to your computer and use it in GitHub Desktop.
Fixing Apachebench on OS X Lion
brew install pcre
wget http://apache.mirrors.pair.com/httpd/httpd-2.4.2.tar.bz2
tar xzvf httpd-2.4.2.tar.gz
cd httpd-2.4.2
./configure
make
make install
sudo cp /usr/local/apache2/bin/ab /usr/sbin/ab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment