]> git.ipfire.org Git - thirdparty/squid.git/blame - errors/templates/ERR_ONLY_IF_CACHED_MISS
debug display error page name not id
[thirdparty/squid.git] / errors / templates / ERR_ONLY_IF_CACHED_MISS
CommitLineData
8289d754
AJ
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"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></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>
13<p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p>
14</blockquote>
15
16<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
17
18<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
f688e673
AJ
19
20<br>
21<hr>
22<div id="footer">Generated %T by %h (%s)</div>
23</body></html>