1 | |
---|
2 | <html><head> |
---|
3 | <meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors"> |
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
---|
5 | <title>KĻŪDA: Pieprasītā adrese nav atrodama</title> |
---|
6 | <style type="text/css"><!-- |
---|
7 | %l |
---|
8 | |
---|
9 | body |
---|
10 | :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } |
---|
11 | :lang(he) { direction: rtl; } |
---|
12 | --></style> |
---|
13 | </head><body id="%c"> |
---|
14 | <div id="titles"> |
---|
15 | <h1>Kļūda</h1> |
---|
16 | <h2>Nevar atvērt pieprasīto adresi.</h2> |
---|
17 | </div> |
---|
18 | <hr> |
---|
19 | |
---|
20 | <div id="content"> |
---|
21 | <p><b>Nekorekts pieprasījums</b> notikusi kļūda mēģinot apstrādāt pieprasījumu:</p> |
---|
22 | |
---|
23 | <blockquote id="data"> |
---|
24 | <pre>%R</pre> |
---|
25 | </blockquote> |
---|
26 | |
---|
27 | <p>Dažas iespējamās problēmas ir:</p> |
---|
28 | <ul> |
---|
29 | <li id="missing-method"><p>Nav vai ir nezināma pieprasījuma metode.</p></li> |
---|
30 | <li id="missing-url"><p>Pazudis URL.</p></li> |
---|
31 | <li id="missing-protocol"><p>pietrūkst HTTP identifikators (HTTP/1.0).</p></li> |
---|
32 | <li><p>Pieprasījums ir par lielu.</p></li> |
---|
33 | <li><p>Content-Length missing for POST or PUT requests.</p></li> |
---|
34 | <li><p>Neatļauts simbols adresē. Pasvītrojuma rakstzīme nav atļauta.</p></li> |
---|
35 | <li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li> |
---|
36 | </ul> |
---|
37 | |
---|
38 | <p>Jūsu kešatmiņas administrators ir <a href="mailto:%w%W">%w</a>.</p> |
---|
39 | <br> |
---|
40 | </div> |
---|
41 | |
---|
42 | <script language="javascript"> |
---|
43 | if ('%M' != '[unknown method]') document.getElementById('missing-method').style.display = 'none'; |
---|
44 | if ('%u' != '[no URL]') document.getElementById('missing-url').style.display = 'none'; |
---|
45 | if ('%P' != '[unknown protocol]') document.getElementById('missing-protocol').style.display = 'none'; |
---|
46 | </script> |
---|
47 | |
---|
48 | <hr> |
---|
49 | <div id="footer"> |
---|
50 | <p>Ģenerēts %T by %h (%s)</p> |
---|
51 | <!-- %c --> |
---|
52 | </div> |
---|
53 | </body></html> |
---|