]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_CACHE_MGR_ACCESS_DENIED
Merged from trunk.
[thirdparty/squid.git] / errors / templates / ERR_CACHE_MGR_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 Manager 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><body>
13 <div id="titles">
14 <h1>ERROR</h1>
15 <h2>Cache Manager Access Denied.</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>Cache Manager Access Denied.</b></p>
24 </blockquote>
25
26 <p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>
27
28 <p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself or, if you <em>are</em> the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.</p>
29
30 <br>
31 </div>
32
33 <hr>
34 <div id="footer">
35 <p>Generated %T by %h (%s)</p>
36 <!-- %c -->
37 </div>
38 </body></html>