]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_CACHE_ACCESS_DENIED
Author: Various Translators
[thirdparty/squid.git] / errors / templates / ERR_CACHE_ACCESS_DENIED
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: Cache Access Denied</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
11 --></style>
12 </head>
13 <body>
14 <div id="titles">
15 <h1>ERROR</h1>
16 <h2>Cache Access Denied.</h2>
17 </div>
18 <hr>
19
20 <div id="content">
21 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
22
23 <blockquote id="error">
24 <p><b>Cache Access Denied.</b></p>
25 </blockquote>
26
27 <p>Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.</p>
28
29 <p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself or <a href="http://%h/cgi-bin/chpasswd.cgi">change</a> your default password.</p>
30
31 <br>
32 </div>
33
34 <hr>
35 <div id="footer">
36 <p>Generated %T by %h (%s)</p>
37 <!-- %c -->
38 </div>
39 </body></html>