Skip to content

Instantly share code, notes, and snippets.

@yuyalush
Created September 18, 2011 15:08
Show Gist options
  • Save yuyalush/1225150 to your computer and use it in GitHub Desktop.
Save yuyalush/1225150 to your computer and use it in GitHub Desktop.
Install ApacheBench to CentOS5.6
yum -y install apr apr-util yum-utils
mkdir ~/httpd
cd ~/httpd
yumdownloader httpd
rpm2cpio httpd-2.2.3-53.el5.centos.1.x86_64.rpm | cpio -idmv
mv usr/bin/ab /usr/bin/ab
cd ~
rm -rf ~/httpd
ab http://google.ru/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment