On 3/3/06, Nadir Mahmoud <[EMAIL PROTECTED]> wrote:
> Can I control the maximum number of users (clients) who connect to my web
> server by using apache directives?

You control the maximum number of client connections using the
MaxClients directive.  But remember that one browser often makes
multiple simultaneous connections and, alternatively, several users
may communicate over one connection using a proxy.  So there is no
direct map between users and connections.

If you told us exactly what you are trying to accomplish, we might be
able to help more.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to