Hi
I recently got this requirement from my client to reduce and limit the number of user that can access the application server on any node in the application a certain number
I have been searching on the internet and found nothing for the number of users but I found another directive that limits the number of simultaneous requests that will be processed at a time and that directive is
MaxClients Directive
http://httpd.apache.org/docs/2.0/mod/mpm_common.htmljust wanted to ask if there is a better way to that?