I have MAMP running on my local testing server and I opened a backup of my actual site onto it (all databases and files)... It works perfect in browser, but when I try to run Apache Bench I have problems

No matter what URL (Drupal Clean, Path Clean or simply unclean) I use for any of my drupal pages I am always returned a "Test aborted after 10 failures" message.

On the other hand, any single page of my Vbulletin forum, even ones with arguments in the URL works perfectly...

Whats going on, what am i doing wrong?!

Comments

mtsachev’s picture

I had the same issue with Apachebench 1.3, it checks that document size for all results is the same. With dynamic pages it's always different so it reports everything after the first GET as a failure and aborts after the 11th request.