]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_TOO_BIG
Polish template CSS
[thirdparty/squid.git] / errors / templates / ERR_TOO_BIG
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 <div id="titles">
8 <h1>ERROR</h1>
9 <h2>The requested URL could not be retrieved</h2>
10 </div>
11 <hr>
12
13 <div id="content">
14 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
15
16 <blockquote id="error">
17 <p><b>The request or reply is too large.</b></p>
18 </blockquote>
19
20 <p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
21 <p>If you are making a GET request, then the item you are trying to download is too large.</p>
22 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
23
24 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
25 <br>
26 </div>
27
28 <hr>
29 <div id="footer">
30 <p>Generated %T by %h (%s)</p>
31 <!-- %c -->
32 </div>
33 </body></html>