You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Kurt Kohler <ko...@ao.com> on 1997/02/08 00:50:01 UTC

mod_status/167: Formatting error in status display

>Number:         167
>Category:       mod_status
>Synopsis:       Formatting error in status display
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Fri Feb  7 15:50:00 1997
>Originator:     kohler@ao.com
>Organization:
apache
>Release:        1.2b6
>Environment:
SunOS antares 5.5 Generic_103093-06 sun4m sparc SUNW,SPARCstation-4
gcc version 2.7.2
>Description:
There's an extraneous blank line and comma in the descriptions
of the status characters.
>How-To-Repeat:
The problem shouldn't be configuration or URL dependent, although of course 
apache must be built with mod_status included.
>Fix:
*** mod_status.c.old    Fri Feb  7 15:16:55 1997
--- mod_status.c        Fri Feb  7 15:19:58 1997
***************
*** 405,412 ****
        rputs("\"<B><code>W</code></B>\" Sending Reply, \n",r);
        rputs("\"<B><code>K</code></B>\" Keepalive (read), \n",r);
        rputs("\"<B><code>D</code></B>\" DNS Lookup, \n",r);
!       rputs("\"<B><code>L</code></B>\" Logging<p>\n",r);
!       rputs("\"<B><code>.</code></B>\" Open slot with no current process, \n",r);
      }
  
  #if defined(STATUS)
--- 405,412 ----
        rputs("\"<B><code>W</code></B>\" Sending Reply, \n",r);
        rputs("\"<B><code>K</code></B>\" Keepalive (read), \n",r);
        rputs("\"<B><code>D</code></B>\" DNS Lookup, \n",r);
!       rputs("\"<B><code>L</code></B>\" Logging,<BR>\n",r);
!       rputs("\"<B><code>.</code></B>\" Open slot with no current process<P>\n",r);
      }
  
  #if defined(STATUS)
%0
>Audit-Trail:
>Unformatted: