ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Coro/myhttpd/diridx.pl
(Generate patch)

Comparing cvsroot/Coro/myhttpd/diridx.pl (file contents):
Revision 1.16 by root, Wed Nov 28 03:39:46 2001 UTC vs.
Revision 1.17 by root, Thu Nov 29 02:34:31 2001 UTC

209<head><title>Server Status Page</title></head> 209<head><title>Server Status Page</title></head>
210<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000080" alink="#ff0000"> 210<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000080" alink="#ff0000">
211<h1>Server Status Page</h1> 211<h1>Server Status Page</h1>
212<h2>Myhttpd</h2> 212<h2>Myhttpd</h2>
213version <b>$VERSION</b>; current connections count: <b>$::conns</b>; uptime: <b>$uptime</b>;<br /> 213version <b>$VERSION</b>; current connections count: <b>$::conns</b>; uptime: <b>$uptime</b>;<br />
214client-iD <b>$self->{remote_id}</b>, client country <b>$self->{country}</b>;<br /> 214client-id <b>$self->{remote_id}</b>, client country <b>$self->{country}</b>;<br />
215<h2>Queue Statistics</h2> 215<h2>Queue Statistics</h2>
216<ul> 216<ul>
217EOF 217EOF
218 218
219 my @queuename = ("Small Queue", "Large Queue"); 219 my @queuename = ("Small Queue", "Large Queue");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines