diff -u -r -N squid-3.1.0.1/ChangeLog squid-3.1.0.2/ChangeLog
--- squid-3.1.0.1/ChangeLog	2008-10-28 03:29:32.000000000 +1300
+++ squid-3.1.0.2/ChangeLog	2008-11-10 00:22:14.000000000 +1300
@@ -1,3 +1,11 @@
+Changes to squid-3.1.0.2 (9 Nov 2008):
+
+	- Bug 2516: error page templates not properly installed
+	- Bug 2500: Solaris build issues
+	- Fixes FreeBSD build issues
+	- Release Notes completed
+	- Languages: new Russian, Japanese, Chinese, and general updates
+	- ... and other minor fixes
 
 Changes to squid-3.1.0.1 (27 Oct 2008):
 
diff -u -r -N squid-3.1.0.1/configure squid-3.1.0.2/configure
--- squid-3.1.0.1/configure	2008-10-28 03:30:30.000000000 +1300
+++ squid-3.1.0.2/configure	2008-11-10 00:23:30.000000000 +1300
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.in Revision: 1.497 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for Squid Web Proxy 3.1.0.1.
+# Generated by GNU Autoconf 2.61 for Squid Web Proxy 3.1.0.2.
 #
 # Report bugs to <http://www.squid-cache.org/bugs/>.
 #
@@ -729,8 +729,8 @@
 # Identity of this package.
 PACKAGE_NAME='Squid Web Proxy'
 PACKAGE_TARNAME='squid'
-PACKAGE_VERSION='3.1.0.1'
-PACKAGE_STRING='Squid Web Proxy 3.1.0.1'
+PACKAGE_VERSION='3.1.0.2'
+PACKAGE_STRING='Squid Web Proxy 3.1.0.2'
 PACKAGE_BUGREPORT='http://www.squid-cache.org/bugs/'
 
 ac_unique_file="src/main.cc"
@@ -1522,7 +1522,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Squid Web Proxy 3.1.0.1 to adapt to many kinds of systems.
+\`configure' configures Squid Web Proxy 3.1.0.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1592,7 +1592,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Squid Web Proxy 3.1.0.1:";;
+     short | recursive ) echo "Configuration of Squid Web Proxy 3.1.0.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1914,7 +1914,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Squid Web Proxy configure 3.1.0.1
+Squid Web Proxy configure 3.1.0.2
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1928,7 +1928,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Squid Web Proxy $as_me 3.1.0.1, which was
+It was created by Squid Web Proxy $as_me 3.1.0.2, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2602,7 +2602,7 @@
 
 # Define the identity of the package.
  PACKAGE='squid'
- VERSION='3.1.0.1'
+ VERSION='3.1.0.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -21597,7 +21597,7 @@
   yes)
 	for dir in $srcdir/src/fs/*; do
 	    module="`basename $dir`"
-	    if test -d "$dir" && test "$module" != CVS; then
+	    if test -d "$dir" && test "$module" != CVS && test "$module" != coss; then
 		STORE_MODULES="$STORE_MODULES $module"
 	    fi
 	done
@@ -21697,17 +21697,37 @@
 		DISK_MODULES="$DISK_MODULES $module"
 	    fi
 	done
+
+cat >>confdefs.h <<\_ACEOF
+#define USE_DISKIO 1
+_ACEOF
+
   	;;
   no)
+
+cat >>confdefs.h <<\_ACEOF
+#define USE_DISKIO 0
+_ACEOF
+
   	;;
   *)
 	DISK_MODULES="`echo $enableval| sed -e 's/,/ /g;s/  */ /g'`"
+
+cat >>confdefs.h <<\_ACEOF
+#define USE_DISKIO 1
+_ACEOF
+
 	;;
   esac
 
 else
    if test -z "$DISK_MODULES"; then
     DISK_MODULES="Blocking"
+
+cat >>confdefs.h <<\_ACEOF
+#define USE_DISKIO 1
+_ACEOF
+
   fi
 
 fi
@@ -21833,13 +21853,15 @@
 fi
 
 
+
+REPL_POLICIES="lru"
 # Check whether --enable-removal-policies was given.
 if test "${enable_removal_policies+set}" = set; then
   enableval=$enable_removal_policies;  case $enableval in
   yes)
 	for dir in $srcdir/src/repl/*; do
 	    module="`basename $dir`"
-	    if test -d "$dir" && test "$module" != CVS; then
+	    if test -d "$dir" && test "$module" != CVS && test "$module" != "lru"; then
 		REPL_POLICIES="$REPL_POLICIES $module"
 	    fi
 	done
@@ -21851,11 +21873,6 @@
 	;;
   esac
 
-else
-   if test -z "$REPL_POLICIES"; then
-    REPL_POLICIES="lru"
-  fi
-
 fi
 
 if test -n "$REPL_POLICIES"; then
@@ -23221,14 +23238,12 @@
    { (exit 1); exit 1; }; }
 	fi
 	# Kerberos helper has its own configure system
-	if test "$srcdir/helpers/negotiate_auth/$helper/configure" ; then
-	    if test $helper = squid_kerb_auth; then
-		subdirs="$subdirs helpers/negotiate_auth/squid_kerb_auth"
-
-	    else
-		echo "ERROR: configure.in needs to be extended to support $helper!"
-		exit 1
-	    fi
+	if test "$helper" = "squid_kerb_auth"; then
+	    subdirs="$subdirs helpers/negotiate_auth/squid_kerb_auth"
+
+	else
+	    echo "ERROR: configure.in needs to be extended to support $helper!"
+	    exit 1
 	fi
     done
     echo "Negotiate auth helpers built: $NEGOTIATE_AUTH_HELPERS"
@@ -23692,6 +23707,14 @@
 
 
 if test "$use_ipng" = "yes"; then
+  SAVED_LIBS="$LIBS"
+    case "$host" in
+    *-solaris*)
+      LIBS="$LIBS -lsocket"
+      ;;
+    *)
+      ;;
+  esac
   { echo "$as_me:$LINENO: checking if PF_INET6 is available" >&5
 echo $ECHO_N "checking if PF_INET6 is available... $ECHO_C" >&6; }
 if { as_var=$use_ipng; eval "test \"\${$as_var+set}\" = set"; }; then
@@ -23744,6 +23767,7 @@
    { echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6; }
         use_ipng=yes
+        SAVED_LIBS="$LIBS"
 
 else
   echo "$as_me: program exited with status $ac_status" >&5
@@ -23765,6 +23789,7 @@
 ac_res=`eval echo '${'$use_ipng'}'`
 	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 echo "${ECHO_T}$ac_res" >&6; }
+   LIBS="$SAVED_LIBS"
 fi
 
 if test "$use_ipng" = "yes"; then
@@ -46632,7 +46657,7 @@
 
 fi
 
-if test "$_SQUID_RES_NSADDR6_LIST" == ""; then
+if test "$_SQUID_RES_NSADDR6_LIST" = ""; then
 { echo "$as_me:$LINENO: checking for _res._u._ext.nsaddrs" >&5
 echo $ECHO_N "checking for _res._u._ext.nsaddrs... $ECHO_C" >&6; }
 if test "${ac_cv_have_res_ext_nsaddrs+set}" = set; then
@@ -46790,7 +46815,7 @@
 
 fi
 
-if test "$_SQUID_RES_NSADDR_LIST" == ""; then
+if test "$_SQUID_RES_NSADDR_LIST" = ""; then
 { echo "$as_me:$LINENO: checking for _res.ns_list" >&5
 echo $ECHO_N "checking for _res.ns_list... $ECHO_C" >&6; }
 if test "${ac_cv_have_res_ns_list+set}" = set; then
@@ -47761,7 +47786,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Squid Web Proxy $as_me 3.1.0.1, which was
+This file was extended by Squid Web Proxy $as_me 3.1.0.2, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -47814,7 +47839,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-Squid Web Proxy config.status 3.1.0.1
+Squid Web Proxy config.status 3.1.0.2
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff -u -r -N squid-3.1.0.1/configure.in squid-3.1.0.2/configure.in
--- squid-3.1.0.1/configure.in	2008-10-28 03:30:30.000000000 +1300
+++ squid-3.1.0.2/configure.in	2008-11-10 00:23:29.000000000 +1300
@@ -1,7 +1,7 @@
 dnl  Configuration input file for Squid
 dnl
 dnl
-AC_INIT(Squid Web Proxy, 3.1.0.1, http://www.squid-cache.org/bugs/, squid)
+AC_INIT(Squid Web Proxy, 3.1.0.2, http://www.squid-cache.org/bugs/, squid)
 AC_PREREQ(2.52)
 AM_CONFIG_HEADER(include/autoconf.h)
 AC_CONFIG_AUX_DIR(cfgaux)
@@ -441,7 +441,7 @@
   yes)
 	for dir in $srcdir/src/fs/*; do
 	    module="`basename $dir`"
-	    if test -d "$dir" && test "$module" != CVS; then
+	    if test -d "$dir" && test "$module" != CVS && test "$module" != coss; then
 		STORE_MODULES="$STORE_MODULES $module"
 	    fi
 	done
@@ -552,16 +552,20 @@
 		DISK_MODULES="$DISK_MODULES $module"
 	    fi
 	done
+	AC_DEFINE(USE_DISKIO,1,[DiskIO modules are expected to be available.])
   	;;
   no)
+	AC_DEFINE(USE_DISKIO,0,[DiskIO modules are expected to be available.])
   	;;
   *)
 	DISK_MODULES="`echo $enableval| sed -e 's/,/ /g;s/  */ /g'`"
+	AC_DEFINE(USE_DISKIO,1,[DiskIO modules are expected to be available.])
 	;;
   esac
 ],
 [ if test -z "$DISK_MODULES"; then
     DISK_MODULES="Blocking"
+    AC_DEFINE(USE_DISKIO,1,[DiskIO modules are expected to be available.])
   fi
 ])
 if test -n "$DISK_MODULES"; then
@@ -666,6 +670,11 @@
 AM_CONDITIONAL([USE_AIOPS_WIN32], [test "$USE_AIOPS_WIN32" = 1])
 AM_CONDITIONAL([USE_AIO_WIN32], [test "$USE_AIO_WIN32" = 1])
 
+
+dnl At lest one removal policy is always needed.
+dnl 'lru' removal policy is currently hard-coded by name for tests
+dnl so we must set it as default.
+REPL_POLICIES="lru"
 AC_ARG_ENABLE(removal-policies,
   AC_HELP_STRING([--enable-removal-policies="list of policies"],
                  [Build support for the list of removal policies.
@@ -677,7 +686,7 @@
   yes)
 	for dir in $srcdir/src/repl/*; do
 	    module="`basename $dir`"
-	    if test -d "$dir" && test "$module" != CVS; then
+	    if test -d "$dir" && test "$module" != CVS && test "$module" != "lru"; then
 		REPL_POLICIES="$REPL_POLICIES $module"
 	    fi
 	done
@@ -688,10 +697,6 @@
  	REPL_POLICIES="`echo $enableval| sed -e 's/,/ /g;s/  */ /g'`"
 	;;
   esac
-],
-[ if test -z "$REPL_POLICIES"; then
-    REPL_POLICIES="lru"
-  fi
 ])
 if test -n "$REPL_POLICIES"; then
     for module in $REPL_POLICIES; do
@@ -1622,13 +1627,11 @@
 	    AC_MSG_ERROR(Negotiate Auth helper $helper does not exist)
 	fi
 	# Kerberos helper has its own configure system
-	if test "$srcdir/helpers/negotiate_auth/$helper/configure" ; then
-	    if test $helper = squid_kerb_auth; then
-		AC_CONFIG_SUBDIRS(helpers/negotiate_auth/squid_kerb_auth)
-	    else
-		echo "ERROR: configure.in needs to be extended to support $helper!"
-		exit 1
-	    fi
+	if test "$helper" = "squid_kerb_auth"; then
+	    AC_CONFIG_SUBDIRS(helpers/negotiate_auth/squid_kerb_auth)
+	else
+	    echo "ERROR: configure.in needs to be extended to support $helper!"
+	    exit 1
 	fi
     done
     echo "Negotiate auth helpers built: $NEGOTIATE_AUTH_HELPERS"
@@ -1875,6 +1878,15 @@
 ],[AC_MSG_RESULT(yes)])
 
 if test "$use_ipng" = "yes"; then
+  SAVED_LIBS="$LIBS"
+  dnl Solaris 10/11 requires  -lsocket
+  case "$host" in
+    *-solaris*)
+      LIBS="$LIBS -lsocket"
+      ;;
+    *)
+      ;;
+  esac
   AC_CACHE_CHECK([if PF_INET6 is available], $use_ipng,
     AC_TRY_RUN(
       [ /* PF_INET6 available check */
@@ -1889,11 +1901,13 @@
       ],
       [ AC_MSG_RESULT(yes)
         use_ipng=yes
+        SAVED_LIBS="$LIBS"
       ],
       [ AC_MSG_RESULT(no)
         use_ipng=no
       ])
    )
+   LIBS="$SAVED_LIBS"
 fi
 
 if test "$use_ipng" = "yes"; then
@@ -3622,7 +3636,7 @@
   AC_DEFINE(_SQUID_RES_NSADDR6_COUNT,ns6count,[Nameserver Counter for IPv6 _res_ext])
 fi
 
-if test "$_SQUID_RES_NSADDR6_LIST" == ""; then
+if test "$_SQUID_RES_NSADDR6_LIST" = ""; then
 AC_CACHE_CHECK(for _res._u._ext.nsaddrs, ac_cv_have_res_ext_nsaddrs,
 AC_TRY_COMPILE([
 #if HAVE_SYS_TYPES_H
@@ -3676,7 +3690,7 @@
   AC_DEFINE(_SQUID_RES_NSADDR_COUNT,_res.nscount,[Nameserver counter for IPv4 _res])
 fi
 
-if test "$_SQUID_RES_NSADDR_LIST" == ""; then
+if test "$_SQUID_RES_NSADDR_LIST" = ""; then
 AC_CACHE_CHECK(for _res.ns_list, ac_cv_have_res_ns_list,
 AC_TRY_COMPILE([
 #if HAVE_SYS_TYPES_H
diff -u -r -N squid-3.1.0.1/errors/bg/ERR_FTP_LISTING squid-3.1.0.2/errors/bg/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/bg/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/bg/ERR_FTP_LISTING	2008-11-10 00:25:04.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Генерирано на %T от %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ca/ERR_FTP_LISTING squid-3.1.0.2/errors/ca/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/ca/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ca/ERR_FTP_LISTING	2008-11-10 00:25:10.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/cs/ERR_FTP_LISTING squid-3.1.0.2/errors/cs/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/cs/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/cs/ERR_FTP_LISTING	2008-11-10 00:25:16.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/da/ERR_FTP_LISTING squid-3.1.0.2/errors/da/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/da/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/da/ERR_FTP_LISTING	2008-11-10 00:25:23.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/de/ERR_FTP_LISTING squid-3.1.0.2/errors/de/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/de/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/de/ERR_FTP_LISTING	2008-11-10 00:25:28.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Erzeugt am %T von %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/de/ERR_FTP_PUT_CREATED squid-3.1.0.2/errors/de/ERR_FTP_PUT_CREATED
--- squid-3.1.0.1/errors/de/ERR_FTP_PUT_CREATED	2008-10-28 03:32:11.000000000 +1300
+++ squid-3.1.0.2/errors/de/ERR_FTP_PUT_CREATED	2008-11-10 00:25:28.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP PUT Erfolgreich: Datei Erstellt</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1 id="ftpsuccess">Operation Erfolgreich</h1> <h2>Datei erstellt</h2> </div> <hr>  <br>  <hr> <div id="footer"> <p>Erzeugt am %T von %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP PUT Erfolgreich: Datei erstellt</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1 id="ftpsuccess">Operation Erfolgreich</h1> <h2>Datei erstellt</h2> </div> <hr>  <br>  <hr> <div id="footer"> <p>Erzeugt am %T von %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/en/ERR_FTP_LISTING squid-3.1.0.2/errors/en/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/en/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/en/ERR_FTP_LISTING	2008-11-10 00:25:34.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/en-au/ERR_FTP_LISTING squid-3.1.0.2/errors/en-au/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/en-au/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/en-au/ERR_FTP_LISTING	2008-11-10 00:25:39.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/en-gb/ERR_FTP_LISTING squid-3.1.0.2/errors/en-gb/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/en-gb/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/en-gb/ERR_FTP_LISTING	2008-11-10 00:25:44.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/en-nz/ERR_FTP_LISTING squid-3.1.0.2/errors/en-nz/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/en-nz/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/en-nz/ERR_FTP_LISTING	2008-11-10 00:25:50.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/en-us/ERR_FTP_LISTING squid-3.1.0.2/errors/en-us/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/en-us/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/en-us/ERR_FTP_LISTING	2008-11-10 00:25:55.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/errorpage.css squid-3.1.0.2/errors/errorpage.css
--- squid-3.1.0.1/errors/errorpage.css	2008-10-28 03:33:27.000000000 +1300
+++ squid-3.1.0.2/errors/errorpage.css	2008-11-10 00:27:01.000000000 +1300
@@ -66,6 +66,16 @@
     font-family:sans-serif;
 }
 
+/* special event: FTP directory listing */
+#ftplisting tr.entry td.icon,td.filename,td.size,td.date {
+    border-bottom: groove;
+}
+#ftplisting td.size {
+    width: 50px;
+    text-align: right;
+    padding-right: 5px;
+}
+
 /* horizontal lines */
 hr {
 	margin: 0;
diff -u -r -N squid-3.1.0.1/errors/es/ERR_FTP_LISTING squid-3.1.0.2/errors/es/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/es/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/es/ERR_FTP_LISTING	2008-11-10 00:26:00.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generado %T por %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/fr/ERR_FTP_LISTING squid-3.1.0.2/errors/fr/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/fr/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/fr/ERR_FTP_LISTING	2008-11-10 00:26:06.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/id/ERR_ACCESS_DENIED squid-3.1.0.2/errors/id/ERR_ACCESS_DENIED
--- squid-3.1.0.1/errors/id/ERR_ACCESS_DENIED	2008-10-28 03:32:48.000000000 +1300
+++ squid-3.1.0.2/errors/id/ERR_ACCESS_DENIED	2008-11-10 00:26:09.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ERROR: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Akses Ditolak</b></p> </blockquote>  <p>Akses kontrol konfigurasi mencegah permintaan Anda tidak diizinkan untuk saat ini. Silahkan hubungi operator servis jika Anda merasa ini tidak benar.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ERROR: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Akses Ditolak</b></p> </blockquote>  <p>Konfigurasi kontrol akses mencegah permintaan anda dibolehkan pada waktu ini. Coba hubungi pamong servis anda jika anda merasa ini salah.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/id/ERR_FTP_LISTING squid-3.1.0.2/errors/id/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/id/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/id/ERR_FTP_LISTING	2008-11-10 00:26:11.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/it/ERR_FTP_LISTING squid-3.1.0.2/errors/it/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/it/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/it/ERR_FTP_LISTING	2008-11-10 00:26:17.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Directory FTP: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>Directory FTP: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Contenuto della Directory:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="Lista della Directory FTP"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Directory di Livello Superiore"></a></th> <th nowrap="nowrap"><a href="../">Directory di Livello Superiore</a> (<a href="/">Directory Radice</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generato da %h (%s) il %T.</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_ACCESS_DENIED squid-3.1.0.2/errors/ja/ERR_ACCESS_DENIED
--- squid-3.1.0.1/errors/ja/ERR_ACCESS_DENIED	2008-10-28 03:32:58.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_ACCESS_DENIED	2008-11-10 00:26:21.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>アクセスを拒否されました。</b></p> </blockquote>  <p>設定されているアクセス制御の設定のため、今回はあなたからのリクエストは受けつけられません。この設定が正しくないと思われる場合には、このサービスの提供者へ連絡してください。</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>アクセスを拒否されました。</b></p> </blockquote>  <p>設定されているアクセス制御の設定のため、今回はあなたからのリクエストは受けつけられません。この設定が正しくないと思われる場合には、このサービスの提供者へ連絡してください。</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_CACHE_ACCESS_DENIED squid-3.1.0.2/errors/ja/ERR_CACHE_ACCESS_DENIED
--- squid-3.1.0.1/errors/ja/ERR_CACHE_ACCESS_DENIED	2008-10-28 03:32:58.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_CACHE_ACCESS_DENIED	2008-11-10 00:26:21.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: Cache Access Denied</title> <style type="text/css"><!-- %l --></style> </head> <body> <div id="titles"> <h1>ERROR</h1> <h2>Cache アクセスを拒否されました。</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>キャッシュへのアクセスを拒否されました．</b></p> </blockquote>  <p>Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.</p>  <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>  <br> </div>  <hr>  <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: Cache Access Denied</title> <style type="text/css"><!-- %l --></style> </head> <body> <div id="titles"> <h1>ERROR</h1> <h2>Cache アクセスを拒否されました。</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>キャッシュへのアクセスを拒否されました．</b></p> </blockquote>  <p>Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.</p>  <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>  <br> </div>  <hr>  <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.2/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.1.0.1/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED	2008-10-28 03:32:58.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED	2008-11-10 00:26:21.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: Cache Manager Access Denied</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>Cache Manager アクセスを拒否されました。</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>キャッシュマネジャへのアクセスを拒否されました．</b></p> </blockquote>  <p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>  <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>  <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: Cache Manager Access Denied</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>Cache Manager アクセスを拒否されました。</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>キャッシュマネジャへのアクセスを拒否されました．</b></p> </blockquote>  <p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>  <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>  <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_CANNOT_FORWARD squid-3.1.0.2/errors/ja/ERR_CANNOT_FORWARD
--- squid-3.1.0.1/errors/ja/ERR_CANNOT_FORWARD	2008-10-28 03:32:58.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_CANNOT_FORWARD	2008-11-10 00:26:21.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head> <body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Unable to forward this request at this time.</b></p> </blockquote>  <p>This request could not be forwarded to the origin server or to any parent caches.  The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>  <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head> <body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Unable to forward this request at this time.</b></p> </blockquote>  <p>This request could not be forwarded to the origin server or to any parent caches.  The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>  <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_CONNECT_FAIL squid-3.1.0.2/errors/ja/ERR_CONNECT_FAIL
--- squid-3.1.0.1/errors/ja/ERR_CONNECT_FAIL	2008-10-28 03:32:59.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_CONNECT_FAIL	2008-11-10 00:26:21.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>%I への接続に失敗しました。</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>The remote host or network may be down.  Please try the request again.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>  <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>%I への接続に失敗しました。</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>The remote host or network may be down.  Please try the request again.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>  <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_DNS_FAIL squid-3.1.0.2/errors/ja/ERR_DNS_FAIL
--- squid-3.1.0.1/errors/ja/ERR_DNS_FAIL	2008-10-28 03:32:59.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_DNS_FAIL	2008-11-10 00:26:21.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Unable to determine IP address from host name <q>%H</q></b></p> </blockquote>  <p>The DNS server returned:</p> <blockquote id="data"> <pre>%z</pre> </blockquote>  <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Unable to determine IP address from host name <q>%H</q></b></p> </blockquote>  <p>The DNS server returned:</p> <blockquote id="data"> <pre>%z</pre> </blockquote>  <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_ESI squid-3.1.0.2/errors/ja/ERR_ESI
--- squid-3.1.0.1/errors/ja/ERR_ESI	2008-10-28 03:32:59.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_ESI	2008-11-10 00:26:22.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>ESIの処理に失敗しました。</b></p> </blockquote>  <p>The ESI processor returned:</p> <blockquote id="data"> <pre>%Z</pre> </blockquote>  <p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>  <p>Your webmaster is <a href="mailto:%w">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>ESIの処理に失敗しました。</b></p> </blockquote>  <p>The ESI processor returned:</p> <blockquote id="data"> <pre>%Z</pre> </blockquote>  <p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>  <p>Your webmaster is <a href="mailto:%w">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_FORWARDING_DENIED squid-3.1.0.2/errors/ja/ERR_FORWARDING_DENIED
--- squid-3.1.0.1/errors/ja/ERR_FORWARDING_DENIED	2008-10-28 03:32:59.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_FORWARDING_DENIED	2008-11-10 00:26:22.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Forwarding Denied.</b></p> </blockquote>  <p>This cache will not forward your request because it is trying to enforce a sibling relationship.  Perhaps the client at %i is a cache which has been misconfigured.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>  <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>転送は拒否されました。</b></p> </blockquote>  <p>This cache will not forward your request because it is trying to enforce a sibling relationship.  Perhaps the client at %i is a cache which has been misconfigured.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>  <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_FTP_DISABLED squid-3.1.0.2/errors/ja/ERR_FTP_DISABLED
--- squid-3.1.0.1/errors/ja/ERR_FTP_DISABLED	2008-10-28 03:32:59.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_FTP_DISABLED	2008-11-10 00:26:22.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>FTPは無効です。</b></p> </blockquote>  <p>This cache does not support FTP.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>  <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>FTPは無効です。</b></p> </blockquote>  <p>This cache does not support FTP.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>  <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_FTP_FAILURE squid-3.1.0.2/errors/ja/ERR_FTP_FAILURE
--- squid-3.1.0.1/errors/ja/ERR_FTP_FAILURE	2008-10-28 03:32:59.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_FTP_FAILURE	2008-11-10 00:26:22.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>FTPのプロトコル・エラーが、以下のURLから情報を得ようとしている間に発生しました: <a href="%U">%U</a></p>  <p>Squid sent the following FTP command:</p> <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>The server responded with:</p> <blockquote id="error"> <pre>%F</pre> <pre>%g</pre> </blockquote>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>FTPのプロトコル・エラーが、以下のURLから情報を得ようとしている間に発生しました: <a href="%U">%U</a></p>  <p>Squid sent the following FTP command:</p> <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>The server responded with:</p> <blockquote id="error"> <pre>%F</pre> <pre>%g</pre> </blockquote>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_FTP_FORBIDDEN squid-3.1.0.2/errors/ja/ERR_FTP_FORBIDDEN
--- squid-3.1.0.1/errors/ja/ERR_FTP_FORBIDDEN	2008-10-28 03:32:59.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_FTP_FORBIDDEN	2008-11-10 00:26:22.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>FTP認証の失敗が、以下のURLから情報を得ようとしている間に発生しました: <a href="%U">%U</a></p>  <p>Squid sent the following FTP command:</p> <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>The server responded with:</p> <blockquote id="sysmsg"> <pre>%F</pre> <pre>%g</pre> </blockquote>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>FTP認証の失敗が、以下のURLから情報を得ようとしている間に発生しました: <a href="%U">%U</a></p>  <p>Squid sent the following FTP command:</p> <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>The server responded with:</p> <blockquote id="sysmsg"> <pre>%F</pre> <pre>%g</pre> </blockquote>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_FTP_LISTING squid-3.1.0.2/errors/ja/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/ja/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ja/ERR_FTP_LISTING	2008-11-10 00:26:22.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_FTP_NOT_FOUND squid-3.1.0.2/errors/ja/ERR_FTP_NOT_FOUND
--- squid-3.1.0.1/errors/ja/ERR_FTP_NOT_FOUND	2008-10-28 03:32:59.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_FTP_NOT_FOUND	2008-11-10 00:26:22.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following URL could not be retrieved: <a href="%U">%U</a></p>  <p>Squid sent the following FTP command:</p> <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>The server responded with:</p> <blockquote id="sysmsg"> <pre>%F</pre> <pre>%g</pre> </blockquote>  <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738).  If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following URL could not be retrieved: <a href="%U">%U</a></p>  <p>Squid sent the following FTP command:</p> <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>The server responded with:</p> <blockquote id="sysmsg"> <pre>%F</pre> <pre>%g</pre> </blockquote>  <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738).  If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_FTP_PUT_CREATED squid-3.1.0.2/errors/ja/ERR_FTP_PUT_CREATED
--- squid-3.1.0.1/errors/ja/ERR_FTP_PUT_CREATED	2008-10-28 03:33:00.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_FTP_PUT_CREATED	2008-11-10 00:26:23.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTPのPUTに成功: ファイルを作成しました。</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1 id="ftpsuccess">Operation successful</h1> <h2>ファイルを作成しました。</h2> </div> <hr>  <br>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTPのPUTに成功: ファイルを作成しました。</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1 id="ftpsuccess">操作に成功</h1> <h2>ファイルを作成しました。</h2> </div> <hr>  <br>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_FTP_PUT_ERROR squid-3.1.0.2/errors/ja/ERR_FTP_PUT_ERROR
--- squid-3.1.0.1/errors/ja/ERR_FTP_PUT_ERROR	2008-10-28 03:33:00.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_FTP_PUT_ERROR	2008-11-10 00:26:23.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: FTP upload failed</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>ファイルのPUTやアップロードに失敗</h2> </div> <hr>  <div id="content"> <p>While trying to PUT the following URL: <a href="%U">%U</a></p>  <p>Squid sent the following FTP command:</p> <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>The server responded with:</p> <blockquote id="sysmsg"> <pre>%F</pre> </blockquote>  <p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: FTP upload failed</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>ファイルのPUTやアップロードに失敗</h2> </div> <hr>  <div id="content"> <p>While trying to PUT the following URL: <a href="%U">%U</a></p>  <p>Squid sent the following FTP command:</p> <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>The server responded with:</p> <blockquote id="sysmsg"> <pre>%F</pre> </blockquote>  <p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_FTP_PUT_MODIFIED squid-3.1.0.2/errors/ja/ERR_FTP_PUT_MODIFIED
--- squid-3.1.0.1/errors/ja/ERR_FTP_PUT_MODIFIED	2008-10-28 03:33:00.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_FTP_PUT_MODIFIED	2008-11-10 00:26:23.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTPのPUTに成功: ファイルを更新しました。</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1 id="ftpsuccess">Operation successful</h1> <h2>ファイルを更新しました。</h2> </div> <hr>  <br>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTPのPUTに成功: ファイルを更新しました。</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1 id="ftpsuccess">操作に成功</h1> <h2>ファイルを更新しました。</h2> </div> <hr>  <br>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_FTP_UNAVAILABLE squid-3.1.0.2/errors/ja/ERR_FTP_UNAVAILABLE
--- squid-3.1.0.1/errors/ja/ERR_FTP_UNAVAILABLE	2008-10-28 03:33:00.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_FTP_UNAVAILABLE	2008-11-10 00:26:23.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The FTP server was too busy to retrieve the URL: <a href="%U">%U</a></p>  <p>Squid sent the following FTP command:</p>  <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>The server responded with:</p> <blockquote id="sysmsg"> <pre>%F</pre> <pre>%g</pre> </blockquote>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The FTP server was too busy to retrieve the URL: <a href="%U">%U</a></p>  <p>Squid sent the following FTP command:</p>  <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>The server responded with:</p> <blockquote id="sysmsg"> <pre>%F</pre> <pre>%g</pre> </blockquote>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_ICAP_FAILURE squid-3.1.0.2/errors/ja/ERR_ICAP_FAILURE
--- squid-3.1.0.1/errors/ja/ERR_ICAP_FAILURE	2008-10-28 03:33:00.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_ICAP_FAILURE	2008-11-10 00:26:23.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>ICAP protocol error.</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>This means that some aspect of the ICAP communication failed.</p>  <p>Some possible problems are:</p> <ul> <li><p>The ICAP server is not reachable.</p></li> <li><p>ICAPサーバから不正な応答がありました。</p></li> </ul>  <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>ICAPのプロトコル・エラーです。</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>This means that some aspect of the ICAP communication failed.</p>  <p>Some possible problems are:</p> <ul> <li><p>The ICAP server is not reachable.</p></li> <li><p>ICAPサーバから不正な応答がありました。</p></li> </ul>  <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_INVALID_REQ squid-3.1.0.2/errors/ja/ERR_INVALID_REQ
--- squid-3.1.0.1/errors/ja/ERR_INVALID_REQ	2008-10-28 03:33:00.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_INVALID_REQ	2008-11-10 00:26:23.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p><b>不正なリクエスト</b>のエラーが以下のリクエストを処理しようとしている間に発生しました:</p>  <blockquote id="data"> <pre>%R</pre> </blockquote>  <p>Some possible problems are:</p> <ul> <li><p>Missing or unknown request method.</p></li> <li><p>Missing URL.</p></li> <li><p>Missing HTTP Identifier (HTTP/1.0).</p></li> <li><p>Request is too large.</p></li> <li><p>POSTまたはPUTのリクエストにContent-Lengthヘッダがありません。</p></li> <li><p>Illegal character in hostname; underscores are not allowed.</p></li> </ul>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p><b>不正なリクエスト</b>のエラーが以下のリクエストを処理しようとしている間に発生しました:</p>  <blockquote id="data"> <pre>%R</pre> </blockquote>  <p>Some possible problems are:</p> <ul> <li><p>要求の方法が抜けているか不明です。</p></li> <li><p>URLがありません。</p></li> <li><p>HTTPの識別子(HTTP/1.0)がありません。</p></li> <li><p>Request is too large.</p></li> <li><p>POSTまたはPUTのリクエストにContent-Lengthヘッダがありません。</p></li> <li><p>ホスト名に不正な文字が使われています: アンダースコアは使えません。</p></li> </ul>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_INVALID_RESP squid-3.1.0.2/errors/ja/ERR_INVALID_RESP
--- squid-3.1.0.1/errors/ja/ERR_INVALID_RESP	2008-10-28 03:33:00.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_INVALID_RESP	2008-11-10 00:26:24.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p><b>不正なリクエスト</b>のエラーが以下のリクエストを処理しようとしている間に発生しました:</p>  <blockquote id="data"> <pre>%R</pre> </blockquote>  <p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>  <p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p><b>不正なリクエスト</b>のエラーが以下のリクエストを処理しようとしている間に発生しました:</p>  <blockquote id="data"> <pre>%R</pre> </blockquote>  <p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>  <p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_INVALID_URL squid-3.1.0.2/errors/ja/ERR_INVALID_URL
--- squid-3.1.0.1/errors/ja/ERR_INVALID_URL	2008-10-28 03:33:01.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_INVALID_URL	2008-11-10 00:26:24.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Invalid URL</b></p> </blockquote>  <p>Some aspect of the requested URL is incorrect.</p>  <p>Some possible problems are:</p> <ul> <li><p>Missing or incorrect access protocol (should be <q>http://</q> or similar)</p></li> <li><p>Missing hostname</p></li> <li><p>Illegal double-escape in the URL-Path</p></li> <li><p>Illegal character in hostname; underscores are not allowed.</p></li> </ul>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>不正なURL</b></p> </blockquote>  <p>Some aspect of the requested URL is incorrect.</p>  <p>Some possible problems are:</p> <ul> <li><p>(<q>http://</q>または同類の)アクセス・プロトコルが抜けているか不正です。</p></li> <li><p>ホスト名がありません。</p></li> <li><p>不正な二重のエスケープがURLパスにあります。</p></li> <li><p>ホスト名に不正な文字が使われています: アンダースコアは使えません。</p></li> </ul>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_LIFETIME_EXP squid-3.1.0.2/errors/ja/ERR_LIFETIME_EXP
--- squid-3.1.0.1/errors/ja/ERR_LIFETIME_EXP	2008-10-28 03:33:01.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_LIFETIME_EXP	2008-11-10 00:26:24.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>接続の存続時間が終了しました。</b></p> </blockquote>  <p>Squid has terminated the request because it has exceeded the maximum connection lifetime.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>接続の存続時間が終了しました。</b></p> </blockquote>  <p>Squid has terminated the request because it has exceeded the maximum connection lifetime.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_NO_RELAY squid-3.1.0.2/errors/ja/ERR_NO_RELAY
--- squid-3.1.0.1/errors/ja/ERR_NO_RELAY	2008-10-28 03:33:01.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_NO_RELAY	2008-11-10 00:26:24.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>No Wais Relay</b></p> </blockquote>  <p>There is no WAIS Relay host defined for this Cache!  Yell at the administrator.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Waisの中継先が指定されていません。</b></p> </blockquote>  <p>There is no WAIS Relay host defined for this Cache!  Yell at the administrator.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.2/errors/ja/ERR_ONLY_IF_CACHED_MISS
--- squid-3.1.0.1/errors/ja/ERR_ONLY_IF_CACHED_MISS	2008-10-28 03:33:01.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_ONLY_IF_CACHED_MISS	2008-11-10 00:26:24.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p> </blockquote>  <p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p> </blockquote>  <p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_READ_ERROR squid-3.1.0.2/errors/ja/ERR_READ_ERROR
--- squid-3.1.0.1/errors/ja/ERR_READ_ERROR	2008-10-28 03:33:01.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_READ_ERROR	2008-11-10 00:26:24.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Read Error</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>ネットワークからデータを受信している間にエラーが発生しました。再度、リクエストしてください。</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Read Error</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>ネットワークからデータを受信している間にエラーが発生しました。再度、リクエストしてください。</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_READ_TIMEOUT squid-3.1.0.2/errors/ja/ERR_READ_TIMEOUT
--- squid-3.1.0.1/errors/ja/ERR_READ_TIMEOUT	2008-10-28 03:33:01.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_READ_TIMEOUT	2008-11-10 00:26:25.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Read Timeout</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>ネットワークからデータを読もうと待っている間にタイムアウトが発生しました。ネットワークもしくはサーバが稼働していないか、あるいは混雑しています。再度リクエストしてください。</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Read Timeout</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>ネットワークからデータを読もうと待っている間にタイムアウトが発生しました。ネットワークもしくはサーバが稼働していないか、あるいは混雑しています。再度リクエストしてください。</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_SECURE_CONNECT_FAIL squid-3.1.0.2/errors/ja/ERR_SECURE_CONNECT_FAIL
--- squid-3.1.0.1/errors/ja/ERR_SECURE_CONNECT_FAIL	2008-10-28 03:33:01.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_SECURE_CONNECT_FAIL	2008-11-10 00:26:25.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>%Iへの安全な接続を確立に失敗しました。</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>%Iへの安全な接続を確立に失敗しました。</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_SHUTTING_DOWN squid-3.1.0.2/errors/ja/ERR_SHUTTING_DOWN
--- squid-3.1.0.1/errors/ja/ERR_SHUTTING_DOWN	2008-10-28 03:33:02.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_SHUTTING_DOWN	2008-11-10 00:26:25.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <p>This cache is in the process of shutting down and can not service your request at this time.  Please retry your request again soon.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <p>This cache is in the process of shutting down and can not service your request at this time.  Please retry your request again soon.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_SOCKET_FAILURE squid-3.1.0.2/errors/ja/ERR_SOCKET_FAILURE
--- squid-3.1.0.1/errors/ja/ERR_SOCKET_FAILURE	2008-10-28 03:33:02.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_SOCKET_FAILURE	2008-11-10 00:26:25.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Socket Failure</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Socket Failure</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_TOO_BIG squid-3.1.0.2/errors/ja/ERR_TOO_BIG
--- squid-3.1.0.1/errors/ja/ERR_TOO_BIG	2008-10-28 03:33:02.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_TOO_BIG	2008-11-10 00:26:25.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>The request or reply is too large.</b></p> </blockquote>  <p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p> <p>If you are making a GET request, then the item you are trying to download is too large.</p> <p>These limits have been established by the Internet Service Provider who operates this cache.  Please contact them directly if you feel this is an error.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>The request or reply is too large.</b></p> </blockquote>  <p>POSTまたはPUTの要求をしていたなら、アップロードしていた対象が大きすぎます。</p> <p>GETの要求をしていたなら、ダウンロードしようとしていた対象が大きすぎます。</p> <p>These limits have been established by the Internet Service Provider who operates this cache.  Please contact them directly if you feel this is an error.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_UNSUP_REQ squid-3.1.0.2/errors/ja/ERR_UNSUP_REQ
--- squid-3.1.0.1/errors/ja/ERR_UNSUP_REQ	2008-10-28 03:33:02.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_UNSUP_REQ	2008-11-10 00:26:25.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <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>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <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>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_URN_RESOLVE squid-3.1.0.2/errors/ja/ERR_URN_RESOLVE
--- squid-3.1.0.1/errors/ja/ERR_URN_RESOLVE	2008-10-28 03:33:02.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_URN_RESOLVE	2008-11-10 00:26:26.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URN not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>リクエストされたURNのURLを調べられませんでした。</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>URN の解決ができませんでした。</b></p> </blockquote>  <p>Hey, don't expect too much from URNs on %T :)</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URN not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>リクエストされたURNのURLを調べられませんでした。</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>URN の解決ができませんでした。</b></p> </blockquote>  <p>やあ、%Tの時点でURNには多くを期待しないでください。:)</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_WRITE_ERROR squid-3.1.0.2/errors/ja/ERR_WRITE_ERROR
--- squid-3.1.0.1/errors/ja/ERR_WRITE_ERROR	2008-10-28 03:33:02.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_WRITE_ERROR	2008-11-10 00:26:26.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Write Error</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>ネットワークにデータを送信している間にエラーが発生しました。再度リクエストしてください。</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Write Error</b></p> </blockquote>  <p id="sysmsg">The system returned: <i>%E</i></p>  <p>ネットワークにデータを送信している間にエラーが発生しました。再度リクエストしてください。</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ja/ERR_ZERO_SIZE_OBJECT squid-3.1.0.2/errors/ja/ERR_ZERO_SIZE_OBJECT
--- squid-3.1.0.1/errors/ja/ERR_ZERO_SIZE_OBJECT	2008-10-28 03:33:02.000000000 +1300
+++ squid-3.1.0.2/errors/ja/ERR_ZERO_SIZE_OBJECT	2008-11-10 00:26:26.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Zero Sized Reply</b></p> </blockquote>  <p>Squid did not receive any data for this request.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>エラー: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Zero Sized Reply</b></p> </blockquote>  <p>Squid did not receive any data for this request.</p>  <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>%h (%s)が%Tに生成しました。</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/Makefile.am squid-3.1.0.2/errors/Makefile.am
--- squid-3.1.0.1/errors/Makefile.am	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Makefile.am	2008-11-10 00:22:16.000000000 +1300
@@ -27,6 +27,7 @@
 	ja \
 	nl \
 	pt-br \
+	ru \
 	sv \
 	uk \
 	zh-cn
@@ -48,8 +49,6 @@
 		Polish \
 		Portuguese \
 		Romanian \
-		Russian-1251 \
-		Russian-koi8-r \
 		Serbian \
 		Simplify_Chinese \
 		Slovak \
@@ -123,22 +122,22 @@
 	fi
 
 dist-hook:
-	for lang in $(LANGUAGES); do \
+	for lang in $(LANGUAGES) templates; do \
 	  if test -d $(srcdir)/$$lang ; then \
-	    test -d $(distdir)/$$lang \
-	    || mkdir $(distdir)/$$lang \
-	    || exit 1; \
-	    cp -p $(srcdir)/$$lang/ERR_*  $(distdir)/$$lang \
-	      || exit 1; \
+		test -d $(distdir)/$$lang \
+		  || mkdir $(distdir)/$$lang \
+		  || exit 1; \
+		cp -p $(srcdir)/$$lang/ERR_*  $(distdir)/$$lang \
+		  || exit 1; \
 	  fi; \
 	done; \
 	$(MAKE) translate; \
 	for lang in $(TRANSLATIONS); do \
-	  if test -d $(srcdir)/$$lang ; then \
+	  if test -d $$lang ; then \
 		test -d $(distdir)/$$lang \
 		  || mkdir $(distdir)/$$lang \
 		  || exit 1; \
-		cp -p $(srcdir)/$$lang/ERR_*  $(distdir)/$$lang \
+		cp -p $$lang/ERR_*  $(distdir)/$$lang \
 		  || exit 1; \
 	  fi; \
 	done; \
diff -u -r -N squid-3.1.0.1/errors/Makefile.in squid-3.1.0.2/errors/Makefile.in
--- squid-3.1.0.1/errors/Makefile.in	2008-10-28 03:29:55.000000000 +1300
+++ squid-3.1.0.2/errors/Makefile.in	2008-11-10 00:22:51.000000000 +1300
@@ -300,6 +300,7 @@
 	ja \
 	nl \
 	pt-br \
+	ru \
 	sv \
 	uk \
 	zh-cn
@@ -322,8 +323,6 @@
 		Polish \
 		Portuguese \
 		Romanian \
-		Russian-1251 \
-		Russian-koi8-r \
 		Serbian \
 		Simplify_Chinese \
 		Slovak \
@@ -561,22 +560,22 @@
 	fi
 
 dist-hook:
-	for lang in $(LANGUAGES); do \
+	for lang in $(LANGUAGES) templates; do \
 	  if test -d $(srcdir)/$$lang ; then \
-	    test -d $(distdir)/$$lang \
-	    || mkdir $(distdir)/$$lang \
-	    || exit 1; \
-	    cp -p $(srcdir)/$$lang/ERR_*  $(distdir)/$$lang \
-	      || exit 1; \
+		test -d $(distdir)/$$lang \
+		  || mkdir $(distdir)/$$lang \
+		  || exit 1; \
+		cp -p $(srcdir)/$$lang/ERR_*  $(distdir)/$$lang \
+		  || exit 1; \
 	  fi; \
 	done; \
 	$(MAKE) translate; \
 	for lang in $(TRANSLATIONS); do \
-	  if test -d $(srcdir)/$$lang ; then \
+	  if test -d $$lang ; then \
 		test -d $(distdir)/$$lang \
 		  || mkdir $(distdir)/$$lang \
 		  || exit 1; \
-		cp -p $(srcdir)/$$lang/ERR_*  $(distdir)/$$lang \
+		cp -p $$lang/ERR_*  $(distdir)/$$lang \
 		  || exit 1; \
 	  fi; \
 	done; \
diff -u -r -N squid-3.1.0.1/errors/nl/ERR_DNS_FAIL squid-3.1.0.2/errors/nl/ERR_DNS_FAIL
--- squid-3.1.0.1/errors/nl/ERR_DNS_FAIL	2008-10-28 03:33:03.000000000 +1300
+++ squid-3.1.0.2/errors/nl/ERR_DNS_FAIL	2008-11-10 00:26:27.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FOUT: De gevraagde URL kon niet worden opgehaald</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Niet in staat om het IP adres te bepalen van de hostnaam <q>%H</q></b></p> </blockquote>  <p>De dnsserver gaf als antwoord:</p> <blockquote id="data"> <pre>%z</pre> </blockquote>  <p>Dit betekent dat de cache niet in staat was om de hostnaam uit de URL te herleiden. Controleer of de naam klopt.</p>  <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FOUT: De gevraagde URL kon niet worden opgehaald</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>  <blockquote id="error"> <p><b>Niet in staat om het IP adres te bepalen van de hostnaam <q>%H</q></b></p> </blockquote>  <p>De DNS server gaf als antwoord:</p> <blockquote id="data"> <pre>%z</pre> </blockquote>  <p>Dit betekent dat de cache niet in staat was om de hostnaam uit de URL te herleiden. Controleer of de naam klopt.</p>  <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/nl/ERR_FTP_LISTING squid-3.1.0.2/errors/nl/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/nl/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/nl/ERR_FTP_LISTING	2008-11-10 00:26:28.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/nl/ERR_FTP_PUT_MODIFIED squid-3.1.0.2/errors/nl/ERR_FTP_PUT_MODIFIED
--- squid-3.1.0.1/errors/nl/ERR_FTP_PUT_MODIFIED	2008-10-28 03:33:05.000000000 +1300
+++ squid-3.1.0.2/errors/nl/ERR_FTP_PUT_MODIFIED	2008-11-10 00:26:29.000000000 +1300
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP PUT Succesvol: Bestand vernieuwd</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1 id="ftpsuccess">Bewerking succesvol</h1> <h2>Bestand vernieuwd</h2> </div> <hr>  <br>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP PUT Succesvol: Bestand Vernieuwd</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1 id="ftpsuccess">Bewerking succesvol</h1> <h2>Bestand vernieuwd</h2> </div> <hr>  <br>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/pt-br/ERR_FTP_LISTING squid-3.1.0.2/errors/pt-br/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/pt-br/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/pt-br/ERR_FTP_LISTING	2008-11-10 00:26:34.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Diretório FTP: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>Diretório FTP: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Conteúdo do diretório:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="Listagem do diretório FTP"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Diretório pai"></a></th> <th nowrap="nowrap"><a href="../">Diretório pai</a> (<a href="/">Diretório raiz</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Gerado %T por %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_ACCESS_DENIED squid-3.1.0.2/errors/ru/ERR_ACCESS_DENIED
--- squid-3.1.0.1/errors/ru/ERR_ACCESS_DENIED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_ACCESS_DENIED	2008-11-10 00:26:37.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>В доступе отказано.</b></p> </blockquote>  <p>Настройка контроля доступа не даёт возможности выполнить Ваш запрос в настоящее время. Пожалуйста, свяжитесь с Вашим поставщиком услуг Интернет, если Вы считаете это неправильным.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_CACHE_ACCESS_DENIED squid-3.1.0.2/errors/ru/ERR_CACHE_ACCESS_DENIED
--- squid-3.1.0.1/errors/ru/ERR_CACHE_ACCESS_DENIED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_CACHE_ACCESS_DENIED	2008-11-10 00:26:37.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Cache Access Denied</title> <style type="text/css"><!-- %l --></style> </head> <body> <div id="titles"> <h1>ERROR</h1> <h2>Cache В доступе отказано.</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>В доступе к кэшу отказано.</b></p> </blockquote>  <p>Извините, Вы не можете запросить %U из этого кэша до тех пор, пока не пройдёте идентификацию.</p>  <p>Пожалуйста свяжитесь с <a href="mailto:%w%W">администратором кэша</a>, если у Вас возникли проблемы с аутентификацией, либо <a href="http://%h/cgi-bin/chpasswd.cgi">смените</a> Ваш пароль по умолчанию. </p>  <br> </div>  <hr>  <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.2/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.1.0.1/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED	2008-11-10 00:26:37.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Cache Manager Access Denied</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>Cache Manager В доступе отказано.</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>В доступе к администратору кэша отказано.</b></p> </blockquote>  <p>Извините, Вы не можете запросить %U из системы управления кэша до тех пор, пока не пройдете идентификацию.</p>  <p>Пожалуйста свяжитесь с <a href="mailto:%w%W">администратором кэша</a>, если у Вас возникли проблемы с аутентификацией, если же <em>Вы администратор</em>, прочитайте документацию по интерфейсу управления кэшем и просмотрите лог-файл на предмет более детальных сообщений об ошибках.</p>  <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_CANNOT_FORWARD squid-3.1.0.2/errors/ru/ERR_CANNOT_FORWARD
--- squid-3.1.0.1/errors/ru/ERR_CANNOT_FORWARD	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_CANNOT_FORWARD	2008-11-10 00:26:38.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head> <body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Невозможно перенаправить запрос в данное время.</b></p> </blockquote>  <p>Этот запрос не может быть перенаправлен ни к первичному серверу, ни к родительским кэшам. Наиболее вероятная причина этой ошибки в том, что администратор запретил прямые соединения к первычным серверам, а все указанные родительские кэши в данный момент недоступны.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p>  <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_CONNECT_FAIL squid-3.1.0.2/errors/ru/ERR_CONNECT_FAIL
--- squid-3.1.0.1/errors/ru/ERR_CONNECT_FAIL	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_CONNECT_FAIL	2008-11-10 00:26:38.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Соединение с %I не удалось</b></p> </blockquote>  <p id="sysmsg">Система вернула: <i>%E</i></p>  <p>Удаленный узел или сеть могут быть недоступны. Пожалуйста, повторите запрос позже.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p>  <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_DNS_FAIL squid-3.1.0.2/errors/ru/ERR_DNS_FAIL
--- squid-3.1.0.1/errors/ru/ERR_DNS_FAIL	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_DNS_FAIL	2008-11-10 00:26:38.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Невозможно определить IP адрес из имени узла <q>%H</q></b></p> </blockquote>  <p>Сервер DNS ответил:</p> <blockquote id="data"> <pre>%z</pre> </blockquote>  <p>Это означает, что кэш не смог преобразовать имя узла в URL. Проверьте адрес на правильность.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_ESI squid-3.1.0.2/errors/ru/ERR_ESI
--- squid-3.1.0.1/errors/ru/ERR_ESI	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_ESI	2008-11-10 00:26:38.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Обработка ESI не удалась.</b></p> </blockquote>  <p>Обработчик ESI ответил:</p> <blockquote id="data"> <pre>%Z</pre> </blockquote>  <p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>  <p>Ваш вебмастер: <a href="mailto:%w">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_FORWARDING_DENIED squid-3.1.0.2/errors/ru/ERR_FORWARDING_DENIED
--- squid-3.1.0.1/errors/ru/ERR_FORWARDING_DENIED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_FORWARDING_DENIED	2008-11-10 00:26:38.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>В пересылке отказано</b></p> </blockquote>  <p>Этот кэш не будет пересылать Ваш запрос по причине установки взаимоотношений типа sibling. Скорее всего клиент %i - неправильно сконфигурированный кэш.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p>  <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_FTP_DISABLED squid-3.1.0.2/errors/ru/ERR_FTP_DISABLED
--- squid-3.1.0.1/errors/ru/ERR_FTP_DISABLED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_FTP_DISABLED	2008-11-10 00:26:38.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>FTP отключен</b></p> </blockquote>  <p>Этот кэш не поддерживает FTP.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p>  <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_FTP_FAILURE squid-3.1.0.2/errors/ru/ERR_FTP_FAILURE
--- squid-3.1.0.1/errors/ru/ERR_FTP_FAILURE	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_FTP_FAILURE	2008-11-10 00:26:38.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>Произошла ошибка FTP протокола при попытке получить следующий URL (унифицированный указатель информационного ресурса): <a href="%U">%U</a></p>  <p>Squid послал следующую FTP комманду:</p> <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>Сервер ответил:</p> <blockquote id="error"> <pre>%F</pre> <pre>%g</pre> </blockquote>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_FTP_FORBIDDEN squid-3.1.0.2/errors/ru/ERR_FTP_FORBIDDEN
--- squid-3.1.0.1/errors/ru/ERR_FTP_FORBIDDEN	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_FTP_FORBIDDEN	2008-11-10 00:26:39.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>Произошла ошибка FTP идентификации при попытке получить URL (унифицированный указатель информационного ресурса): <a href="%U">%U</a></p>  <p>Squid послал следующую FTP комманду:</p> <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>Сервер ответил:</p> <blockquote id="sysmsg"> <pre>%F</pre> <pre>%g</pre> </blockquote>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_FTP_LISTING squid-3.1.0.2/errors/ru/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/ru/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_FTP_LISTING	2008-11-10 00:26:39.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_FTP_NOT_FOUND squid-3.1.0.2/errors/ru/ERR_FTP_NOT_FOUND
--- squid-3.1.0.1/errors/ru/ERR_FTP_NOT_FOUND	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_FTP_NOT_FOUND	2008-11-10 00:26:39.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>Следующий URL не может быть получен: <a href="%U">%U</a></p>  <p>Squid послал следующую FTP комманду:</p> <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>Сервер ответил:</p> <blockquote id="sysmsg"> <pre>%F</pre> <pre>%g</pre> </blockquote>  <p>Это может быть вызвано FTP URL c абсолютным путем (который не соответствует RFC 1738). Если эта причина верна, то файл можно найти на <a href="%B">%B</a>.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_FTP_PUT_CREATED squid-3.1.0.2/errors/ru/ERR_FTP_PUT_CREATED
--- squid-3.1.0.1/errors/ru/ERR_FTP_PUT_CREATED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_FTP_PUT_CREATED	2008-11-10 00:26:39.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Операция FTP PUT завершилась успешно: файл создан</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1 id="ftpsuccess">Операция завершилась успешно</h1> <h2>Файл создан</h2> </div> <hr>  <br>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_FTP_PUT_ERROR squid-3.1.0.2/errors/ru/ERR_FTP_PUT_ERROR
--- squid-3.1.0.1/errors/ru/ERR_FTP_PUT_ERROR	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_FTP_PUT_ERROR	2008-11-10 00:26:39.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: FTP upload failed</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>Операция FTP PUT (загрузка) не удалась</h2> </div> <hr>  <div id="content"> <p>При попытке PUT следующего URL: <a href="%U">%U</a></p>  <p>Squid послал следующую FTP комманду:</p> <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>Сервер ответил:</p> <blockquote id="sysmsg"> <pre>%F</pre> </blockquote>  <p>Это означает, что FTP сервер может не иметь прав или свободного места для хранения файла. Проверьте путь, права, свободное место и повторите снова.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_FTP_PUT_MODIFIED squid-3.1.0.2/errors/ru/ERR_FTP_PUT_MODIFIED
--- squid-3.1.0.1/errors/ru/ERR_FTP_PUT_MODIFIED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_FTP_PUT_MODIFIED	2008-11-10 00:26:39.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Операция FTP PUT завершилась успешно: файл обновлен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1 id="ftpsuccess">Операция завершилась успешно</h1> <h2>Файл обновлен</h2> </div> <hr>  <br>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_FTP_UNAVAILABLE squid-3.1.0.2/errors/ru/ERR_FTP_UNAVAILABLE
--- squid-3.1.0.1/errors/ru/ERR_FTP_UNAVAILABLE	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_FTP_UNAVAILABLE	2008-11-10 00:26:40.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>Сервер FTP слишком нагружен, чтобы получить URL: <a href="%U">%U</a></p>  <p>Squid послал следующую FTP комманду:</p>  <blockquote id="data"> <pre>%f</pre> </blockquote>  <p>Сервер ответил:</p> <blockquote id="sysmsg"> <pre>%F</pre> <pre>%g</pre> </blockquote>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_ICAP_FAILURE squid-3.1.0.2/errors/ru/ERR_ICAP_FAILURE
--- squid-3.1.0.1/errors/ru/ERR_ICAP_FAILURE	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_ICAP_FAILURE	2008-11-10 00:26:40.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Ошибка ICAP протокола.</b></p> </blockquote>  <p id="sysmsg">Система вернула: <i>%E</i></p>  <p>Это означает, что некоторые аспекты ICAP связи неудались.</p>  <p>Возможные проблемы:</p> <ul> <li><p>Сервер ICAP недоступен</p></li> <li><p>Получен неверный ответ от ICAP сервера.</p></li> </ul>  <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_INVALID_REQ squid-3.1.0.2/errors/ru/ERR_INVALID_REQ
--- squid-3.1.0.1/errors/ru/ERR_INVALID_REQ	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_INVALID_REQ	2008-11-10 00:26:40.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>Ошибка <b>неверный запрос</b> при обработке запроса:</p>  <blockquote id="data"> <pre>%R</pre> </blockquote>  <p>Возможные проблемы:</p> <ul> <li><p>Отсутствует или неизвестен метод запроса.</p></li> <li><p>Отсутствует URL.</p></li> <li><p>Отсутствует HTTP идентификатор (HTTP/1.0).</p></li> <li><p>Запрос слишком велик.</p></li> <li><p>Упещенный Content-Length в POST или PUT запросе.</p></li> <li><p>Недопустимый символ в имени (hostname), подчеркивания запрещены.</p></li> </ul>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_INVALID_RESP squid-3.1.0.2/errors/ru/ERR_INVALID_RESP
--- squid-3.1.0.1/errors/ru/ERR_INVALID_RESP	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_INVALID_RESP	2008-11-10 00:26:40.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>Ошибка <b>неверный ответ</b> при обработке запроса:</p>  <blockquote id="data"> <pre>%R</pre> </blockquote>  <p>Ответ HTTP (HTTP Response message), полученный от сервера не может быть обработан или неверно сформирован. Пожалуйста, свяжитесь с оператором сервера.</p>  <p>Администратор вашего кэша, при необходимости, может предоставить Вам более подробную информацию о действительных причинах проблемы.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_INVALID_URL squid-3.1.0.2/errors/ru/ERR_INVALID_URL
--- squid-3.1.0.1/errors/ru/ERR_INVALID_URL	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_INVALID_URL	2008-11-10 00:26:40.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Неверный URL</b></p> </blockquote>  <p>Некоторые параметры URL неверны</p>  <p>Возможные проблемы:</p> <ul> <li><p>Отсутствет или неверено указан протокол (должен быть <q>http://</q> или похожий)</p></li> <li><p>Отсутствует имя узла (hostname)</p></li> <li><p>Недопустимое двойное экранирование в пути URL (URL-Path)</p></li> <li><p>Недопустимый символ в имени (hostname), подчеркивания запрещены.</p></li> </ul>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_LIFETIME_EXP squid-3.1.0.2/errors/ru/ERR_LIFETIME_EXP
--- squid-3.1.0.1/errors/ru/ERR_LIFETIME_EXP	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_LIFETIME_EXP	2008-11-10 00:26:40.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Время жизни соединения истекло</b></p> </blockquote>  <p>Squid прервал запрос из-за превышения максимального времени соединения.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_NO_RELAY squid-3.1.0.2/errors/ru/ERR_NO_RELAY
--- squid-3.1.0.1/errors/ru/ERR_NO_RELAY	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_NO_RELAY	2008-11-10 00:26:40.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Wais Relay не определен</b></p> </blockquote>  <p>Для этого кэша не определен Wais Relay узел. Кричите на администратора.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.2/errors/ru/ERR_ONLY_IF_CACHED_MISS
--- squid-3.1.0.1/errors/ru/ERR_ONLY_IF_CACHED_MISS	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_ONLY_IF_CACHED_MISS	2008-11-10 00:26:41.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Действительный документ не найден в кэше и указана деректива <q>only-if-cached</q>.</b></p> </blockquote>  <p>Вы сделали запрос с директивой управления кэшем <q>only-if-cached</q>. Документ не был найден в кэше <em>или</em> он требует обновления, запрешенного директивой <q>only-if-cached</q>.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_READ_ERROR squid-3.1.0.2/errors/ru/ERR_READ_ERROR
--- squid-3.1.0.1/errors/ru/ERR_READ_ERROR	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_READ_ERROR	2008-11-10 00:26:41.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Ошибка при чтении</b></p> </blockquote>  <p id="sysmsg">Система вернула: <i>%E</i></p>  <p>При попытке чтения данных из сети произошла ошибка. Пожалуйста, повторите запрос.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_READ_TIMEOUT squid-3.1.0.2/errors/ru/ERR_READ_TIMEOUT
--- squid-3.1.0.1/errors/ru/ERR_READ_TIMEOUT	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_READ_TIMEOUT	2008-11-10 00:26:41.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Время ожидания при чтении истекло</b></p> </blockquote>  <p id="sysmsg">Система вернула: <i>%E</i></p>  <p>Превышено время ожидания ответа во время чтения данных из сети. Сеть или сервер не работают либо перегружены. Пожалуйста, повторите запрос.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_SECURE_CONNECT_FAIL squid-3.1.0.2/errors/ru/ERR_SECURE_CONNECT_FAIL
--- squid-3.1.0.1/errors/ru/ERR_SECURE_CONNECT_FAIL	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_SECURE_CONNECT_FAIL	2008-11-10 00:26:41.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Не удалось установить безопасное соединение с %I</b></p> </blockquote>  <p id="sysmsg">Система вернула: <i>%E</i></p>  <p>При обработке Вашего запроса этот кэш и удаленный узел не смогли выбрать взаимно удовлетворяющие настройки безопасности. Возможно удаленный узел не поддерживает безопасные соединения, или кэш не не удовлетворен аттестатом безопасности узла.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_SHUTTING_DOWN squid-3.1.0.2/errors/ru/ERR_SHUTTING_DOWN
--- squid-3.1.0.1/errors/ru/ERR_SHUTTING_DOWN	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_SHUTTING_DOWN	2008-11-10 00:26:41.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <p>Этот кэш в процессе завершения работы и не может выполнить Ваш запрос в настоящее время. Пожалуйста, повторите запрос через некторое время.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_SOCKET_FAILURE squid-3.1.0.2/errors/ru/ERR_SOCKET_FAILURE
--- squid-3.1.0.1/errors/ru/ERR_SOCKET_FAILURE	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_SOCKET_FAILURE	2008-11-10 00:26:41.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Ошибка сокета</b></p> </blockquote>  <p id="sysmsg">Система вернула: <i>%E</i></p>  <p>Squid не может создать TCP сокет, предположительно из-за большой нагрузки. Пожалуйста, повторите запрос.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_TOO_BIG squid-3.1.0.2/errors/ru/ERR_TOO_BIG
--- squid-3.1.0.1/errors/ru/ERR_TOO_BIG	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_TOO_BIG	2008-11-10 00:26:42.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Запрос или ответ слишком велик.</b></p> </blockquote>  <p>Если Вы делаете POST или PUT запросы, то закачиваемый объект слишком велик.</p> <p>Если Вы делаете GET запрос, то скачиваемый объект слишком велик.</p> <p>Эти ограничения установлены вышим интернет провайдером, который управляет этим кэшем. Пожалуйста, свяжитесь с ними, если Вы считаете это неправильным.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_UNSUP_REQ squid-3.1.0.2/errors/ru/ERR_UNSUP_REQ
--- squid-3.1.0.1/errors/ru/ERR_UNSUP_REQ	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_UNSUP_REQ	2008-11-10 00:26:42.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Неподдерживаемый метод запроса или протокол</b></p> </blockquote>  <p>Squid не поддерживает все методы запросов для всех протоколов. К примеру, для Gopher протокола Вы не можете выполнять запрос POST.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_URN_RESOLVE squid-3.1.0.2/errors/ru/ERR_URN_RESOLVE
--- squid-3.1.0.1/errors/ru/ERR_URN_RESOLVE	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_URN_RESOLVE	2008-11-10 00:26:42.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: The requested URN not be retrieved</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>URL для запрошенного URN не может быть получен</h2> </div> <hr>  <div id="content"> <p>При получении URN: <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Невозможно определить URN</b></p> </blockquote>  <p>Не стоит ожидать чудес от URN-ов на %T :) </p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_WRITE_ERROR squid-3.1.0.2/errors/ru/ERR_WRITE_ERROR
--- squid-3.1.0.1/errors/ru/ERR_WRITE_ERROR	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_WRITE_ERROR	2008-11-10 00:26:42.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Ошибка записи</b></p> </blockquote>  <p id="sysmsg">Система вернула: <i>%E</i></p>  <p>При попытке записи данных в сеть произошла ошибка. Пожалуйста, повторите запрос.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/ru/ERR_ZERO_SIZE_OBJECT squid-3.1.0.2/errors/ru/ERR_ZERO_SIZE_OBJECT
--- squid-3.1.0.1/errors/ru/ERR_ZERO_SIZE_OBJECT	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/ru/ERR_ZERO_SIZE_OBJECT	2008-11-10 00:26:42.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ОШИБКА: Запрошенный URL не может быть получен</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h1>ERROR</h1> <h2>The requested URL could not be retrieved</h2> </div> <hr>  <div id="content"> <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>  <blockquote id="error"> <p><b>Пустой ответ (нулевой длины)</b></p> </blockquote>  <p>Squid не получил никаких данных в ответ на этот запрос.</p>  <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p> <br> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_ACCESS_DENIED squid-3.1.0.2/errors/Russian-1251/ERR_ACCESS_DENIED
--- squid-3.1.0.1/errors/Russian-1251/ERR_ACCESS_DENIED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_ACCESS_DENIED	1970-01-01 12:00:00.000000000 +1200
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- .
-</STRONG>
-<P>
-        
-   . ,   
-  ,     .
-</UL>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_CACHE_ACCESS_DENIED squid-3.1.0.2/errors/Russian-1251/ERR_CACHE_ACCESS_DENIED
--- squid-3.1.0.1/errors/Russian-1251/ERR_CACHE_ACCESS_DENIED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_CACHE_ACCESS_DENIED	1970-01-01 12:00:00.000000000 +1200
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:    .</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD>
-<BODY>
-<H1></H1>
-<H2>   </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-   
-</STRONG>
-</UL>
-</P>
-
-<P>,    :
-<PRE>    %U</PRE>
-     ,    .
-</P>
-
-<P>
-    Netscape  2.0  ,  Microsoft Internet
-Explorer 3.0,  HTTP/1.1  .   
- <A HREF="mailto:%w%W"> </a>,      
- ,  <A HREF="http://%h/cgi-bin/chpasswd.cgi"></a> 
-   .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.2/errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.1.0.1/errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED	1970-01-01 12:00:00.000000000 +1200
@@ -1,35 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:     </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD>
-<BODY>
-<H1></H1>
-<H2>    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-    .
-</STRONG>
-</UL>
-</P>
-
-<P>,    :
-<PRE>    %U</PRE>
-      ,    .
-</P>
-
-<P>
-    Netscape  2.0  ,  Microsoft
-Internet
-Explorer 3.0,  HTTP/1.1  .  
- <A HREF="mailto:%w%W"> </a>,     
- ,   <em></em> ,
-       
--       .</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_CANNOT_FORWARD squid-3.1.0.2/errors/Russian-1251/ERR_CANNOT_FORWARD
--- squid-3.1.0.1/errors/Russian-1251/ERR_CANNOT_FORWARD	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_CANNOT_FORWARD	1970-01-01 12:00:00.000000000 +1200
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    .</H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-     .
-</STRONG>
-</UL>
-
-<P>
-       -    
--.    :
-<UL>
-<LI>      
-    - 
-<LI>  -    .
-</UL>
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_CONNECT_FAIL squid-3.1.0.2/errors/Russian-1251/ERR_CONNECT_FAIL
--- squid-3.1.0.1/errors/Russian-1251/ERR_CONNECT_FAIL	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_CONNECT_FAIL	1970-01-01 12:00:00.000000000 +1200
@@ -1,27 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    .</H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-   .
-</STRONG>
-</UL>
-
-<P>
-  :
-<PRE><I>    %E</I></PRE>
-
-<P>
-     . ,  .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_DNS_FAIL squid-3.1.0.2/errors/Russian-1251/ERR_DNS_FAIL
--- squid-3.1.0.1/errors/Russian-1251/ERR_DNS_FAIL	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_DNS_FAIL	1970-01-01 12:00:00.000000000 +1200
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:<br>
-<A HREF="%U">%U</A>
-<P>
-  :
-<BLOCKQUOTE>
-  IP  
-<I>%H</I>
-</BLOCKQUOTE>
-</UL>
-
-<P>
-  :
-<BLOCKQUOTE>
-%z
-</BLOCKQUOTE>
-
-<P>
- :
-<PRE>
-      ,   URL.
-    .
-</PRE>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_ESI squid-3.1.0.2/errors/Russian-1251/ERR_ESI
--- squid-3.1.0.1/errors/Russian-1251/ERR_ESI	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_ESI	1970-01-01 12:00:00.000000000 +1200
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff; font-family:verdana,sans-serif}--></STYLE>
-</HEAD><BODY>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<BLOCKQUOTE>
-ESI Processing failed.
-</BLOCKQUOTE>
-
-<P>
-The ESI processor returned:
-<BLOCKQUOTE>
-%Z
-</BLOCKQUOTE>
-
-<P>
-This means that:
-<PRE>
- The surrogate was not able to process the ESI template. Please report this error to the webmaster. 
-</PRE>
-<P>Your webmaster is <A HREF="mailto:%w">%w</A>.</P>
-<P>This page is in english because a translation has not been made. If you are able to, please create a translation and contact the squid project to get it included.</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_FORWARDING_DENIED squid-3.1.0.2/errors/Russian-1251/ERR_FORWARDING_DENIED
--- squid-3.1.0.1/errors/Russian-1251/ERR_FORWARDING_DENIED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_FORWARDING_DENIED	1970-01-01 12:00:00.000000000 +1200
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    .</H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- .
-</STRONG>
-</UL>
-
-<P>
-          
- sibling.    %i -   .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_FTP_DISABLED squid-3.1.0.2/errors/Russian-1251/ERR_FTP_DISABLED
--- squid-3.1.0.1/errors/Russian-1251/ERR_FTP_DISABLED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_FTP_DISABLED	1970-01-01 12:00:00.000000000 +1200
@@ -1,23 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- FTP .
-</STRONG>
-</UL>
-
-<P>
-     FTP.
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_FTP_FAILURE squid-3.1.0.2/errors/Russian-1251/ERR_FTP_FAILURE
--- squid-3.1.0.1/errors/Russian-1251/ERR_FTP_FAILURE	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_FTP_FAILURE	1970-01-01 12:00:00.000000000 +1200
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    .</H2>
-<HR noshade size="1px">
-<P>
-   FTP    URL:
-<A HREF="%U">%U</A>
-<P>
-    FTP:
-<PRE><STRONG>
-	%f
-</STRONG></PRE>
-  
-<PRE><STRONG>
-	%F
-</STRONG></PRE>
-<P>
-        (  
-  RFC 1738).   ,    
-   <A HREF="%B">%B</A>.
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_FTP_FORBIDDEN squid-3.1.0.2/errors/Russian-1251/ERR_FTP_FORBIDDEN
--- squid-3.1.0.1/errors/Russian-1251/ERR_FTP_FORBIDDEN	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_FTP_FORBIDDEN	1970-01-01 12:00:00.000000000 +1200
@@ -1,20 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-An FTP authentication failure occurred
-while trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-Squid sent the following FTP command:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-and then received this reply
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_FTP_NOT_FOUND squid-3.1.0.2/errors/Russian-1251/ERR_FTP_NOT_FOUND
--- squid-3.1.0.1/errors/Russian-1251/ERR_FTP_NOT_FOUND	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_FTP_NOT_FOUND	1970-01-01 12:00:00.000000000 +1200
@@ -1,23 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-The following URL could not be retrieved:
-<A HREF="%U">%U</A>
-<P>
-Squid sent the following FTP command:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-and then received this reply
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-<P>
-This might be caused by an FTP URL with an absolute path (which does
-not comply with RFC 1738).  If this is the cause, then the file
-can be found at <A HREF="%B">%B</A>.
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_FTP_PUT_CREATED squid-3.1.0.2/errors/Russian-1251/ERR_FTP_PUT_CREATED
--- squid-3.1.0.1/errors/Russian-1251/ERR_FTP_PUT_CREATED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_FTP_PUT_CREATED	1970-01-01 12:00:00.000000000 +1200
@@ -1,11 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>FTP PUT  :  </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>  </H1>
-<H2> </H2>
-<HR noshade size="1px">
-<P>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_FTP_PUT_ERROR squid-3.1.0.2/errors/Russian-1251/ERR_FTP_PUT_ERROR
--- squid-3.1.0.1/errors/Russian-1251/ERR_FTP_PUT_ERROR	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_FTP_PUT_ERROR	1970-01-01 12:00:00.000000000 +1200
@@ -1,27 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>: FTP PUT/upload  </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2>FTP PUT/upload  .</H2>
-<HR noshade size="1px">
-<P>
-     :
-<A HREF="%U">%U</A>
-<P>
-   FTP :
-<PRE><STRONG>
-        %f
-</STRONG></PRE>
-  
-<PRE><STRONG>
-        %F
-</STRONG></PRE>
-<P>
- :
-<PRE>
- ,  ,     .
-</PRE>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_FTP_PUT_MODIFIED squid-3.1.0.2/errors/Russian-1251/ERR_FTP_PUT_MODIFIED
--- squid-3.1.0.1/errors/Russian-1251/ERR_FTP_PUT_MODIFIED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_FTP_PUT_MODIFIED	1970-01-01 12:00:00.000000000 +1200
@@ -1,11 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>FTP PUT  :  </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>  .</H1>
-<H2> .</H2>
-<HR noshade size="1px">
-<P>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_FTP_UNAVAILABLE squid-3.1.0.2/errors/Russian-1251/ERR_FTP_UNAVAILABLE
--- squid-3.1.0.1/errors/Russian-1251/ERR_FTP_UNAVAILABLE	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_FTP_UNAVAILABLE	1970-01-01 12:00:00.000000000 +1200
@@ -1,19 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-The FTP server was too busy while trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-Squid sent the following FTP command:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-and then received this reply
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_ICAP_FAILURE squid-3.1.0.2/errors/Russian-1251/ERR_ICAP_FAILURE
--- squid-3.1.0.1/errors/Russian-1251/ERR_ICAP_FAILURE	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_ICAP_FAILURE	1970-01-01 12:00:00.000000000 +1200
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff; font-family:verdana,sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<UL>
-<LI>
-<STRONG>
-ICAP protocol error.
-</STRONG>
-</UL>
-
-<P>
-The system returned:
-<PRE><I>    %E</I></PRE>
-
-<P>
-This means that:
-Some aspect of the ICAP communication failed. Possible problems:
-<UL>
-<LI>ICAP server is not reachable.
-<LI>Illegal response from ICAP server.
-</UL>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_INVALID_REQ squid-3.1.0.2/errors/Russian-1251/ERR_INVALID_REQ
--- squid-3.1.0.1/errors/Russian-1251/ERR_INVALID_REQ	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_INVALID_REQ	1970-01-01 12:00:00.000000000 +1200
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    .</H2>
-<HR noshade size="1px">
-<P>
-   :
-<PRE>
-%R
-</PRE>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- .
-</STRONG>
-</UL>
-
-<P>
-  HTTP  .  :
-<UL>
-<LI>     (GET, POST)
-<LI> URL
-<LI> HTTP  (HTTP/1.0)
-<LI>  
-<LI>  Content-Length   POST  PUT
-<LI>    ;  
-</UL>
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_INVALID_RESP squid-3.1.0.2/errors/Russian-1251/ERR_INVALID_RESP
--- squid-3.1.0.1/errors/Russian-1251/ERR_INVALID_RESP	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_INVALID_RESP	1970-01-01 12:00:00.000000000 +1200
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to process the request:
-<PRE>
-%R
-</PRE>
-<P>
-The following error was encountered:
-<UL>
-<LI>
-<STRONG>
-Invalid Response
-</STRONG>
-</UL>
-
-<P>
-The HTTP Response message received from the contacted server
-could not be understood or was otherwise malformed. Please contact
-the site operator. Your cache administrator may be able to provide
-you with more details about the exact nature of the problem if needed.
-
-<P>Your cache administrator is <A HREF="mailto:%w">%w</A>. 
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_INVALID_URL squid-3.1.0.2/errors/Russian-1251/ERR_INVALID_URL
--- squid-3.1.0.1/errors/Russian-1251/ERR_INVALID_URL	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_INVALID_URL	1970-01-01 12:00:00.000000000 +1200
@@ -1,30 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    .</H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- URL
-</STRONG>
-</UL>
-
-<P>
-  URL .  :
-<UL>
-<LI>     (  `http://'' 
-)
-<LI>  
-<LI>     URL-
-<LI>    ;  
-</UL>
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_LIFETIME_EXP squid-3.1.0.2/errors/Russian-1251/ERR_LIFETIME_EXP
--- squid-3.1.0.1/errors/Russian-1251/ERR_LIFETIME_EXP	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_LIFETIME_EXP	1970-01-01 12:00:00.000000000 +1200
@@ -1,23 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-  .
-</STRONG>
-</UL>
-
-<P>
-        .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_NO_RELAY squid-3.1.0.2/errors/Russian-1251/ERR_NO_RELAY
--- squid-3.1.0.1/errors/Russian-1251/ERR_NO_RELAY	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_NO_RELAY	1970-01-01 12:00:00.000000000 +1200
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-Wais Relay  .
-</STRONG>
-</UL>
-
-<P>
-      WAIS Relay.
-  .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.2/errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS
--- squid-3.1.0.1/errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS	1970-01-01 12:00:00.000000000 +1200
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-        
-<code>only-if-cached</code>.
-</STRONG>
-</UL>
-
-<P>
-     - <code>only-if-cached</code>.
-    , <em></em>   ,
-  <code>only-if-cached</code>.
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_READ_ERROR squid-3.1.0.2/errors/Russian-1251/ERR_READ_ERROR
--- squid-3.1.0.1/errors/Russian-1251/ERR_READ_ERROR	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_READ_ERROR	1970-01-01 12:00:00.000000000 +1200
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- 
-</STRONG>
-</UL>
-
-<P>
- :
-<PRE><I>    %E</I></PRE>
-
-<P>
-       . , 
- .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_READ_TIMEOUT squid-3.1.0.2/errors/Russian-1251/ERR_READ_TIMEOUT
--- squid-3.1.0.1/errors/Russian-1251/ERR_READ_TIMEOUT	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_READ_TIMEOUT	1970-01-01 12:00:00.000000000 +1200
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-   .
-</STRONG>
-</UL>
-
-<P>
- :
-<PRE><I>    %E</I></PRE>
-
-<P>
-         .  
-    . ,  .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_SECURE_CONNECT_FAIL squid-3.1.0.2/errors/Russian-1251/ERR_SECURE_CONNECT_FAIL
--- squid-3.1.0.1/errors/Russian-1251/ERR_SECURE_CONNECT_FAIL	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_SECURE_CONNECT_FAIL	1970-01-01 12:00:00.000000000 +1200
@@ -1,31 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<UL>
-<LI>
-<STRONG>
-Failed to establish a secure connection to %I
-</STRONG>
-</UL>
-
-<P>
-The system returned:
-<PRE><I>    %E</I></PRE>
-
-<P>
-This proxy and the remote host failed to negotiate a mutually acceptable
-security settings for handling your request. It is possible that the remote
-host does not support secure connections, or the proxy is not satisfied with
-the host security credentials.
-
-<P>Your cache administrator is <A HREF="mailto:%w%W">%w</A>. 
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_SHUTTING_DOWN squid-3.1.0.2/errors/Russian-1251/ERR_SHUTTING_DOWN
--- squid-3.1.0.1/errors/Russian-1251/ERR_SHUTTING_DOWN	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_SHUTTING_DOWN	1970-01-01 12:00:00.000000000 +1200
@@ -1,19 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<UL>
-<P>
-This cache is in the process of shutting down and can not
-service your request at this time.  Please retry your
-request again soon.
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_SOCKET_FAILURE squid-3.1.0.2/errors/Russian-1251/ERR_SOCKET_FAILURE
--- squid-3.1.0.1/errors/Russian-1251/ERR_SOCKET_FAILURE	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_SOCKET_FAILURE	1970-01-01 12:00:00.000000000 +1200
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- TCP socket.
-</STRONG>
-</UL>
-
-<P>
- :
-<PRE><I>    %E</I></PRE>
-
-<P>
-    TCP socket,   -   
-. ,  .    - 
- .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_TOO_BIG squid-3.1.0.2/errors/Russian-1251/ERR_TOO_BIG
--- squid-3.1.0.1/errors/Russian-1251/ERR_TOO_BIG	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_TOO_BIG	1970-01-01 12:00:00.000000000 +1200
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<UL>
-<LI>
-<STRONG>
-The request or reply is too large.
-</STRONG>
-<P>
-If you are making a POST or PUT request, then your request body
-(the thing you are trying to upload) is too large.  If you are 
-making a GET request, then the reply body (what you are trying
-to download) is too large.   These limits have been established
-by the Internet Service Provider who operates this cache.  Please
-contact them directly if you feel this is an error.
-</UL>
-<P>
-Your cache administrator is <A HREF="mailto:%w%W">%w</A>.
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_UNSUP_REQ squid-3.1.0.2/errors/Russian-1251/ERR_UNSUP_REQ
--- squid-3.1.0.1/errors/Russian-1251/ERR_UNSUP_REQ	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_UNSUP_REQ	1970-01-01 12:00:00.000000000 +1200
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-    .
-</STRONG>
-</UL>
-
-<P>
-         .
- ,   Gopher      POST.
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_URN_RESOLVE squid-3.1.0.2/errors/Russian-1251/ERR_URN_RESOLVE
--- squid-3.1.0.1/errors/Russian-1251/ERR_URN_RESOLVE	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_URN_RESOLVE	1970-01-01 12:00:00.000000000 +1200
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URN    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2>URL   URN    </H2>
-<HR noshade size="1px">
-<P>
-   URN:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-  URL   URL.<br>
-(Cannot Resolve URN)
-</STRONG>
-</UL>
-
-<P>
-        %T ;)
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_WRITE_ERROR squid-3.1.0.2/errors/Russian-1251/ERR_WRITE_ERROR
--- squid-3.1.0.1/errors/Russian-1251/ERR_WRITE_ERROR	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_WRITE_ERROR	1970-01-01 12:00:00.000000000 +1200
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- 
-</STRONG>
-</UL>
-
-<P>
- :
-<PRE><I>    %E</I></PRE>
-
-<P>
-       . , 
-.
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-1251/ERR_ZERO_SIZE_OBJECT squid-3.1.0.2/errors/Russian-1251/ERR_ZERO_SIZE_OBJECT
--- squid-3.1.0.1/errors/Russian-1251/ERR_ZERO_SIZE_OBJECT	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-1251/ERR_ZERO_SIZE_OBJECT	1970-01-01 12:00:00.000000000 +1200
@@ -1,23 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-  
-</STRONG>
-</UL>
-
-<P>
-         .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_ACCESS_DENIED squid-3.1.0.2/errors/Russian-koi8-r/ERR_ACCESS_DENIED
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_ACCESS_DENIED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_ACCESS_DENIED	1970-01-01 12:00:00.000000000 +1200
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- .
-</STRONG>
-<P>
-        
-   . ,   
-  ,     .
-</UL>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED squid-3.1.0.2/errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED	1970-01-01 12:00:00.000000000 +1200
@@ -1,35 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:    ݣ.</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD>
-<BODY>
-<H1></H1>
-<H2>   ݣ</H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-   ݣ
-</STRONG>
-</UL>
-</P>
-
-<P>,    :
-<PRE>    %U</PRE>
-     ,   ģ .
-</P>
-
-<P>
-    Netscape  2.0  ,  Microsoft Internet
-Explorer 3.0,  HTTP/1.1  .   
- <A HREF="mailto:%w%W"> </a>,      
- ,  <A HREF="http://%h/cgi-bin/chpasswd.cgi"></a> 
-   .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.2/errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED	1970-01-01 12:00:00.000000000 +1200
@@ -1,36 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:     ݣ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD>
-<BODY>
-<H1></H1>
-<H2>    ݣ</H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-    ݣ.
-</STRONG>
-</UL>
-</P>
-
-<P>,    :
-<PRE>    %U</PRE>
-      ,   ģ .
-</P>
-
-<P>
-    Netscape  2.0  ,  Microsoft
-Internet
-Explorer 3.0,  HTTP/1.1  .  
- <A HREF="mailto:%w%W"> </a>,     
- ,   <em></em> ,
-       
--       .</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_CANNOT_FORWARD squid-3.1.0.2/errors/Russian-koi8-r/ERR_CANNOT_FORWARD
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_CANNOT_FORWARD	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_CANNOT_FORWARD	1970-01-01 12:00:00.000000000 +1200
@@ -1,30 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    .</H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-     .
-</STRONG>
-</UL>
-
-<P>
-       -    
--.    :
-<UL>
-<LI>      
-    - 
-<LI>  -    .
-</UL>
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_CONNECT_FAIL squid-3.1.0.2/errors/Russian-koi8-r/ERR_CONNECT_FAIL
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_CONNECT_FAIL	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_CONNECT_FAIL	1970-01-01 12:00:00.000000000 +1200
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    .</H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-   .
-</STRONG>
-</UL>
-
-<P>
-  :
-<PRE><I>    %E</I></PRE>
-
-<P>
-̣     . ,  .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_DNS_FAIL squid-3.1.0.2/errors/Russian-koi8-r/ERR_DNS_FAIL
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_DNS_FAIL	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_DNS_FAIL	1970-01-01 12:00:00.000000000 +1200
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:<br>
-<A HREF="%U">%U</A>
-<P>
-  :
-<BLOCKQUOTE>
-  IP  
-<I>%H</I>
-</BLOCKQUOTE>
-</UL>
-
-<P>
-  :
-<BLOCKQUOTE>
-%z
-</BLOCKQUOTE>
-
-<P>
- :
-<PRE>
-      ,   URL.
-    .
-</PRE>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_ESI squid-3.1.0.2/errors/Russian-koi8-r/ERR_ESI
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_ESI	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_ESI	1970-01-01 12:00:00.000000000 +1200
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff; font-family:verdana,sans-serif}--></STYLE>
-</HEAD><BODY>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<BLOCKQUOTE>
-ESI Processing failed.
-</BLOCKQUOTE>
-
-<P>
-The ESI processor returned:
-<BLOCKQUOTE>
-%Z
-</BLOCKQUOTE>
-
-<P>
-This means that:
-<PRE>
- The surrogate was not able to process the ESI template. Please report this error to the webmaster. 
-</PRE>
-<P>Your webmaster is <A HREF="mailto:%w">%w</A>.</P>
-<P>This page is in english because a translation has not been made. If you are able to, please create a translation and contact the squid project to get it included.</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_FORWARDING_DENIED squid-3.1.0.2/errors/Russian-koi8-r/ERR_FORWARDING_DENIED
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_FORWARDING_DENIED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_FORWARDING_DENIED	1970-01-01 12:00:00.000000000 +1200
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    .</H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- .
-</STRONG>
-</UL>
-
-<P>
-          
- sibling.    %i -   .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_DISABLED squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_DISABLED
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_DISABLED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_DISABLED	1970-01-01 12:00:00.000000000 +1200
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- FTP .
-</STRONG>
-</UL>
-
-<P>
-     FTP.
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_FAILURE squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_FAILURE
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_FAILURE	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_FAILURE	1970-01-01 12:00:00.000000000 +1200
@@ -1,27 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    .</H2>
-<HR noshade size="1px">
-<P>
-   FTP    URL:
-<A HREF="%U">%U</A>
-<P>
-    FTP:
-<PRE><STRONG>
-	%f
-</STRONG></PRE>
-  
-<PRE><STRONG>
-	%F
-</STRONG></PRE>
-<P>
-       ԣ (  
-  RFC 1738).   ,    
-   <A HREF="%B">%B</A>.
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_FORBIDDEN squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_FORBIDDEN
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_FORBIDDEN	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_FORBIDDEN	1970-01-01 12:00:00.000000000 +1200
@@ -1,20 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-An FTP authentication failure occurred
-while trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-Squid sent the following FTP command:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-and then received this reply
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_NOT_FOUND squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_NOT_FOUND
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_NOT_FOUND	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_NOT_FOUND	1970-01-01 12:00:00.000000000 +1200
@@ -1,23 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-The following URL could not be retrieved:
-<A HREF="%U">%U</A>
-<P>
-Squid sent the following FTP command:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-and then received this reply
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-<P>
-This might be caused by an FTP URL with an absolute path (which does
-not comply with RFC 1738).  If this is the cause, then the file
-can be found at <A HREF="%B">%B</A>.
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_PUT_CREATED squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_PUT_CREATED
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_PUT_CREATED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_PUT_CREATED	1970-01-01 12:00:00.000000000 +1200
@@ -1,12 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>FTP PUT  :  </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>  </H1>
-<H2> </H2>
-<HR noshade size="1px">
-<P>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_PUT_ERROR squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_PUT_ERROR
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_PUT_ERROR	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_PUT_ERROR	1970-01-01 12:00:00.000000000 +1200
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>: FTP PUT/upload  </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2>FTP PUT/upload  .</H2>
-<HR noshade size="1px">
-<P>
-     :
-<A HREF="%U">%U</A>
-<P>
-   FTP :
-<PRE><STRONG>
-        %f
-</STRONG></PRE>
-  
-<PRE><STRONG>
-        %F
-</STRONG></PRE>
-<P>
- :
-<PRE>
- ,  ,     .
-</PRE>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED	1970-01-01 12:00:00.000000000 +1200
@@ -1,12 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>FTP PUT  :  ̣</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>  .</H1>
-<H2> ̣.</H2>
-<HR noshade size="1px">
-<P>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE	1970-01-01 12:00:00.000000000 +1200
@@ -1,19 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-The FTP server was too busy while trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-Squid sent the following FTP command:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-and then received this reply
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_ICAP_FAILURE squid-3.1.0.2/errors/Russian-koi8-r/ERR_ICAP_FAILURE
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_ICAP_FAILURE	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_ICAP_FAILURE	1970-01-01 12:00:00.000000000 +1200
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff; font-family:verdana,sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<UL>
-<LI>
-<STRONG>
-ICAP protocol error.
-</STRONG>
-</UL>
-
-<P>
-The system returned:
-<PRE><I>    %E</I></PRE>
-
-<P>
-This means that:
-Some aspect of the ICAP communication failed. Possible problems:
-<UL>
-<LI>ICAP server is not reachable.
-<LI>Illegal response from ICAP server.
-</UL>
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_INVALID_REQ squid-3.1.0.2/errors/Russian-koi8-r/ERR_INVALID_REQ
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_INVALID_REQ	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_INVALID_REQ	1970-01-01 12:00:00.000000000 +1200
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    .</H2>
-<HR noshade size="1px">
-<P>
-   :
-<PRE>
-%R
-</PRE>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- .
-</STRONG>
-</UL>
-
-<P>
-  HTTP  .  :
-<UL>
-<LI>     (GET, POST)
-<LI> URL
-<LI> HTTP  (HTTP/1.0)
-<LI>  
-<LI>  Content-Length   POST  PUT
-<LI>    ; ޣ 
-</UL>
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_INVALID_RESP squid-3.1.0.2/errors/Russian-koi8-r/ERR_INVALID_RESP
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_INVALID_RESP	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_INVALID_RESP	1970-01-01 12:00:00.000000000 +1200
@@ -1,31 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    .</H2>
-<HR noshade size="1px">
-<P>
-   :
-<PRE>
-%R
-</PRE>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- .
-</STRONG>
-</UL>
-
-<P>
-HTTP ,       
-.     .
-  -    
-     .
-
-<P>
-   -: <A HREF="mailto:%w">%w</A>. 
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_INVALID_URL squid-3.1.0.2/errors/Russian-koi8-r/ERR_INVALID_URL
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_INVALID_URL	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_INVALID_URL	1970-01-01 12:00:00.000000000 +1200
@@ -1,31 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    .</H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- URL
-</STRONG>
-</UL>
-
-<P>
-  URL .  :
-<UL>
-<LI>     (  `http://'' 
-)
-<LI>  
-<LI>     URL-
-<LI>    ; ޣ 
-</UL>
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_LIFETIME_EXP squid-3.1.0.2/errors/Russian-koi8-r/ERR_LIFETIME_EXP
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_LIFETIME_EXP	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_LIFETIME_EXP	1970-01-01 12:00:00.000000000 +1200
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-  .
-</STRONG>
-</UL>
-
-<P>
-        .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_NO_RELAY squid-3.1.0.2/errors/Russian-koi8-r/ERR_NO_RELAY
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_NO_RELAY	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_NO_RELAY	1970-01-01 12:00:00.000000000 +1200
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-Wais Relay  ̣.
-</STRONG>
-</UL>
-
-<P>
-    ̣  WAIS Relay.
-  .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.2/errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS	1970-01-01 12:00:00.000000000 +1200
@@ -1,27 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-        
-<code>only-if-cached</code>.
-</STRONG>
-</UL>
-
-<P>
-     - <code>only-if-cached</code>.
-    , <em></em>   ,
-ݣ  <code>only-if-cached</code>.
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_READ_ERROR squid-3.1.0.2/errors/Russian-koi8-r/ERR_READ_ERROR
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_READ_ERROR	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_READ_ERROR	1970-01-01 12:00:00.000000000 +1200
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- 
-</STRONG>
-</UL>
-
-<P>
- :
-<PRE><I>    %E</I></PRE>
-
-<P>
-       . , 
- .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_READ_TIMEOUT squid-3.1.0.2/errors/Russian-koi8-r/ERR_READ_TIMEOUT
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_READ_TIMEOUT	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_READ_TIMEOUT	1970-01-01 12:00:00.000000000 +1200
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-   .
-</STRONG>
-</UL>
-
-<P>
- :
-<PRE><I>    %E</I></PRE>
-
-<P>
-         .  
-    . ,  .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_SECURE_CONNECT_FAIL squid-3.1.0.2/errors/Russian-koi8-r/ERR_SECURE_CONNECT_FAIL
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_SECURE_CONNECT_FAIL	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_SECURE_CONNECT_FAIL	1970-01-01 12:00:00.000000000 +1200
@@ -1,31 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<UL>
-<LI>
-<STRONG>
-Failed to establish a secure connection to %I
-</STRONG>
-</UL>
-
-<P>
-The system returned:
-<PRE><I>    %E</I></PRE>
-
-<P>
-This proxy and the remote host failed to negotiate a mutually acceptable
-security settings for handling your request. It is possible that the remote
-host does not support secure connections, or the proxy is not satisfied with
-the host security credentials.
-
-<P>Your cache administrator is <A HREF="mailto:%w%W">%w</A>. 
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_SHUTTING_DOWN squid-3.1.0.2/errors/Russian-koi8-r/ERR_SHUTTING_DOWN
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_SHUTTING_DOWN	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_SHUTTING_DOWN	1970-01-01 12:00:00.000000000 +1200
@@ -1,19 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<UL>
-<P>
-This cache is in the process of shutting down and can not
-service your request at this time.  Please retry your
-request again soon.
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_SOCKET_FAILURE squid-3.1.0.2/errors/Russian-koi8-r/ERR_SOCKET_FAILURE
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_SOCKET_FAILURE	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_SOCKET_FAILURE	1970-01-01 12:00:00.000000000 +1200
@@ -1,30 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- TCP socket.
-</STRONG>
-</UL>
-
-<P>
- :
-<PRE><I>    %E</I></PRE>
-
-<P>
-    TCP socket,   -   
-. ,  .    - 
- .
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_TOO_BIG squid-3.1.0.2/errors/Russian-koi8-r/ERR_TOO_BIG
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_TOO_BIG	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_TOO_BIG	1970-01-01 12:00:00.000000000 +1200
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<UL>
-<LI>
-<STRONG>
-The request or reply is too large.
-</STRONG>
-<P>
-If you are making a POST or PUT request, then your request body
-(the thing you are trying to upload) is too large.  If you are 
-making a GET request, then the reply body (what you are trying
-to download) is too large.   These limits have been established
-by the Internet Service Provider who operates this cache.  Please
-contact them directly if you feel this is an error.
-</UL>
-<P>
-Your cache administrator is <A HREF="mailto:%w%W">%w</A>.
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_UNSUP_REQ squid-3.1.0.2/errors/Russian-koi8-r/ERR_UNSUP_REQ
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_UNSUP_REQ	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_UNSUP_REQ	1970-01-01 12:00:00.000000000 +1200
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-    .
-</STRONG>
-</UL>
-
-<P>
-         .
- ,   Gopher      POST.
-</P>
-
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_URN_RESOLVE squid-3.1.0.2/errors/Russian-koi8-r/ERR_URN_RESOLVE
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_URN_RESOLVE	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_URN_RESOLVE	1970-01-01 12:00:00.000000000 +1200
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URN    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2>URL   URN    </H2>
-<HR noshade size="1px">
-<P>
-   URN:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-  URL   URL.<br>
-(Cannot Resolve URN)
-</STRONG>
-</UL>
-
-<P>
-        %T ;)
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_WRITE_ERROR squid-3.1.0.2/errors/Russian-koi8-r/ERR_WRITE_ERROR
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_WRITE_ERROR	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_WRITE_ERROR	1970-01-01 12:00:00.000000000 +1200
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
- 
-</STRONG>
-</UL>
-
-<P>
- :
-<PRE><I>    %E</I></PRE>
-
-<P>
-       . , 
-.
-</P>
diff -u -r -N squid-3.1.0.1/errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT squid-3.1.0.2/errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT
--- squid-3.1.0.1/errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT	2008-10-28 03:29:33.000000000 +1300
+++ squid-3.1.0.2/errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT	1970-01-01 12:00:00.000000000 +1200
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
-<TITLE>:  URL    </TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1></H1>
-<H2> URL    </H2>
-<HR noshade size="1px">
-<P>
-   URL:
-<A HREF="%U">%U</A>
-<P>
-  :
-<UL>
-<LI>
-<STRONG>
-  
-</STRONG>
-</UL>
-
-<P>
-         .
-</P>
diff -u -r -N squid-3.1.0.1/errors/sv/ERR_FTP_LISTING squid-3.1.0.2/errors/sv/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/sv/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/sv/ERR_FTP_LISTING	2008-11-10 00:26:44.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Skapad %T av %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_ACCESS_DENIED squid-3.1.0.2/errors/templates/ERR_ACCESS_DENIED
--- squid-3.1.0.1/errors/templates/ERR_ACCESS_DENIED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_ACCESS_DENIED	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Access Denied.</b></p>
+</blockquote>
+
+<p>Access control configuration prevents your request from being allowed at this time.  Please contact your service provider if you feel this is incorrect.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_CACHE_ACCESS_DENIED squid-3.1.0.2/errors/templates/ERR_CACHE_ACCESS_DENIED
--- squid-3.1.0.1/errors/templates/ERR_CACHE_ACCESS_DENIED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_CACHE_ACCESS_DENIED	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: Cache Access Denied</title>
+<style type="text/css"><!-- %l --></style>
+</head>
+<body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>Cache Access Denied.</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Cache Access Denied.</b></p>
+</blockquote>
+
+<p>Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.</p>
+
+<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>
+
+<br>
+</div>
+
+<hr> 
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.2/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.1.0.1/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: Cache Manager Access Denied</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>Cache Manager Access Denied.</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Cache Manager Access Denied.</b></p>
+</blockquote>
+
+<p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>
+
+<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>
+
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_CANNOT_FORWARD squid-3.1.0.2/errors/templates/ERR_CANNOT_FORWARD
--- squid-3.1.0.1/errors/templates/ERR_CANNOT_FORWARD	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_CANNOT_FORWARD	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head>
+<body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Unable to forward this request at this time.</b></p>
+</blockquote>
+
+<p>This request could not be forwarded to the origin server or to any parent caches.  The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_CONNECT_FAIL squid-3.1.0.2/errors/templates/ERR_CONNECT_FAIL
--- squid-3.1.0.1/errors/templates/ERR_CONNECT_FAIL	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_CONNECT_FAIL	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,34 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Connection to %I failed.</b></p>
+</blockquote>
+
+<p id="sysmsg">The system returned: <i>%E</i></p>
+
+<p>The remote host or network may be down.  Please try the request again.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_DNS_FAIL squid-3.1.0.2/errors/templates/ERR_DNS_FAIL
--- squid-3.1.0.1/errors/templates/ERR_DNS_FAIL	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_DNS_FAIL	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,36 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Unable to determine IP address from host name <q>%H</q></b></p>
+</blockquote>
+
+<p>The DNS server returned:</p>
+<blockquote id="data">
+<pre>%z</pre>
+</blockquote>
+
+<p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_ESI squid-3.1.0.2/errors/templates/ERR_ESI
--- squid-3.1.0.1/errors/templates/ERR_ESI	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_ESI	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,36 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>ESI Processing failed.</b></p>
+</blockquote>
+
+<p>The ESI processor returned:</p>
+<blockquote id="data">
+<pre>%Z</pre>
+</blockquote>
+
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
+
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_FORWARDING_DENIED squid-3.1.0.2/errors/templates/ERR_FORWARDING_DENIED
--- squid-3.1.0.1/errors/templates/ERR_FORWARDING_DENIED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_FORWARDING_DENIED	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Forwarding Denied.</b></p>
+</blockquote>
+
+<p>This cache will not forward your request because it is trying to enforce a sibling relationship.  Perhaps the client at %i is a cache which has been misconfigured.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_FTP_DISABLED squid-3.1.0.2/errors/templates/ERR_FTP_DISABLED
--- squid-3.1.0.1/errors/templates/ERR_FTP_DISABLED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_FTP_DISABLED	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>FTP is Disabled</b></p>
+</blockquote>
+
+<p>This cache does not support FTP.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_FTP_FAILURE squid-3.1.0.2/errors/templates/ERR_FTP_FAILURE
--- squid-3.1.0.1/errors/templates/ERR_FTP_FAILURE	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_FTP_FAILURE	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,36 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<p>Squid sent the following FTP command:</p>
+<blockquote id="data">
+<pre>%f</pre>
+</blockquote>
+
+<p>The server responded with:</p>
+<blockquote id="error">
+<pre>%F</pre>
+<pre>%g</pre>
+</blockquote>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_FTP_FORBIDDEN squid-3.1.0.2/errors/templates/ERR_FTP_FORBIDDEN
--- squid-3.1.0.1/errors/templates/ERR_FTP_FORBIDDEN	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_FTP_FORBIDDEN	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,36 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>An FTP authentication failure occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<p>Squid sent the following FTP command:</p>
+<blockquote id="data">
+<pre>%f</pre>
+</blockquote>
+
+<p>The server responded with:</p>
+<blockquote id="sysmsg">
+<pre>%F</pre>
+<pre>%g</pre>
+</blockquote>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_FTP_LISTING squid-3.1.0.2/errors/templates/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/templates/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_FTP_LISTING	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>FTP Directory: %U</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h2>FTP Directory: <a href="/">%U</a>/</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>Directory Content:</p>
+
+<blockquote id="data">
+<pre>%z</pre>
+</blockquote>
+
+<table id="ftplisting" summary="FTP Directory Listing">
+<tr>
+<th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
+</tr>
+
+%g
+
+</table>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_FTP_NOT_FOUND squid-3.1.0.2/errors/templates/ERR_FTP_NOT_FOUND
--- squid-3.1.0.1/errors/templates/ERR_FTP_NOT_FOUND	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_FTP_NOT_FOUND	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,38 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
+
+<p>Squid sent the following FTP command:</p>
+<blockquote id="data">
+<pre>%f</pre>
+</blockquote>
+
+<p>The server responded with:</p>
+<blockquote id="sysmsg">
+<pre>%F</pre>
+<pre>%g</pre>
+</blockquote>
+
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738).  If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_FTP_PUT_CREATED squid-3.1.0.2/errors/templates/ERR_FTP_PUT_CREATED
--- squid-3.1.0.1/errors/templates/ERR_FTP_PUT_CREATED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_FTP_PUT_CREATED	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,20 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>FTP PUT Successful: File Created</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1 id="ftpsuccess">Operation successful</h1>
+<h2>File created</h2>
+</div>
+<hr>
+
+<br>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_FTP_PUT_ERROR squid-3.1.0.2/errors/templates/ERR_FTP_PUT_ERROR
--- squid-3.1.0.1/errors/templates/ERR_FTP_PUT_ERROR	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_FTP_PUT_ERROR	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,37 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: FTP upload failed</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>FTP PUT/upload failed</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>While trying to PUT the following URL: <a href="%U">%U</a></p>
+
+<p>Squid sent the following FTP command:</p>
+<blockquote id="data">
+<pre>%f</pre>
+</blockquote>
+
+<p>The server responded with:</p>
+<blockquote id="sysmsg">
+<pre>%F</pre>
+</blockquote>
+
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_FTP_PUT_MODIFIED squid-3.1.0.2/errors/templates/ERR_FTP_PUT_MODIFIED
--- squid-3.1.0.1/errors/templates/ERR_FTP_PUT_MODIFIED	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_FTP_PUT_MODIFIED	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,20 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>FTP PUT Successful: File Updated</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1 id="ftpsuccess">Operation successful</h1>
+<h2>File updated</h2>
+</div>
+<hr>
+
+<br>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_FTP_UNAVAILABLE squid-3.1.0.2/errors/templates/ERR_FTP_UNAVAILABLE
--- squid-3.1.0.1/errors/templates/ERR_FTP_UNAVAILABLE	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_FTP_UNAVAILABLE	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,37 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The FTP server was too busy to retrieve the URL: <a href="%U">%U</a></p>
+
+<p>Squid sent the following FTP command:</p>
+
+<blockquote id="data">
+<pre>%f</pre>
+</blockquote>
+
+<p>The server responded with:</p>
+<blockquote id="sysmsg">
+<pre>%F</pre>
+<pre>%g</pre>
+</blockquote>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_ICAP_FAILURE squid-3.1.0.2/errors/templates/ERR_ICAP_FAILURE
--- squid-3.1.0.1/errors/templates/ERR_ICAP_FAILURE	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_ICAP_FAILURE	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,38 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>ICAP protocol error.</b></p>
+</blockquote>
+
+<p id="sysmsg">The system returned: <i>%E</i></p>
+
+<p>This means that some aspect of the ICAP communication failed.</p>
+
+<p>Some possible problems are:</p>
+<ul>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
+</ul>
+
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_INVALID_REQ squid-3.1.0.2/errors/templates/ERR_INVALID_REQ
--- squid-3.1.0.1/errors/templates/ERR_INVALID_REQ	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_INVALID_REQ	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,39 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
+
+<blockquote id="data">
+<pre>%R</pre>
+</blockquote>
+
+<p>Some possible problems are:</p>
+<ul>
+<li><p>Missing or unknown request method.</p></li>
+<li><p>Missing URL.</p></li>
+<li><p>Missing HTTP Identifier (HTTP/1.0).</p></li>
+<li><p>Request is too large.</p></li>
+<li><p>Content-Length missing for POST or PUT requests.</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
+</ul>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_INVALID_RESP squid-3.1.0.2/errors/templates/ERR_INVALID_RESP
--- squid-3.1.0.1/errors/templates/ERR_INVALID_RESP	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_INVALID_RESP	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
+
+<blockquote id="data">
+<pre>%R</pre>
+</blockquote>
+
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
+
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_INVALID_URL squid-3.1.0.2/errors/templates/ERR_INVALID_URL
--- squid-3.1.0.1/errors/templates/ERR_INVALID_URL	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_INVALID_URL	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,39 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Invalid URL</b></p>
+</blockquote>
+
+<p>Some aspect of the requested URL is incorrect.</p>
+
+<p>Some possible problems are:</p>
+<ul>
+<li><p>Missing or incorrect access protocol (should be <q>http://</q> or similar)</p></li>
+<li><p>Missing hostname</p></li>
+<li><p>Illegal double-escape in the URL-Path</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
+</ul>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_LIFETIME_EXP squid-3.1.0.2/errors/templates/ERR_LIFETIME_EXP
--- squid-3.1.0.1/errors/templates/ERR_LIFETIME_EXP	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_LIFETIME_EXP	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Connection Lifetime Expired</b></p>
+</blockquote>
+
+<p>Squid has terminated the request because it has exceeded the maximum connection lifetime.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_NO_RELAY squid-3.1.0.2/errors/templates/ERR_NO_RELAY
--- squid-3.1.0.1/errors/templates/ERR_NO_RELAY	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_NO_RELAY	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>No Wais Relay</b></p>
+</blockquote>
+
+<p>There is no WAIS Relay host defined for this Cache!  Yell at the administrator.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.2/errors/templates/ERR_ONLY_IF_CACHED_MISS
--- squid-3.1.0.1/errors/templates/ERR_ONLY_IF_CACHED_MISS	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_ONLY_IF_CACHED_MISS	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p>
+</blockquote>
+
+<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_READ_ERROR squid-3.1.0.2/errors/templates/ERR_READ_ERROR
--- squid-3.1.0.1/errors/templates/ERR_READ_ERROR	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_READ_ERROR	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Read Error</b></p>
+</blockquote>
+
+<p id="sysmsg">The system returned: <i>%E</i></p>
+
+<p>An error condition occurred while reading data from the network.  Please retry your request.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_READ_TIMEOUT squid-3.1.0.2/errors/templates/ERR_READ_TIMEOUT
--- squid-3.1.0.1/errors/templates/ERR_READ_TIMEOUT	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_READ_TIMEOUT	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Read Timeout</b></p>
+</blockquote>
+
+<p id="sysmsg">The system returned: <i>%E</i></p>
+
+<p>A Timeout occurred while waiting to read data from the network.  The network or server may be down or congested.  Please retry your request.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_SECURE_CONNECT_FAIL squid-3.1.0.2/errors/templates/ERR_SECURE_CONNECT_FAIL
--- squid-3.1.0.1/errors/templates/ERR_SECURE_CONNECT_FAIL	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_SECURE_CONNECT_FAIL	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Failed to establish a secure connection to %I</b></p>
+</blockquote>
+
+<p id="sysmsg">The system returned: <i>%E</i></p>
+
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_SHUTTING_DOWN squid-3.1.0.2/errors/templates/ERR_SHUTTING_DOWN
--- squid-3.1.0.1/errors/templates/ERR_SHUTTING_DOWN	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_SHUTTING_DOWN	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,27 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<p>This cache is in the process of shutting down and can not service your request at this time.  Please retry your request again soon.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_SOCKET_FAILURE squid-3.1.0.2/errors/templates/ERR_SOCKET_FAILURE
--- squid-3.1.0.1/errors/templates/ERR_SOCKET_FAILURE	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_SOCKET_FAILURE	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Socket Failure</b></p>
+</blockquote>
+
+<p id="sysmsg">The system returned: <i>%E</i></p>
+
+<p>Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_TOO_BIG squid-3.1.0.2/errors/templates/ERR_TOO_BIG
--- squid-3.1.0.1/errors/templates/ERR_TOO_BIG	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_TOO_BIG	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>The request or reply is too large.</b></p>
+</blockquote>
+
+<p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
+<p>If you are making a GET request, then the item you are trying to download is too large.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache.  Please contact them directly if you feel this is an error.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_UNSUP_REQ squid-3.1.0.2/errors/templates/ERR_UNSUP_REQ
--- squid-3.1.0.1/errors/templates/ERR_UNSUP_REQ	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_UNSUP_REQ	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<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>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_URN_RESOLVE squid-3.1.0.2/errors/templates/ERR_URN_RESOLVE
--- squid-3.1.0.1/errors/templates/ERR_URN_RESOLVE	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_URN_RESOLVE	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URN not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>A URL for the requested URN could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Cannot Resolve URN</b></p>
+</blockquote>
+
+<p>Hey, don't expect too much from URNs on %T :)</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_WRITE_ERROR squid-3.1.0.2/errors/templates/ERR_WRITE_ERROR
--- squid-3.1.0.1/errors/templates/ERR_WRITE_ERROR	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_WRITE_ERROR	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Write Error</b></p>
+</blockquote>
+
+<p id="sysmsg">The system returned: <i>%E</i></p>
+
+<p>An error condition occurred while writing to the network.  Please retry your request.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/templates/ERR_ZERO_SIZE_OBJECT squid-3.1.0.2/errors/templates/ERR_ZERO_SIZE_OBJECT
--- squid-3.1.0.1/errors/templates/ERR_ZERO_SIZE_OBJECT	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/templates/ERR_ZERO_SIZE_OBJECT	2008-11-10 00:22:17.000000000 +1300
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ERROR: The requested URL could not be retrieved</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
+
+<blockquote id="error">
+<p><b>Zero Sized Reply</b></p>
+</blockquote>
+
+<p>Squid did not receive any data for this request.</p>
+
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
+<br>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
diff -u -r -N squid-3.1.0.1/errors/uk/ERR_FTP_LISTING squid-3.1.0.2/errors/uk/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/uk/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/uk/ERR_FTP_LISTING	2008-11-10 00:26:50.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Згенеровано %T за %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/errors/zh-cn/ERR_FTP_LISTING squid-3.1.0.2/errors/zh-cn/ERR_FTP_LISTING
--- squid-3.1.0.1/errors/zh-cn/ERR_FTP_LISTING	1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.2/errors/zh-cn/ERR_FTP_LISTING	2008-11-10 00:26:55.000000000 +1300
@@ -0,0 +1 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FTP Directory: %U</title> <style type="text/css"><!-- %l --></style> </head><body> <div id="titles"> <h2>FTP Directory: <a href="/">%U</a>/</h2> </div> <hr>  <div id="content"> <p>Directory Content:</p>  <blockquote id="data"> <pre>%z</pre> </blockquote>  <table id="ftplisting" summary="FTP Directory Listing"> <tr> <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th> <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th> </tr>  %g  </table> </div>  <hr> <div id="footer"> <p>Generated %T by %h (%s)</p> <!-- %c --> </div> </body></html> 
\ No newline at end of file
diff -u -r -N squid-3.1.0.1/include/autoconf.h.in squid-3.1.0.2/include/autoconf.h.in
--- squid-3.1.0.1/include/autoconf.h.in	2008-10-28 03:29:54.000000000 +1300
+++ squid-3.1.0.2/include/autoconf.h.in	2008-11-10 00:22:48.000000000 +1300
@@ -972,6 +972,9 @@
    still semi-experimental. */
 #undef USE_CACHE_DIGESTS
 
+/* DiskIO modules are expected to be available. */
+#undef USE_DISKIO
+
 /* Use dnsserver processes instead of the internal DNS protocol support */
 #undef USE_DNSSERVERS
 
diff -u -r -N squid-3.1.0.1/include/IPAddress.h squid-3.1.0.2/include/IPAddress.h
--- squid-3.1.0.1/include/IPAddress.h	2008-10-28 03:29:34.000000000 +1300
+++ squid-3.1.0.2/include/IPAddress.h	2008-11-10 00:22:18.000000000 +1300
@@ -72,8 +72,8 @@
  * UPDATE: OpenBSD 4.3 has the same.
  */
 #if USE_IPV6 && ( defined(_SQUID_FREEBSD_) || defined(_SQUID_OPENBSD_) )
-#define s6_addr8  __u6_addr.__u6_addr8
-#define s6_addr16 __u6_addr.__u6_addr16
+//#define s6_addr8  __u6_addr.__u6_addr8
+//#define s6_addr16 __u6_addr.__u6_addr16
 #define s6_addr32 __u6_addr.__u6_addr32
 #endif
 
@@ -82,6 +82,12 @@
 #define IPV6_V6ONLY		27 // from OpenBSD 4.3 headers. (NP: does not match non-BSD OS values)
 #endif
 
+/* Bug 2500: Solaris 10/11 require s6_addr* defines. */
+#if USE_IPV6 && defined(_SQUID_SOLARIS_)
+//#define s6_addr8   _S6_un._S6_u8
+//#define s6_addr16  _S6_un._S6_u16
+#define s6_addr32  _S6_un._S6_u32
+#endif
 
 /// Length of buffer that needs to be allocated to old a null-terminated IP-string
 // Yuck. But there are still structures that need it to be an 'integer constant'.
diff -u -r -N squid-3.1.0.1/include/version.h squid-3.1.0.2/include/version.h
--- squid-3.1.0.1/include/version.h	2008-10-28 03:30:30.000000000 +1300
+++ squid-3.1.0.2/include/version.h	2008-11-10 00:23:30.000000000 +1300
@@ -9,7 +9,7 @@
  */
 
 #ifndef SQUID_RELEASE_TIME
-#define SQUID_RELEASE_TIME 1225117771
+#define SQUID_RELEASE_TIME 1226229722
 #endif
 
 #ifndef APP_SHORTNAME
diff -u -r -N squid-3.1.0.1/RELEASENOTES.html squid-3.1.0.2/RELEASENOTES.html
--- squid-3.1.0.1/RELEASENOTES.html	2008-10-28 03:33:30.000000000 +1300
+++ squid-3.1.0.2/RELEASENOTES.html	2008-11-10 00:27:19.000000000 +1300
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 <HEAD>
- <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.50">
  <TITLE>Squid 3.0.STABLE10 release notes</TITLE>
 </HEAD>
 <BODY>
@@ -13,7 +13,52 @@
 Squid is a WWW Cache application developed by the National Laboratory
 for Applied Network Research and members of the Web Caching community.</EM>
 <HR>
-<H2><A NAME="s1">1. Notice</A></H2>
+<P>
+<H2><A NAME="toc1">1.</A> <A HREF="#s1">Notice</A></H2>
+
+<P>
+<H2><A NAME="toc2">2.</A> <A HREF="#s2">Known issues</A></H2>
+
+<P>
+<H2><A NAME="toc3">3.</A> <A HREF="#s3">Changes since earlier STABLE releases of Squid-3.0</A></H2>
+
+<P>
+<H2><A NAME="toc4">4.</A> <A HREF="#s4">Changes since Squid-2.6</A></H2>
+
+<UL>
+<LI><A NAME="toc4.1">4.1</A> <A HREF="#ss4.1">Major new features</A>
+<LI><A NAME="toc4.2">4.2</A> <A HREF="#ss4.2">2.6 features not found in Squid-3.0</A>
+<LI><A NAME="toc4.3">4.3</A> <A HREF="#ss4.3">Logging changes</A>
+</UL>
+<P>
+<H2><A NAME="toc5">5.</A> <A HREF="#s5">Windows support</A></H2>
+
+<P>
+<H2><A NAME="toc6">6.</A> <A HREF="#s6">Changes to squid.conf since Squid-2.6</A></H2>
+
+<UL>
+<LI><A NAME="toc6.1">6.1</A> <A HREF="#ss6.1">New tags</A>
+<LI><A NAME="toc6.2">6.2</A> <A HREF="#ss6.2">Changes to existing tags</A>
+<LI><A NAME="toc6.3">6.3</A> <A HREF="#ss6.3">Removed tags</A>
+</UL>
+<P>
+<H2><A NAME="toc7">7.</A> <A HREF="#s7">Changes to ./configure Options since Squid-2.6</A></H2>
+
+<UL>
+<LI><A NAME="toc7.1">7.1</A> <A HREF="#ss7.1">New options</A>
+<LI><A NAME="toc7.2">7.2</A> <A HREF="#ss7.2">Changes to existing options</A>
+<LI><A NAME="toc7.3">7.3</A> <A HREF="#ss7.3">Removed options</A>
+</UL>
+<P>
+<H2><A NAME="toc8">8.</A> <A HREF="#s8">Regressions since Squid-2.7</A></H2>
+
+<UL>
+<LI><A NAME="toc8.1">8.1</A> <A HREF="#ss8.1">Missing squid.conf options available in Squid-2.7</A>
+<LI><A NAME="toc8.2">8.2</A> <A HREF="#ss8.2">Missing ./configure options available in Squid-2.7</A>
+</UL>
+
+<HR>
+<H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
 <P>The Squid Team are pleased to announce the release of Squid-3.0.STABLE10.</P>
 <P>This new release is available for download from 
@@ -23,19 +68,19 @@
 <P>We welcome feedback and bug reports. If you find a bug, please see 
 <A HREF="http://wiki.squid-cache.org/SquidFaq/TroubleShooting#head-7067fc0034ce967e67911becaabb8c95a34d576d">http://wiki.squid-cache.org/SquidFaq/TroubleShooting#head-7067fc0034ce967e67911becaabb8c95a34d576d</A> for how to submit a report with a stack trace.</P>
 
-<H2><A NAME="s2">2. Known issues</A></H2>
+<H2><A NAME="s2">2.</A> <A HREF="#toc2">Known issues</A></H2>
 
 <P>Although this release is deemed good enough for use in many setups, please note the existence of 
 <A HREF="http://www.squid-cache.org/bugs/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;target_milestone=3.0&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=bugs.bug_severity&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">open bugs against Squid-3.0</A>.</P>
 
-<H2><A NAME="s3">3. Changes since earlier STABLE releases of Squid-3.0</A></H2>
+<H2><A NAME="s3">3.</A> <A HREF="#toc3">Changes since earlier STABLE releases of Squid-3.0</A></H2>
 
 <P>The 3.0 change history can be 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.0/changesets/">viewed here</A>.</P>
 
-<H2><A NAME="s4">4. Changes since Squid-2.6</A></H2>
+<H2><A NAME="s4">4.</A> <A HREF="#toc4">Changes since Squid-2.6</A></H2>
 
-<H2><A NAME="ss4.1">4.1 Major new features</A>
+<H2><A NAME="ss4.1">4.1</A> <A HREF="#toc4.1">Major new features</A>
 </H2>
 
 <P>Squid 3.0 represents a major rewrite of Squid and has a number of new features.</P>
@@ -87,7 +132,7 @@
 <P>More information about ESI can be found from the ESI website 
 <A HREF="http://www.esi.org">http://www.esi.org</A></P>
 
-<H2><A NAME="ss4.2">4.2 2.6 features not found in Squid-3.0</A>
+<H2><A NAME="ss4.2">4.2</A> <A HREF="#toc4.2">2.6 features not found in Squid-3.0</A>
 </H2>
 
 <P>Some of the features found in Squid-2.6 is not available in Squid-3.
@@ -107,7 +152,7 @@
 </UL>
 </P>
 
-<H2><A NAME="ss4.3">4.3 Logging changes</A>
+<H2><A NAME="ss4.3">4.3</A> <A HREF="#toc4.3">Logging changes</A>
 </H2>
 
 <H3>access.log</H3>
@@ -123,7 +168,9 @@
 </P>
 <P>See 
 <A HREF="http://www.squid-cache.org/Doc/FAQ/FAQ-6.html#ss6.7">http://www.squid-cache.org/Doc/FAQ/FAQ-6.html#ss6.7</A> for a definition of all log types.</P>
-<H2><A NAME="s5">5. Windows support</A></H2>
+
+
+<H2><A NAME="s5">5.</A> <A HREF="#toc5">Windows support</A></H2>
 
 <P>This Squid version can run on Windows as a system service using the Cygwin emulation environment, 
 or can be compiled in Windows native mode using the MinGW + MSYS development environment. Windows NT 4 SP4 and later are supported.<BR>
@@ -345,11 +392,11 @@
 
 
 
-<H2><A NAME="ss5.1">5.1 Changes to squid.conf</A>
-</H2>
+<H2><A NAME="s6">6.</A> <A HREF="#toc6">Changes to squid.conf since Squid-2.6</A></H2>
 
 <P>There have been many changes to Squid's configuration file since Squid-2.6.</P>
-<P>This section gives a thorough account of those changes in three categories:</P>
+
+<P>This section gives a detailed account of those changes in three categories:</P>
 <P>
 <UL>
 <LI>
@@ -362,10 +409,8 @@
 </P>
 
 
-
-
-
-<H3><A NAME="newtags"></A> New tags</H3>
+<H2><A NAME="newtags"></A> <A NAME="ss6.1">6.1</A> <A HREF="#toc6.1">New tags</A>
+</H2>
 
 <P>
 <DL>
@@ -384,6 +429,7 @@
         
 </PRE>
 </P>
+
 <DT><B>background_ping_rate</B><DD>
 <P>
 <PRE>
@@ -654,7 +700,8 @@
 </P>
 
 
-<H3><A NAME="modifiedtags"></A> Changes to existing tags</H3>
+<H2><A NAME="modifiedtags"></A> <A NAME="ss6.2">6.2</A> <A HREF="#toc6.2">Changes to existing tags</A>
+</H2>
 
 <P>
 <DL>
@@ -677,21 +724,7 @@
         
 </PRE>
 </P>
-<P>Removed options:
-<PRE>
-    urlgroup=, not yet ported to Squid-3.
-    
-    no-connection-auth, not yet ported to Squid-3.
-        
-</PRE>
-        </P>
-<DT><B> https_port</B><DD>
-<P>Removed options:
-<PRE>
-    urlgroup=, not yet ported to Squid-3.
-        
-</PRE>
-</P>
+
 <DT><B>cache_peer</B><DD>
 <P>New options:
 <PRE>
@@ -717,42 +750,13 @@
      frequency of each parent being based on the round trip
      time. Closer parents are used more often.
      Usually used for background-ping parents.
-
         
 </PRE>
 </P>
-<P>Removed options:
-<PRE>
-    monitorurl, monitorsize etc, not yet ported to Squid-3
 
-    connection-auth=, not yet ported to Squid-3
-        
-</PRE>
-</P>
 <DT><B>cache_dir</B><DD>
-<P>Common options
-<PRE>
-    no-store, replaces the older read-only option
-
-    min-size, not yet ported to Squid-3
-        
-</PRE>
-</P>
-<P>COSS file system:
-<PRE>
-    The coss file store is experimental, and still lacks much
-    of the functionality found in 2.6.
+<P>Common options <EM>no-store</EM>, replaces the older <EM>read-only</EM> option</P>
 
-    overwrite-percent=n, not yet ported to Squid-3.
-
-    max-stripe-waste=n, not yet ported to Squid-3.
-
-    membufs=n, not yet ported to Squid-3.
-
-    maxfullbufs=n, not yet ported to Squid-3.
-        
-</PRE>
-</P>
 <DT><B>auth_param</B><DD>
 <P>Removed Basic auth option
 <PRE>
@@ -761,12 +765,6 @@
         
 </PRE>
 </P>
-<P>Removed digest options:
-<PRE>
-    concurrency, not yet ported to Squid-3.
-        
-</PRE>
-</P>
 
 <DT><B>external_acl_type</B><DD>
 <P>New format specifications:
@@ -777,14 +775,6 @@
         
 </PRE>
 </P>
-<P>Removed format specifications:
-<PRE>
-    %ACL, not yet ported to Squid-3
-
-    %DATA, not yet ported to Squid-3
-        
-</PRE>
-</P>
 <P>New result keywords:
 <PRE>
      tag=  Apply a tag to a request (for both ERR and OK results)
@@ -817,17 +807,6 @@
 <P>New types:
 <PRE>
     acl aclname http_status 200 301 500- 400-403 ...     # status code in reply
-
-        
-</PRE>
-</P>
-<P>Removed types:
-<PRE>
-    acl aclname urllogin [-i] [^a-zA-Z0-9] ...      # regex matching on URL login field
-
-    acl urlgroup group1 ...
-        # match against the urlgroup as indicated by redirectors
-
         
 </PRE>
 </P>
@@ -906,7 +885,7 @@
 <P>allow/deny no longer used.</P>
 
 <DT><B>url_rewrite_program</B><DD>
-<P>No urlgroup support in either requests or responese</P>
+<P>No urlgroup support in either requests or response</P>
 
 <DT><B>auth_param</B><DD>
 <P>fake_auth helper for NTLM now accepts the '-S' parameter to strip NTLM domain off the username string.
@@ -915,45 +894,28 @@
 </DL>
 </P>
 
-
-
-
-<H3><A NAME="removedtags"></A> Removed tags</H3>
+<H2><A NAME="removedtags"></A> <A NAME="ss6.3">6.3</A> <A HREF="#toc6.3">Removed tags</A>
+</H2>
 
 <P>
 <DL>
-<DT><B>broken_vary_encoding</B><DD>
-<P>Not yet ported to Squid-3.</P>
-<DT><B>cache_vary</B><DD>
-<P>Not yet ported to Squid-3.</P>
-<DT><B>collapsed_forwarding</B><DD>
-<P>Not yet ported to Squid-3.</P>
-<DT><B>follow_x_forwarded_for</B><DD>
-<P>Not yet ported to Squid-3.</P>
-<DT><B>*_uses_indirect_client</B><DD>
-<P>Not yet ported to Squid-3.</P>
-<DT><B>error_map</B><DD>
-<P>Not yet ported to Squid-3.</P>
 <DT><B>header_access</B><DD>
 <P>This has been replaced by request_header_access and reply_header_access</P>
-<DT><B>http_access2</B><DD>
-<P>Not yet ported to Squid-3.</P>
+
 <DT><B>httpd_accel_no_pmtu_disc</B><DD>
 <P>Replaced by disable-pmtu-discovery http_port option</P>
-<DT><B>location_rewrite_*</B><DD>
-<P>Not yet ported to Squid-3.</P>
-<DT><B>refresh_stale_hit</B><DD>
-<P>Not yet ported to Squid-3.</P>
+
 <DT><B>wais_relay_*</B><DD>
 <P>equivalent to cache_peer + cache_peer_access.</P>
+
 </DL>
 </P>
 
 
-<H2><A NAME="ss5.2">5.2 Changes to ./configure Options</A>
-</H2>
+<H2><A NAME="s7">7.</A> <A HREF="#toc7">Changes to ./configure Options since Squid-2.6</A></H2>
 
 <P>There have been some changes to Squid's build configuration since Squid-2.6.</P>
+
 <P>This section gives an account of those changes in three categories:</P>
 <P>
 <UL>
@@ -962,15 +924,14 @@
 <LI>
 <A HREF="#modifiedoptions">Changes to existing options</A></LI>
 <LI>
-<A HREF="#notportedoptions">Not yet available options</A></LI>
-<LI>
 <A HREF="#removedoptions">Removed options</A></LI>
 </UL>
 </P>
 
 
 
-<H3><A NAME="newoptions"></A> New options</H3>
+<H2><A NAME="newoptions"></A> <A NAME="ss7.1">7.1</A> <A HREF="#toc7.1">New options</A>
+</H2>
 
 <P>
 <DL>
@@ -1084,7 +1045,8 @@
 
 </DL>
 </P>
-<H3><A NAME="modifiedoptions"></A> Changes to existing options</H3>
+<H2><A NAME="modifiedoptions"></A> <A NAME="ss7.2">7.2</A> <A HREF="#toc7.2">Changes to existing options</A>
+</H2>
 
 <P>
 <DL>
@@ -1127,25 +1089,8 @@
 
 </DL>
 </P>
-<H3><A NAME="notportedoptions"></A> Not yet available options</H3>
-
-<P>These configure options have not yet been ported to Squid-3. If you need something to do then
-porting one of these from Squid-2 to Squid-3 is most welcome.</P>
-<P>
-<DL>
-<DT><B>--enable-devpoll</B><DD>
-<P>Support for Solaris /dev/poll</P>
-
-<DT><B>--enable-select-simple</B><DD>
-<P>Basic POSIX select() loop without any binary fd_set optimizations.</P>
-
-<DT><B>--enable-follow-x-forwarded-for</B><DD>
-<P>Support following the X-Forwarded-For HTTP header for determining the
-client IP address</P>
-</DL>
-</P>
-
-<H3><A NAME="removedoptions"></A> Removed options</H3>
+<H2><A NAME="removedoptions"></A> <A NAME="ss7.3">7.3</A> <A HREF="#toc7.3">Removed options</A>
+</H2>
 
 <P>The following configure options have been removed.</P>
 <P>
@@ -1168,5 +1113,176 @@
 </DL>
 </P>
 
+
+<H2><A NAME="s8">8.</A> <A HREF="#toc8">Regressions since Squid-2.7</A></H2>
+
+<P>Some squid.conf and ./configure options which were available in Squid-2.7 are not yet available in Squid-3.0</P>
+
+<P>If you need something to do then porting one of these from Squid-2 to Squid-3 is most welcome.</P>
+
+<H2><A NAME="ss8.1">8.1</A> <A HREF="#toc8.1">Missing squid.conf options available in Squid-2.7</A>
+</H2>
+
+<P>
+<DL>
+<DT><B>acl</B><DD>
+<P><EM>urllogin</EM> option not yet ported from 2.6</P>
+<P><EM>urlgroup</EM> option not yet ported from 2.6</P>
+
+<DT><B>acl_uses_indirect_client</B><DD>
+<P>Not yet ported from 2.6</P>
+
+<DT><B>auth_param digest</B><DD>
+<P><EM>concurrency</EM> option not yet ported from Squid-2</P>
+
+<DT><B>authenticate_ip_shortcircuit_access</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>authenticate_ip_shortcircuit_ttl</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>broken_vary_encoding</B><DD>
+<P>Not yet ported from 2.6</P>
+
+<DT><B>cache_dir</B><DD>
+<P><EM>min-size</EM> option not yet ported from Squid-2</P>
+<P><EM>COSS</EM> storage type is lacking stability fixes from 2.6</P>
+<P>COSS <EM>overwrite-percent=</EM> option not yet ported from 2.6</P>
+<P>COSS <EM>max-stripe-waste=</EM> option not yet ported from 2.6</P>
+<P>COSS <EM>membufs=</EM> option not yet ported from 2.6</P>
+<P>COSS <EM>maxfullbufs=</EM> option not yet ported from 2.6</P>
+
+<DT><B>cache_peer</B><DD>
+<P><EM>multicast-siblings</EM> not yet ported from 2.7</P>
+<P><EM>idle=</EM> not yet ported from 2.7</P>
+<P><EM>http11</EM> not yet ported from 2.7</P>
+<P><EM>connection-auth=</EM> not yet ported from 2.6</P>
+<P><EM>monitorinterval=</EM> not yet ported from 2.6</P>
+<P><EM>monitorsize=</EM> not yet ported from 2.6</P>
+<P><EM>monitortimeout=</EM> not yet ported from 2.6</P>
+<P><EM>monitorurl=</EM> not yet ported from 2.6</P>
+
+<DT><B>cache_vary</B><DD>
+<P>Not yet ported from 2.6</P>
+
+<DT><B>collapsed_forwarding</B><DD>
+<P>Not yet ported from 2.6</P>
+
+<DT><B>delay_pool_uses_indirect_client</B><DD>
+<P>Not yet ported from 2.6</P>
+
+<DT><B>error_map</B><DD>
+<P>Not yet ported from 2.6</P>
+
+<DT><B>external_acl_type</B><DD>
+<P><EM>%ACL</EM> format tag not yet ported from 2.6</P>
+<P><EM>%DATA</EM> format tag not yet ported from 2.6</P>
+
+<DT><B>external_refresh_check</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>follow_x_forwarded_for</B><DD>
+<P>Not yet ported from 2.6</P>
+
+<DT><B>http_access2</B><DD>
+<P>Not yet ported from 2.6</P>
+
+<DT><B>http_port</B><DD>
+<P><EM>act-as-origin</EM> not yet ported from 2.7</P>
+<P><EM>allow-direct</EM> not yet ported from 2.7</P>
+<P><EM>http11</EM> not yet ported from 2.7</P>
+<P><EM>urlgroup=</EM> not yet ported from 2.6</P>
+<P><EM>no-connection-auth</EM> not yet ported from 2.6</P>
+
+<DT><B>ignore_expect_100</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>ignore_ims_on_miss</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>location_rewrite_access</B><DD>
+<P>Not yet ported from 2.6</P>
+
+<DT><B>location_rewrite_children</B><DD>
+<P>Not yet ported from 2.6</P>
+
+<DT><B>location_rewrite_concurrency</B><DD>
+<P>Not yet ported from 2.6</P>
+
+<DT><B>location_rewrite_program</B><DD>
+<P>Not yet ported from 2.6</P>
+
+<DT><B>log_uses_indirect_client</B><DD>
+<P>Not yet ported from 2.6</P>
+
+<DT><B>logfile_daemon</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>logformat</B><DD>
+<P><EM>%oa</EM> tag not yet ported from 2.7</P>
+<P><EM>%sn</EM> tag not yet ported from 2.7</P>
+
+<DT><B>max_filedescriptors</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>max_stale</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>refresh_pattern</B><DD>
+<P><EM>stale-while-revalidate=</EM> not yet ported from 2.7</P>
+<P><EM>ignore-stale-while-revalidate=</EM> not yet ported from 2.7</P>
+<P><EM>max-stale=</EM> not yet ported from 2.7</P>
+<P><EM>negative-ttl=</EM> not yet ported from 2.7</P>
+
+<DT><B>refresh_stale_hit</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>server_http11</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>storeurl_access</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>storeurl_rewrite_children</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>storeurl_rewrite_concurrency</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>storeurl_rewrite_program</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>update_headers</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>upgrade_http0.9</B><DD>
+<P>Not yet ported from 2.7</P>
+
+<DT><B>zero_buffers</B><DD>
+<P>Not yet ported from 2.7</P>
+
+</DL>
+</P>
+
+<H2><A NAME="ss8.2">8.2</A> <A HREF="#toc8.2">Missing ./configure options available in Squid-2.7</A>
+</H2>
+
+<P>
+<DL>
+<DT><B>--enable-devpoll</B><DD>
+<P>Support for Solaris /dev/poll</P>
+
+<DT><B>--enable-select-simple</B><DD>
+<P>Basic POSIX select() loop without any binary fd_set optimizations.</P>
+
+<DT><B>--enable-follow-x-forwarded-for</B><DD>
+<P>Support following the X-Forwarded-For HTTP header for determining the
+client IP address</P>
+
+<DT><B>--without-system-md5</B><DD>
+
+</DL>
+</P>
+
 </BODY>
 </HTML>
diff -u -r -N squid-3.1.0.1/src/cf.data.pre squid-3.1.0.2/src/cf.data.pre
--- squid-3.1.0.1/src/cf.data.pre	2008-10-28 03:29:38.000000000 +1300
+++ squid-3.1.0.2/src/cf.data.pre	2008-11-10 00:22:22.000000000 +1300
@@ -2147,6 +2147,10 @@
 
 	The coss store type:
 
+	NP: COSS filesystem in Squid-3 has been deemed too unstable for
+	    production use and has thus been removed from this release.
+	    We hope that it can be made usable again soon.
+
 	block-size=n defines the "block size" for COSS cache_dir's.
 	Squid uses file numbers as block numbers.  Since file numbers
 	are limited to 24 bits, the block size determines the maximum
diff -u -r -N squid-3.1.0.1/src/fs/coss/coss-notes.txt squid-3.1.0.2/src/fs/coss/coss-notes.txt
--- squid-3.1.0.1/src/fs/coss/coss-notes.txt	2008-10-28 03:29:38.000000000 +1300
+++ squid-3.1.0.2/src/fs/coss/coss-notes.txt	2008-11-10 00:22:23.000000000 +1300
@@ -1,5 +1,13 @@
 COSS notes
 
+Amos Jeffries <squid3@treenet.co.nz>
+
+COSS Support is not stable yet in Squid-3. Please do not use.
+
+Any help porting the stability fixes from Squid 2.6 and 2.7
+is very welcome though to resolve this issue.
+
+
 Adrian Chadd <adrian@creative.net.au>
 
 $Id: coss-notes.txt,v 1.3 2003/08/27 21:19:38 wessels Exp $
diff -u -r -N squid-3.1.0.1/src/fs/coss/CossSwapDir.h squid-3.1.0.2/src/fs/coss/CossSwapDir.h
--- squid-3.1.0.1/src/fs/coss/CossSwapDir.h	2008-10-28 03:29:38.000000000 +1300
+++ squid-3.1.0.2/src/fs/coss/CossSwapDir.h	2008-11-10 00:22:23.000000000 +1300
@@ -1,6 +1,4 @@
-/*
- * $Id$
- */
+#error COSS Support is not stable yet in Squid-3. Please do not use.
 #ifndef __COSSSWAPDIR_H__
 #define __COSSSWAPDIR_H__
 
diff -u -r -N squid-3.1.0.1/src/fs/coss/store_coss.h squid-3.1.0.2/src/fs/coss/store_coss.h
--- squid-3.1.0.1/src/fs/coss/store_coss.h	2008-10-28 03:29:38.000000000 +1300
+++ squid-3.1.0.2/src/fs/coss/store_coss.h	2008-11-10 00:22:23.000000000 +1300
@@ -1,3 +1,4 @@
+#error COSS Support is not stable yet in Squid-3. Please do not use.
 #ifndef __COSS_H__
 #define __COSS_H__
 
diff -u -r -N squid-3.1.0.1/src/fs/coss/store_dir_coss.cc squid-3.1.0.2/src/fs/coss/store_dir_coss.cc
--- squid-3.1.0.1/src/fs/coss/store_dir_coss.cc	2008-10-28 03:29:38.000000000 +1300
+++ squid-3.1.0.2/src/fs/coss/store_dir_coss.cc	2008-11-10 00:22:23.000000000 +1300
@@ -1,4 +1,4 @@
-
+#error COSS Support is not stable yet in Squid-3. Please do not use.
 /*
  * $Id: store_dir_coss.cc,v 1.77 2007/11/15 16:47:36 wessels Exp $
  * vim: set et :
diff -u -r -N squid-3.1.0.1/src/fs/coss/StoreFScoss.cc squid-3.1.0.2/src/fs/coss/StoreFScoss.cc
--- squid-3.1.0.1/src/fs/coss/StoreFScoss.cc	2008-10-28 03:29:38.000000000 +1300
+++ squid-3.1.0.2/src/fs/coss/StoreFScoss.cc	2008-11-10 00:22:23.000000000 +1300
@@ -1,4 +1,4 @@
-
+#error COSS Support is not stable yet in Squid-3. Please do not use.
 /*
  * $Id: StoreFScoss.cc,v 1.7 2006/09/03 21:05:21 hno Exp $
  *
diff -u -r -N squid-3.1.0.1/src/fs/coss/StoreFScoss.h squid-3.1.0.2/src/fs/coss/StoreFScoss.h
--- squid-3.1.0.1/src/fs/coss/StoreFScoss.h	2008-10-28 03:29:38.000000000 +1300
+++ squid-3.1.0.2/src/fs/coss/StoreFScoss.h	2008-11-10 00:22:23.000000000 +1300
@@ -1,3 +1,4 @@
+#error COSS Support is not stable yet in Squid-3. Please do not use.
 /*
  * $Id: StoreFScoss.h,v 1.4 2008/02/26 21:49:43 amosjeffries Exp $
  *
diff -u -r -N squid-3.1.0.1/src/Makefile.am squid-3.1.0.2/src/Makefile.am
--- squid-3.1.0.1/src/Makefile.am	2008-10-28 03:29:38.000000000 +1300
+++ squid-3.1.0.2/src/Makefile.am	2008-11-10 00:22:21.000000000 +1300
@@ -978,6 +978,7 @@
 		DiskIO/Blocking/BlockingFile.h \
 		DiskIO/Blocking/BlockingIOStrategy.cc \
 		DiskIO/Blocking/BlockingIOStrategy.h \
+		DiskIO/Blocking/BlockingDiskIOModule.cc \
 		DiskIO/Blocking/BlockingDiskIOModule.h 
 
 libDiskDaemon_a_SOURCES = \
@@ -986,6 +987,7 @@
 		DiskIO/DiskDaemon/DiskdIOStrategy.cc \
 		DiskIO/DiskDaemon/DiskdIOStrategy.h \
 		DiskIO/DiskDaemon/diomsg.h \
+		DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc \
 		DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h
 
 libDiskThreads_a_SOURCES = \
@@ -994,6 +996,7 @@
 		DiskIO/DiskThreads/DiskThreads.h \
 		DiskIO/DiskThreads/DiskThreadsDiskFile.cc \
 		DiskIO/DiskThreads/DiskThreadsDiskFile.h \
+		DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc \
 		DiskIO/DiskThreads/DiskThreadsDiskIOModule.h \
 		DiskIO/DiskThreads/DiskThreadsIOStrategy.cc \
 		DiskIO/DiskThreads/DiskThreadsIOStrategy.h
@@ -1153,9 +1156,13 @@
 
 ## Special Universal .h dependency test script
 ## aborts if error encountered
-testHeaders: $(top_srcdir)/src/*.h $(top_srcdir)/src/DiskIO/*.h
+testHeaders: $(top_srcdir)/src/*.h $(top_srcdir)/src/DiskIO/*.h $(top_srcdir)/src/DiskIO/*/*.h
 	$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "." || exit 1
 	$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "DiskIO" || exit 1
+	$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "DiskIO/AIO" || exit 1
+	$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "DiskIO/Blocking" || exit 1
+	$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "DiskIO/DiskDaemon" || exit 1
+	$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "DiskIO/DiskThreads" || exit 1
 ## src/repl/ has no .h files and its own makefile.
 
 ## No such file...
@@ -2231,8 +2238,6 @@
 
 SWAP_TEST_LDADD = \
 	libauth.la \
-	DiskIO/Blocking/BlockingDiskIOModule.o \
-	repl/lru/store_repl_lru.o \
 	@REGEXLIB@ \
 	@STORE_LINKOBJS@ \
 	@STORE_OBJS@ \
@@ -2242,8 +2247,6 @@
 	@SQUID_CPPUNIT_LIBS@
 SWAP_TEST_DS =\
 	$(top_builddir)/lib/libmiscutil.a \
-	DiskIO/Blocking/BlockingDiskIOModule.o \
-	repl/lru/store_repl_lru.o \
 	repl_modules.o \
 	@DISK_LIBS@ \
 	@STORE_LINKOBJS@ \
diff -u -r -N squid-3.1.0.1/src/Makefile.in squid-3.1.0.2/src/Makefile.in
--- squid-3.1.0.1/src/Makefile.in	2008-10-28 03:30:07.000000000 +1300
+++ squid-3.1.0.2/src/Makefile.in	2008-11-10 00:23:07.000000000 +1300
@@ -100,12 +100,14 @@
 libBlocking_a_AR = $(AR) $(ARFLAGS)
 libBlocking_a_LIBADD =
 am_libBlocking_a_OBJECTS = DiskIO/Blocking/BlockingFile.$(OBJEXT) \
-	DiskIO/Blocking/BlockingIOStrategy.$(OBJEXT)
+	DiskIO/Blocking/BlockingIOStrategy.$(OBJEXT) \
+	DiskIO/Blocking/BlockingDiskIOModule.$(OBJEXT)
 libBlocking_a_OBJECTS = $(am_libBlocking_a_OBJECTS)
 libDiskDaemon_a_AR = $(AR) $(ARFLAGS)
 libDiskDaemon_a_LIBADD =
 am_libDiskDaemon_a_OBJECTS = DiskIO/DiskDaemon/DiskdFile.$(OBJEXT) \
-	DiskIO/DiskDaemon/DiskdIOStrategy.$(OBJEXT)
+	DiskIO/DiskDaemon/DiskdIOStrategy.$(OBJEXT) \
+	DiskIO/DiskDaemon/DiskDaemonDiskIOModule.$(OBJEXT)
 libDiskDaemon_a_OBJECTS = $(am_libDiskDaemon_a_OBJECTS)
 libDiskThreads_a_AR = $(AR) $(ARFLAGS)
 libDiskThreads_a_LIBADD =
@@ -115,6 +117,7 @@
 	DiskIO/DiskThreads/DiskThreads.h \
 	DiskIO/DiskThreads/DiskThreadsDiskFile.cc \
 	DiskIO/DiskThreads/DiskThreadsDiskFile.h \
+	DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc \
 	DiskIO/DiskThreads/DiskThreadsDiskIOModule.h \
 	DiskIO/DiskThreads/DiskThreadsIOStrategy.cc \
 	DiskIO/DiskThreads/DiskThreadsIOStrategy.h
@@ -124,6 +127,7 @@
 am_libDiskThreads_a_OBJECTS = $(am__objects_3) \
 	DiskIO/DiskThreads/async_io.$(OBJEXT) \
 	DiskIO/DiskThreads/DiskThreadsDiskFile.$(OBJEXT) \
+	DiskIO/DiskThreads/DiskThreadsDiskIOModule.$(OBJEXT) \
 	DiskIO/DiskThreads/DiskThreadsIOStrategy.$(OBJEXT)
 libDiskThreads_a_OBJECTS = $(am_libDiskThreads_a_OBJECTS)
 LTLIBRARIES = $(noinst_LTLIBRARIES)
@@ -646,8 +650,7 @@
 	tests/testMain.$(OBJEXT) tests/stub_cache_manager.$(OBJEXT) \
 	$(am__objects_36)
 tests_testCoss_OBJECTS = $(am_tests_testCoss_OBJECTS)
-am__DEPENDENCIES_2 = libauth.la DiskIO/Blocking/BlockingDiskIOModule.o \
-	repl/lru/store_repl_lru.o
+am__DEPENDENCIES_2 = libauth.la
 am__tests_testDiskIO_SOURCES_DIST = tests/stub_store_rebuild.cc \
 	tests/stub_internal.cc fd.cc disk.cc filemap.cc HttpBody.cc \
 	HttpReply.cc HttpStatusLine.cc int.cc list.cc MemObject.cc \
@@ -2435,6 +2438,7 @@
 		DiskIO/Blocking/BlockingFile.h \
 		DiskIO/Blocking/BlockingIOStrategy.cc \
 		DiskIO/Blocking/BlockingIOStrategy.h \
+		DiskIO/Blocking/BlockingDiskIOModule.cc \
 		DiskIO/Blocking/BlockingDiskIOModule.h 
 
 libDiskDaemon_a_SOURCES = \
@@ -2443,6 +2447,7 @@
 		DiskIO/DiskDaemon/DiskdIOStrategy.cc \
 		DiskIO/DiskDaemon/DiskdIOStrategy.h \
 		DiskIO/DiskDaemon/diomsg.h \
+		DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc \
 		DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h
 
 libDiskThreads_a_SOURCES = \
@@ -2451,6 +2456,7 @@
 		DiskIO/DiskThreads/DiskThreads.h \
 		DiskIO/DiskThreads/DiskThreadsDiskFile.cc \
 		DiskIO/DiskThreads/DiskThreadsDiskFile.h \
+		DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc \
 		DiskIO/DiskThreads/DiskThreadsDiskIOModule.h \
 		DiskIO/DiskThreads/DiskThreadsIOStrategy.cc \
 		DiskIO/DiskThreads/DiskThreadsIOStrategy.h
@@ -3558,8 +3564,6 @@
 
 SWAP_TEST_LDADD = \
 	libauth.la \
-	DiskIO/Blocking/BlockingDiskIOModule.o \
-	repl/lru/store_repl_lru.o \
 	@REGEXLIB@ \
 	@STORE_LINKOBJS@ \
 	@STORE_OBJS@ \
@@ -3570,8 +3574,6 @@
 
 SWAP_TEST_DS = \
 	$(top_builddir)/lib/libmiscutil.a \
-	DiskIO/Blocking/BlockingDiskIOModule.o \
-	repl/lru/store_repl_lru.o \
 	repl_modules.o \
 	@DISK_LIBS@ \
 	@STORE_LINKOBJS@ \
@@ -3845,6 +3847,9 @@
 DiskIO/Blocking/BlockingIOStrategy.$(OBJEXT):  \
 	DiskIO/Blocking/$(am__dirstamp) \
 	DiskIO/Blocking/$(DEPDIR)/$(am__dirstamp)
+DiskIO/Blocking/BlockingDiskIOModule.$(OBJEXT):  \
+	DiskIO/Blocking/$(am__dirstamp) \
+	DiskIO/Blocking/$(DEPDIR)/$(am__dirstamp)
 libBlocking.a: $(libBlocking_a_OBJECTS) $(libBlocking_a_DEPENDENCIES) 
 	-rm -f libBlocking.a
 	$(libBlocking_a_AR) libBlocking.a $(libBlocking_a_OBJECTS) $(libBlocking_a_LIBADD)
@@ -3861,6 +3866,9 @@
 DiskIO/DiskDaemon/DiskdIOStrategy.$(OBJEXT):  \
 	DiskIO/DiskDaemon/$(am__dirstamp) \
 	DiskIO/DiskDaemon/$(DEPDIR)/$(am__dirstamp)
+DiskIO/DiskDaemon/DiskDaemonDiskIOModule.$(OBJEXT):  \
+	DiskIO/DiskDaemon/$(am__dirstamp) \
+	DiskIO/DiskDaemon/$(DEPDIR)/$(am__dirstamp)
 libDiskDaemon.a: $(libDiskDaemon_a_OBJECTS) $(libDiskDaemon_a_DEPENDENCIES) 
 	-rm -f libDiskDaemon.a
 	$(libDiskDaemon_a_AR) libDiskDaemon.a $(libDiskDaemon_a_OBJECTS) $(libDiskDaemon_a_LIBADD)
@@ -3883,6 +3891,9 @@
 DiskIO/DiskThreads/DiskThreadsDiskFile.$(OBJEXT):  \
 	DiskIO/DiskThreads/$(am__dirstamp) \
 	DiskIO/DiskThreads/$(DEPDIR)/$(am__dirstamp)
+DiskIO/DiskThreads/DiskThreadsDiskIOModule.$(OBJEXT):  \
+	DiskIO/DiskThreads/$(am__dirstamp) \
+	DiskIO/DiskThreads/$(DEPDIR)/$(am__dirstamp)
 DiskIO/DiskThreads/DiskThreadsIOStrategy.$(OBJEXT):  \
 	DiskIO/DiskThreads/$(am__dirstamp) \
 	DiskIO/DiskThreads/$(DEPDIR)/$(am__dirstamp)
@@ -4068,15 +4079,6 @@
 	fs/ufs/$(DEPDIR)/$(am__dirstamp)
 DiskIO/AIO/AIODiskIOModule.$(OBJEXT): DiskIO/AIO/$(am__dirstamp) \
 	DiskIO/AIO/$(DEPDIR)/$(am__dirstamp)
-DiskIO/Blocking/BlockingDiskIOModule.$(OBJEXT):  \
-	DiskIO/Blocking/$(am__dirstamp) \
-	DiskIO/Blocking/$(DEPDIR)/$(am__dirstamp)
-DiskIO/DiskDaemon/DiskDaemonDiskIOModule.$(OBJEXT):  \
-	DiskIO/DiskDaemon/$(am__dirstamp) \
-	DiskIO/DiskDaemon/$(DEPDIR)/$(am__dirstamp)
-DiskIO/DiskThreads/DiskThreadsDiskIOModule.$(OBJEXT):  \
-	DiskIO/DiskThreads/$(am__dirstamp) \
-	DiskIO/DiskThreads/$(DEPDIR)/$(am__dirstamp)
 auth/basic/$(am__dirstamp):
 	@$(mkdir_p) auth/basic
 	@: > auth/basic/$(am__dirstamp)
@@ -5226,9 +5228,13 @@
 		$(RM) -f $(DESTDIR)$(DEFAULT_MIME_TABLE); \
 	fi
 
-testHeaders: $(top_srcdir)/src/*.h $(top_srcdir)/src/DiskIO/*.h
+testHeaders: $(top_srcdir)/src/*.h $(top_srcdir)/src/DiskIO/*.h $(top_srcdir)/src/DiskIO/*/*.h
 	$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "." || exit 1
 	$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "DiskIO" || exit 1
+	$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "DiskIO/AIO" || exit 1
+	$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "DiskIO/Blocking" || exit 1
+	$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "DiskIO/DiskDaemon" || exit 1
+	$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "DiskIO/DiskThreads" || exit 1
 
 testHeaders.c:
 	touch testHeaders.c
diff -u -r -N squid-3.1.0.1/src/tests/testDiskIO.cc squid-3.1.0.2/src/tests/testDiskIO.cc
--- squid-3.1.0.1/src/tests/testDiskIO.cc	2008-10-28 03:29:39.000000000 +1300
+++ squid-3.1.0.2/src/tests/testDiskIO.cc	2008-11-10 00:22:23.000000000 +1300
@@ -8,7 +8,9 @@
 #include "SwapDir.h"
 #include "DiskIO/DiskIOModule.h"
 #include "fs/ufs/ufscommon.h"
+#if 0 // AYJ: COSS in Squid-3 is disabled.
 #include "fs/coss/CossSwapDir.h"
+#endif
 #include "Mem.h"
 #include "MemObject.h"
 #include "HttpHeader.h"
@@ -29,5 +31,9 @@
 testDiskIO::testFindDefault()
 {
     DiskIOModule * module = DiskIOModule::FindDefault();
+#if USE_DISKIO
     CPPUNIT_ASSERT(module != NULL);
+#else
+    CPPUNIT_ASSERT(module == NULL);
+#endif
 }
