mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
web proxy: sync the templates with squid 6.4
For next time it would be better to write an import script as all the files exist without .html in squid and and errorpage.css is somewhere else.
This commit is contained in:
parent
2495fb0dc4
commit
a108d600bc
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,39 +1,49 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Web Browser Configuration</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>Web Browser Configuration</h2>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<div id="content"> <blockquote id="error">
|
||||
<div id="content">
|
||||
<blockquote id="error">
|
||||
<p>Your Web Browser configuration needs to be corrected to use this network.</p>
|
||||
</blockquote>
|
||||
|
||||
<p>How to find these settings in your browser:</p>
|
||||
|
||||
<div id="firefox"> For Firefox browsers go to: <ul>
|
||||
<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
|
||||
<div id="firefox">
|
||||
For Firefox browsers go to:
|
||||
<ul>
|
||||
<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
|
||||
<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="microsoft"> For Internet Explorer browsers go to: <ul>
|
||||
<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
|
||||
<div id="microsoft">
|
||||
For Internet Explorer browsers go to:
|
||||
<ul>
|
||||
<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
|
||||
<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="opera"> For Opera browsers go to: <ul>
|
||||
<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
|
||||
<div id="opera">
|
||||
For Opera browsers go to:
|
||||
<ul>
|
||||
<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
|
||||
<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -1,39 +1,49 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Web Browser Configuration</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>Web Browser Configuration</h2>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<div id="content"> <blockquote id="error">
|
||||
<div id="content">
|
||||
<blockquote id="error">
|
||||
<p>Your Web Browser configuration needs to be corrected to use this network.</p>
|
||||
</blockquote>
|
||||
|
||||
<p>How to find these settings in your browser:</p>
|
||||
|
||||
<div id="firefox"> For Firefox browsers go to: <ul>
|
||||
<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
|
||||
<div id="firefox">
|
||||
For Firefox browsers go to:
|
||||
<ul>
|
||||
<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
|
||||
<li>Select Auto-detect proxy settings for this network</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="microsoft"> For Internet Explorer browsers go to: <ul>
|
||||
<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
|
||||
<div id="microsoft">
|
||||
For Internet Explorer browsers go to:
|
||||
<ul>
|
||||
<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
|
||||
<li>Select Automatically detect settings</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="opera"> For Opera browsers go to: <ul>
|
||||
<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
|
||||
<div id="opera">
|
||||
For Opera browsers go to:
|
||||
<ul>
|
||||
<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
|
||||
<li>Select Use Automatic proxy configuration</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: Cache Access Denied</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>Cache Access Denied.</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: Cache Manager Access Denied</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>Cache Manager Access Denied.</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Directory: %U</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h2>Directory: <a href="%U">%U</a>/</h2>
|
||||
</div>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>FTP PUT Successful.</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1 id="ftpsuccess">Operation successful</h1>
|
||||
<h2>File created</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: FTP upload failed</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>FTP PUT upload failed</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>FTP PUT Successful.</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1 id="ftpsuccess">Operation successful</h1>
|
||||
<h2>File updated</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>Unsupported HTTP version</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
@ -21,7 +24,7 @@
|
||||
<p><b>Unsupported Request Method and Protocol</b></p>
|
||||
</blockquote>
|
||||
|
||||
<p>Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.</p>
|
||||
<p>Squid does not support all request methods for all access protocols.</p>
|
||||
|
||||
<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
|
||||
<br>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URN could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>A URL for the requested URN could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
|
||||
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>ERROR: The requested URL could not be retrieved</title>
|
||||
<!--EMBED:start-->
|
||||
<!-- leave this block as is, our parser will convert links to inline content -->
|
||||
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
||||
<!--EMBED:end -->
|
||||
</head><body id="%c">
|
||||
<style type="text/css"><!--
|
||||
%l
|
||||
|
||||
body
|
||||
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
||||
:lang(he) { direction: rtl; }
|
||||
--></style>
|
||||
</head><body id=%c>
|
||||
<div id="titles">
|
||||
<h1>ERROR</h1>
|
||||
<h2>The requested URL could not be retrieved</h2>
|
||||
|
||||
@ -2,9 +2,13 @@ name: SQUID_X509_V_ERR_INFINITE_VALIDATION
|
||||
detail: "%ssl_error_descr: %ssl_subject"
|
||||
descr: "Cert validation infinite loop detected"
|
||||
|
||||
name: SQUID_ERR_SSL_HANDSHAKE
|
||||
name: SQUID_TLS_ERR_ACCEPT
|
||||
detail: "%ssl_error_descr: %ssl_lib_error"
|
||||
descr: "Handshake with SSL server failed"
|
||||
descr: "Failed to accept a secure connection"
|
||||
|
||||
name: SQUID_TLS_ERR_CONNECT
|
||||
detail: "%ssl_error_descr: %ssl_lib_error"
|
||||
descr: "Failed to establish a secure connection"
|
||||
|
||||
name: SQUID_X509_V_ERR_DOMAIN_MISMATCH
|
||||
detail: "%ssl_error_descr: %ssl_subject"
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user