i have an apache 2.2 with
ServerLimit 50
MaxClients 50
now when i run jmeter wth 50 threads and keep alive checked, all slots belong to jmeter. And i can't access the page with my browser.
i aleady tried
MaxRequestsPerChild 1
but this didn't change any thing
is there any out-of-the-box solution in apache to prevent one client using all slots?