Skip to content

Instantly share code, notes, and snippets.

@centminmod
Created September 24, 2017 23:37
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 centminmod/49281cd1e6190f20b9e66cac52ebfdd8 to your computer and use it in GitHub Desktop.
Save centminmod/49281cd1e6190f20b9e66cac52ebfdd8 to your computer and use it in GitHub Desktop.
siege update for centminmod.com
SIEGE_VERSION='4.0.4'
cd /svr-setup
wget http://download.joedog.org/siege/siege-${SIEGE_VERSION}.tar.gz
tar xvzf siege-${SIEGE_VERSION}.tar.gz
cd siege-${SIEGE_VERSION}
./configure --with-ssl=/usr
make -j2
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment