https://issues.apache.org/bugzilla/show_bug.cgi?id=47022
Stefan Fritsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|PatchAvailable | --- Comment #1 from Stefan Fritsch <[email protected]> 2010-02-03 13:55:59 UTC --- > mod_status shows the number of slots available as the > ServerLimit directive. In my opinion this is not meaningful because if > you set the MaxClient directive to a lower value it does not reflect > on the available slots on mod_status. It's not that easy. status_init() is only executed during restarts. But the result of AP_MPMQ_MAX_DAEMON_USED can vary during the server life time (depending on the MPM). Also for prefork, MaxClients can shrink below the id of the highest active daemon during a graceful restart. This would mean that some running processes are not displayed. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
