I'm on a Mac lion, and trying to compile just apache bench.
I found some instructions to do:
~/Desktop: cp ./support/.libs/ab /usr/local/apache2/bin/ab
./configure --prefix=/usr/local/apache2
make
make install
which ab output
--> /usr/sbin/ab
cd /usr/local/apache2/bin/
cp ab /usr/sbin/ab
sudo cp ab /usr/sbin/ab
So I downloaded httpd.
The instructions seem to be copying ab to a folder (which btw there is no ab, it is ab.c). Where do I type "./configure ...", in the bin/ab folder? Is it making just ab, confused?
Update And my Mac lion doesn't have apache2 in /usr/local/apache2/ ?
I can't figure out where that folder is, doing:
httpd -v
shows I have apache 2.2.2