File: HTML_VARIABLES

package info (click to toggle)
tinyproxy 1.6.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 2,592 kB
  • ctags: 1,719
  • sloc: ansic: 8,033; sh: 7,983; yacc: 224; lex: 150; makefile: 138
file content (15 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.