Hi, i have a apache 2 and i need teste with 1000 concurrency connections in my site, i am trying using the ab comand of apache:
ab -n 10000 -c 1000
http://localhost
But with this command i recive a error. I want to know what i have to do for enable this in apache to support this.