Created
September 18, 2011 15:08
-
-
Save yuyalush/1225150 to your computer and use it in GitHub Desktop.
Install ApacheBench to CentOS5.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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