]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_CACHE_MGR_ACCESS_DENIED
Polish error page CSS
[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=iso-8859-1">
4 <title>ERROR: Cache Manager Access Denied</title>
5 <style type="text/css"><!-- %l --></style>
6 </head><body>
7 <div id="titles">
8 <h1>ERROR</h1>
9 <h2>Cache Manager Access Denied.</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>Cache Manager Access Denied.</b></p>
18 </blockquote>
19
20 <p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>
21
22 <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>
23
24 <br>
25 </div>
26
27 <hr>
28 <div id="footer">
29 <p>Generated %T by %h (%s)</p>
30 <!-- %c -->
31 </div>
32 </body></html>