
imagenesis at gmail
Jun 28, 2009, 12:56 AM
Post #1 of 2
(169 views)
Permalink
|
|
Benchmarking with AB, requesting urls with more than one GET variable
|
|
Hello, I am having trouble benchmarking with ab a url with more than one GET variable, ie http://example.com/?hello=world&foo=bar. ab ends up only querying the url http://example.com/?hello=world. I've solved this with mod_rewrite with apache before but I think I might just be specifying the url improperly. Not really a cherokee question. I realize I can hardcode the variables for benchmarking or create file handling directives in cherokee but some instructions for fixing this with with ab would be nice. Thanks!
|