]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_CANNOT_FORWARD
Bug 3301: Update CONNECT_FAIL message to mention DNS and connectivity issues
[thirdparty/squid.git] / errors / templates / ERR_CANNOT_FORWARD
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html><head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title>ERROR: The requested URL could not be retrieved</title>
5 <style type="text/css"><!--
6 %l
7
8 body
9 :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
10 :lang(he) { direction: rtl; }
11 --></style>
12 </head><body id=%c>
13 <div id="titles">
14 <h1>ERROR</h1>
15 <h2>The requested URL could not be retrieved</h2>
16 </div>
17 <hr>
18
19 <div id="content">
20 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
21
22 <blockquote id="error">
23 <p><b>Unable to forward this request at this time.</b></p>
24 </blockquote>
25
26 <p>This request could not be forwarded to the origin server or to any parent caches.</p>
27
28 <p>Some possible problems are:</p>
29 <ul>
30 <li id="missing-dns">The domain name <q>%H</q> might not be found in DNS.</li>
31 <li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
32 <li id="no-peer">All configured parent caches may be currently unreachable.</li>
33 <li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
34 </ul>
35
36 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
37
38 <br>
39 </div>
40
41 <hr>
42 <div id="footer">
43 <p>Generated %T by %h (%s)</p>
44 <!-- %c -->
45 </div>
46 </body></html>