diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-13 03:59:03 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-13 03:59:03 +0530 |
commit | 4cbc6b0359dcac8d3c6165433db8f220c70097bf (patch) | |
tree | 381366febe2121af7d99134ca5a67a8451922d15 /doc/man8/tinyproxy.txt | |
parent | 13ccc059d05ab047b0ea0f32d202b0327bf40b08 (diff) |
doc: Move doc/HTML_VARIABLES content to the manpage
Diffstat (limited to 'doc/man8/tinyproxy.txt')
-rw-r--r-- | doc/man8/tinyproxy.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/man8/tinyproxy.txt b/doc/man8/tinyproxy.txt index 9aac609..4d292fe 100644 --- a/doc/man8/tinyproxy.txt +++ b/doc/man8/tinyproxy.txt @@ -58,6 +58,40 @@ information and to force certain events. certain number of connections have been handled. +TEMPLATE VARIABLES +------------------ + +There are several standard HTML variables that are available in every +template 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*:: + The package name. Presently, resolves to 'tinyproxy'. + +*date*:: + The current date/time in HTTP format. + +In addition, almost all templates support: + +*detail*:: + A detailed, plain English explanation of the error and possible + causes. + + FILES ----- |