From 922e0be57416f69ab0d22dce3446bca89c6b0242 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 14 Jul 2008 11:58:19 +0530 Subject: Update error pages to valid XHTML format Also change some text and how the messages are displayed, to look better. --- doc/debug.html | 94 ++++++++++++++++++++++++++++++-------------------------- doc/default.html | 28 +++++++++++++---- doc/stats.html | 73 +++++++++++++++++++++++++++++++++++++------ 3 files changed, 137 insertions(+), 58 deletions(-) diff --git a/doc/debug.html b/doc/debug.html index c62ca43..1116c00 100644 --- a/doc/debug.html +++ b/doc/debug.html @@ -1,48 +1,56 @@ - + + + + + - -Request failed - {cause} - +{cause} + + -
{cause}
-
-The request you made failed. Here are the error variables: -
-request -
-{request} -
-cause -
-{cause} -
-clientip -
-{clientip} -
-clienthost -
-{clienthost} -
-version -
-{version} -
-package -
-{package} -
-date -
-{date} -
-detail -
-{detail} -
-url -
-{url} + +

HTTP proxy error

+ +

The following error has occured at the HTTP proxy: {detail}

+ +

Here are the error variables:

+ +
+ +
request
+
{request}
+ +
cause
+
{cause}
+ +
clientip
+
{clientip}
+ +
clienthost
+
{clienthost}
+ +
version
+
{version}
+ +
package
+
{package}
+ +
date
+
{date}
+ +
detail
+
{detail}
+ +
url
+
{url}
+ +
+ +
+ +

Generated by {package} ({version})

+ + diff --git a/doc/default.html b/doc/default.html index 2cb291d..b0a7d8f 100644 --- a/doc/default.html +++ b/doc/default.html @@ -1,7 +1,23 @@ -{cause} + + + + + + +{cause} + + + -Cache Error!
-The following error has occured: {detail} -
-Generated by {package} ({version}) - + +

HTTP proxy error

+ +

The following error has occured at the HTTP proxy: {detail}

+ +
+ +

Generated by {package} ({version})

+ + + + diff --git a/doc/stats.html b/doc/stats.html index 2168606..2f90c88 100644 --- a/doc/stats.html +++ b/doc/stats.html @@ -1,10 +1,65 @@ -{package} ({version}) stats + + + + + + +{package} {version} run-time statistics + + + + + + -

{package} ({version}) run-time statistics


-
-Number of open connections: {opens}
-Number of requests: {reqs}
-Number of bad connections: {badconns}
-Number of denied connections: {deniedconns}
-Number of refused connections due to high load: {refusedconns}
-
+ +

{package} {version} run-time statistics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameValue
Number of open connections{opens}
Number of requests{reqs}
Number of bad connections{badconns}
Number of denied connections{deniedconns}
Number of refused connections due to high load{refusedconns}
+ + + + -- cgit v1.2.3