You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@znep.com> on 1997/01/25 23:47:32 UTC

Re: cvs commit: apache/src mod_status.c

Are you sure that is what you want to say?  What about something more 
like "Empty slot (no server running)"?  I'm just thinking that people
don't like it when the see "dead" and it isn't necessarily a
previously used slot if it is at the end of the scoreboard.

On Sat, 25 Jan 1997, Jim Jagielski wrote:

> jim         97/01/25 14:16:09
> 
>   Modified:    src       mod_status.c
>   Log:
>   Explain . status
>   
>   Revision  Changes    Path
>   1.40      +1 -0      apache/src/mod_status.c
>   
>   Index: mod_status.c
>   ===================================================================
>   RCS file: /export/home/cvs/apache/src/mod_status.c,v
>   retrieving revision 1.39
>   retrieving revision 1.40
>   diff -C3 -r1.39 -r1.40
>   *** mod_status.c	1997/01/01 18:10:41	1.39
>   --- mod_status.c	1997/01/25 22:16:08	1.40
>   ***************
>   *** 399,404 ****
>   --- 399,405 ----
>         else {
>     	rputs("</PRE>\n",r);
>     	rputs("Scoreboard Key: <br>\n",r);
>   + 	rputs("\"<B><code>.</code></B>\" Previously used slot, currently Dead, \n",r);
>     	rputs("\"<B><code>_</code></B>\" Waiting for Connection, \n",r);
>     	rputs("\"<B><code>S</code></B>\" Starting up, \n",r);
>     	rputs("\"<B><code>R</code></B>\" Reading Request,<BR>\n",r);
>   
>   
>   
>