Skip to content

Instantly share code, notes, and snippets.

@arunthampi
Created September 30, 2009 07:16
Show Gist options
  • Save arunthampi/197884 to your computer and use it in GitHub Desktop.
Save arunthampi/197884 to your computer and use it in GitHub Desktop.
$ tar -zxf nginx-0.6.35.tar.gz
$ tar -xzf ngx_max_connections-0.0.5.tar.gz
$ cd nginx-0.6.35
$ patch -p0 < ../ngx_max_connections-0.0.5/patches/nginx-0.6.35.patch
$ cd ../ngx_max_connections-0.0.5
$ vim Makefile #### edit the first line!
$ make configure
$ make
$ make test #### requires ruby, rubygems, rack, and httperf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment