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

Comparing Coro/myhttpd/internal.pl (file contents):
Revision 1.3 by root, Wed May 22 00:41:44 2002 UTC vs.
Revision 1.4 by root, Mon Jul 29 21:41:54 2002 UTC

6 my $content = <<EOF; 6 my $content = <<EOF;
7<html> 7<html>
8<head><title>Server Status Page</title></head> 8<head><title>Server Status Page</title></head>
9<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000080" alink="#ff0000"> 9<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000080" alink="#ff0000">
10<h1>Server Status Page</h1> 10<h1>Server Status Page</h1>
11<h2>Myhttpd</h2> 11<h2>$::NAME</h2>
12version <b>$VERSION</b>; current:max connection count: <b>$::conns</b>:<b>$::maxconns</b>; uptime: <b>$uptime</b>;<br /> 12version <b>$VERSION</b>; current:max connection count: <b>$::conns</b>:<b>$::maxconns</b>; uptime: <b>$uptime</b>;<br />
13client-id <b>$self->{remote_id}</b>; client country <b>$self->{country}</b>;<br /> 13client-id <b>$self->{remote_id}</b>; client country <b>$self->{country}</b>;<br />
14<h2>Queue Statistics</h2> 14<h2>Queue Statistics</h2>
15<ul> 15<ul>
16EOF 16EOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines