diff options
Diffstat (limited to '')
-rw-r--r-- | doc/HTML_VARIABLES | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/HTML_VARIABLES b/doc/HTML_VARIABLES deleted file mode 100644 index 2bdf3ad..0000000 --- a/doc/HTML_VARIABLES +++ /dev/null @@ -1,15 +0,0 @@ -There are several standard HTML variables that are available in every .html -file: - - request - The full HTTP request line. - cause - The abbreviated cause of the error condition. - clientip - The IP address of the client making the request. - clienthost - The hostname of the client making the request. - version - The version of tinyproxy. - package - Presently, resolves to 'tinyproxy'. - date - The current date/time in HTTP format. - -In addition, almost all pages support: - - detail - A detailed, plain English explanation of the error and possible - causes. You might consider this the Microsoftian error message. |