]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_ICAP_FAILURE
Real: Fix NO DEFAULT compile errors
[thirdparty/squid.git] / errors / templates / ERR_ICAP_FAILURE
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=iso-8859-1">
4 <title>ERROR: The requested URL could not be retrieved</title>
5 <style type="text/css"><!-- %l --></style>
6 </head><body>
7 <h1>ERROR</h1>
8 <h2>The requested URL could not be retrieved</h2>
9 <hr>
10 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
11
12 <blockquote id="error">
13 <p><b>ICAP protocol error.</b></p>
14 </blockquote>
15
16 <p id="sysmsg">The system returned: <i>%E</i></p>
17
18 <p>This means that some aspect of the ICAP communication failed.</p>
19
20 <p>Some possible problems are:</p>
21 <ul>
22 <li><p>The ICAP server is not reachable.</p></li>
23 <li><p>An Illegal response was received from the ICAP server.</p></li>
24 </ul>
25
26 <br>
27 <hr>
28 <div id="footer">Generated %T by %h (%s)</div>
29 </body></html>