When I set the MaxRequestWorkers to 20, all the Apache Child processes cannot be more then 20. But, that means if one users used all of the 20, the rest of the users are also not allowed to make more apache child process.
I want to set this up on a per user basis. If user John created 20 processes, and user jane only 5, she can still create up to 20.
How can I achieve this?