File: debug.html

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 (48 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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>