Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I'm confused about the ServerLimit and MaxClients Apache configuration directives. How do these directives affect each other?

share|improve this question
Depends which MPM you're using. Consult the documentation. – Shane Madden Mar 17 '12 at 20:17

closed as not a real question by Shane Madden, Ladadadada, rnxrx, Scott Pack, HopelessN00b Aug 29 '12 at 23:54

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

They are not affect each other. MaxClients defines rate of servers respawn, ServerLimit limit number of apache forks each moment.

share|improve this answer
The apache documentation for MaxClients references a need to raise the ServerLimit under certain conditions. Surely they affect each other somehow? – Brad Koch Aug 9 '12 at 21:15

Not the answer you're looking for? Browse other questions tagged or ask your own question.