GNU/Linux >> Linux Esercitazione >  >> Linux

C'è un modo per installare Apache Bench (ab) senza installare apache

Soluzione 1:

Sul mio CentOS 6.2, questo ha funzionato:

sudo yum install httpd-tools

Soluzione 2:

Installa apr-util(è necessario eseguire ab):

yum install apr-util

Installa yum-utils:

yum install yum-utils

Scarica httpd un estratto ab:

mkdir ~/httpd
cd ~/httpd
yumdownloader httpd
rpm2cpio httpd-2.2.3-43.el5.centos.3.i386.rpm | cpio -idmv
mv usr/bin/ab /usr/bin/ab
cd ~
rm -rf ~/httpd

Esegui ab:

ab http://google.ru/
This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0

Linux
  1. Installare Ubuntu 12.04 senza installare Grub?

  2. Come installare PHP senza il server Web Apache?

  3. Installa Apache su CentOS 8

  4. Installa Apache su Debian 10

  5. Come si installa PHP5 senza installare Apache in Ubuntu?

Modo offline per installare app sul tuo PC Ubuntu

15 cose da fare dopo aver installato Fedora 26

Come installare Apache Tomcat 9 su CentOS 7

Come installare Apache in CentOS 8

Come installare Apache in FreeBSD

Come installare Apache su Ubuntu 20.04