diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-03-13 21:35:58 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-03-13 21:35:58 +0000 |
commit | 78c1ed384a798be38a82ab739433784af1c74fb3 (patch) | |
tree | d5ff725d46cda1bf5730bfd952765daeb60f1dbe /doc/debug.html | |
parent | a46bfdc2e07442a49c4955abdd28fc458a2cece5 (diff) | |
download | tinyproxy-78c1ed384a798be38a82ab739433784af1c74fb3.tar.gz tinyproxy-78c1ed384a798be38a82ab739433784af1c74fb3.zip |
# Added default HTML files for HTTP error messages and the stats
page. [Steven Young]
Diffstat (limited to 'doc/debug.html')
-rw-r--r-- | doc/debug.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/debug.html b/doc/debug.html new file mode 100644 index 0000000..c62ca43 --- /dev/null +++ b/doc/debug.html @@ -0,0 +1,48 @@ +<html> +<head> +<title> +Request failed - {cause} +</title> +</head> +<body> +<center>{cause}</center> +<blockquote> +The request you made failed. Here are the error variables: +<dt> +request +<dd> +{request} +<dt> +cause +<dd> +{cause} +<dt> +clientip +<dd> +{clientip} +<dt> +clienthost +<dd> +{clienthost} +<dt> +version +<dd> +{version} +<dt> +package +<dd> +{package} +<dt> +date +<dd> +{date} +<dt> +detail +<dd> +{detail} +<dt> +url +<dd> +{url} +</body> +</html> |