Hi

I have apache2.conf using prefork with MaxClient setting to 30 ( on Lenny)

but on system I saw more than 100 apache2 processes

Isn't the MaxClients supposed to limit total apache2 processes to be 30?

Something may be wrong/security issue?


# pstree

init-+-apache2-+-94*[apache2---{apache2}]
    |         `-7*[apache2]


/etc/apache2.conf

# prefork MPM
<IfModule prefork.c>
StartServers         5
MinSpareServers      5
MaxSpareServers     10
MaxClients          30
MaxRequestsPerChild  0
</IfModule>


Thanks

--

Kind regards
Min Wang





--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to