File: ERR_INVALID_REQ

package info (click to toggle)
squid-langpack 20200403-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,380 kB
  • sloc: sh: 45; makefile: 30
file content (53 lines) | stat: -rw-r--r-- 2,061 bytes parent folder | download
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
49
50
51
52
53

<html><head>
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
<style type="text/css"><!-- 
 %l

body
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
:lang(he) { direction: rtl; }
 --></style>
</head><body id="%c">
<div id="titles">
<h1>შეცდომა</h1>
<h2>მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</h2>
</div>
<hr>

<div id="content">
<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>

<blockquote id="data">
<pre>%R</pre>
</blockquote>

<p>Some possible problems are:</p>
<ul>
<li id="missing-method"><p>Missing or unknown request method.</p></li>
<li id="missing-url"><p>Missing URL.</p></li>
<li id="missing-protocol"><p>Missing HTTP Identifier (HTTP/1.0).</p></li>
<li><p>მოთხოვნა ძალიან დიდია.</p></li>
<li><p>Content-Length missing for POST or PUT requests.</p></li>
<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
</ul>

<p>თქვენი კეშის ადმინისტრატორია <a href="mailto:%w%W">%w</a>.</p>
<br>
</div>

<script language="javascript">
if ('%M' != '[unknown method]') document.getElementById('missing-method').style.display = 'none';
if ('%u' != '[no URL]') document.getElementById('missing-url').style.display = 'none';
if ('%P' != '[unknown protocol]') document.getElementById('missing-protocol').style.display = 'none';
</script>

<hr>
<div id="footer">
<p>დაგენერირების დრო: %T, სერვისი: %h (%s)</p>
<!-- %c -->
</div>
</body></html>