You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/04/14 10:45:54 UTC

DO NOT REPLY [Bug 47022] New: mod_status: serverlimit vs maxclients

https://issues.apache.org/bugzilla/show_bug.cgi?id=47022

           Summary: mod_status: serverlimit vs maxclients
           Product: Apache httpd-2
           Version: 2.2.11
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: PatchAvailable
          Severity: enhancement
          Priority: P2
         Component: mod_status
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jordi.prats@gmail.com
                CC: jordi.prats@gmail.com


Created an attachment (id=23487)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23487)
patch to mod_status to show maxclients instead of serverlimit

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.

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47022] mod_status: serverlimit vs maxclients

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47022

Stefan Fritsch <sf...@sfritsch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Stefan Fritsch <sf...@sfritsch.de> 2012-02-26 16:53:16 UTC ---
fixed in 2.4.1

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47022] mod_status: serverlimit vs maxclients

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47022

Jordi Prats <jo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.2.11                      |2.2.14

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47022] mod_status: serverlimit vs maxclients

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47022

Stefan Fritsch <sf...@sfritsch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|PatchAvailable              |

--- Comment #1 from Stefan Fritsch <sf...@sfritsch.de> 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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47022] mod_status: serverlimit vs maxclients

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47022

Stefan Fritsch <sf...@sfritsch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

--- Comment #3 from Stefan Fritsch <sf...@sfritsch.de> 2011-01-09 18:02:51 EST ---
Commited a modified version to trunk as r1057048. The mpm_prefork fix r1057045
is also necessary.

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47022] mod_status: serverlimit vs maxclients

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47022

Jordi Prats <jo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47022] mod_status: serverlimit vs maxclients

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47022

--- Comment #2 from Jordi Prats <jo...@gmail.com> 2010-02-05 02:47:05 UTC ---
Created an attachment (id=24931)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24931)
shows slots unusable by MaxClients setting as disabled

With this patch it will show any running process with it's state, but if it is
a open slot but unusable by MaxClients setting will be marked as "disabled"

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org