Skip to content

Instantly share code, notes, and snippets.

View lippling's full-sized avatar

Alexander Lippling lippling

View GitHub Profile
@mcculloughsean
mcculloughsean / gist:2027012
Created March 13, 2012 05:30 — forked from remear/gist:1724911
Fixing Apachebench on OS X Lion
# If you're getting this error trying to use ApacheBench on OS X Lion:
# Benchmarking mwmanning.com (be patient)...apr_socket_recv: Connection reset by peer (54)
#
# You need to download the latest beta version of Apache and rebuild ab.
# Here's how (assuming you have homebrew installed).
# Install Homebrew (https://github.com/mxcl/homebrew) and then the Perl Regex support
brew install pcre
# Download the latest from http://httpd.apache.org/download.cgi, then decompress and compile it