]> git.ipfire.org Git - thirdparty/squid.git/blame - errors/templates/ERR_FTP_FAILURE
debug display error page name not id
[thirdparty/squid.git] / errors / templates / ERR_FTP_FAILURE
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>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
11
12<p>Squid sent the following FTP command:</p>
13<blockquote>
f1d6f80d 14<pre>%f</pre>
8289d754
AJ
15</blockquote>
16
17<p>The server responded with:</p>
18<blockquote>
f1d6f80d
AJ
19<pre>%F</pre>
20<pre>%g</pre>
8289d754
AJ
21</blockquote>
22
23<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
f688e673
AJ
24
25<br>
26<hr>
27<div id="footer">Generated %T by %h (%s)</div>
28</body></html>