Geoff,

On Feb 5, 2007, at 11:41 AM, Geoff Hartman wrote:

Where can I set the max number of connections? What is the default? Is it set in the httpd.comf file?

Yes. MaxClients is your friend.

http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients

This directive sets the maximum number of Apache workers, not the maximum number of connections. Depending on your operating system and its configuration, sockets may be lined up by the kernel waiting for a worker to handle them. See also ListenBacklog:

http://httpd.apache.org/docs/2.2/mod/mpm_common.html#listenbacklog

S.

--
[EMAIL PROTECTED]            http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to