Guest User

Untitled

a guest
Sep 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html><head>
  3. <meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
  4. <title>ERROR: The requested URL could not be retrieved</title>
  5. <style type="text/css"><!--
  6. /*
  7. Stylesheet for Squid Error pages
  8. Adapted from design by Free CSS Templates
  9. http://www.freecsstemplates.org
  10. Released for free under a Creative Commons Attribution 2.5 License
  11. */
  12.  
  13. /* Page basics */
  14. * {
  15. font-family: verdana, sans-serif;
  16. }
  17.  
  18. html body {
  19. margin: 0;
  20. padding: 0;
  21. background: #efefef;
  22. font-size: 12px;
  23. color: #1e1e1e;
  24. }
  25.  
  26. /* Page displayed title area */
  27. #titles {
  28. margin-left: 15px;
  29. padding: 10px;
  30. padding-left: 100px;
  31. background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left;
  32. }
  33.  
  34. /* initial title */
  35. #titles h1 {
  36. color: #000000;
  37. }
  38. #titles h2 {
  39. color: #000000;
  40. }
  41.  
  42. /* special event: FTP success page titles */
  43. #titles ftpsuccess {
  44. background-color:#00ff00;
  45. width:100%;
  46. }
  47.  
  48. /* Page displayed body content area */
  49. #content {
  50. padding: 10px;
  51. background: #ffffff;
  52. }
  53.  
  54. /* General text */
  55. p {
  56. }
  57.  
  58. /* error brief description */
  59. #error p {
  60. }
  61.  
  62. /* some data which may have caused the problem */
  63. #data {
  64. }
  65.  
  66. /* the error message received from the system or other software */
  67. #sysmsg {
  68. }
  69.  
  70. pre {
  71. font-family:sans-serif;
  72. }
  73.  
  74. /* special event: FTP / Gopher directory listing */
  75. #dirmsg {
  76. font-family: courier;
  77. color: black;
  78. font-size: 10pt;
  79. }
  80. #dirlisting {
  81. margin-left: 2%;
  82. margin-right: 2%;
  83. }
  84. #dirlisting tr.entry td.icon,td.filename,td.size,td.date {
  85. border-bottom: groove;
  86. }
  87. #dirlisting td.size {
  88. width: 50px;
  89. text-align: right;
  90. padding-right: 5px;
  91. }
  92.  
  93. /* horizontal lines */
  94. hr {
  95. margin: 0;
  96. }
  97.  
  98. /* page displayed footer area */
  99. #footer {
  100. font-size: 9px;
  101. padding-left: 10px;
  102. }
  103.  
  104.  
  105. body
  106. :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
  107. :lang(he) { direction: rtl; float: right; }
  108. --></style>
  109. </head><body>
  110. <div id="titles">
  111. <h1>ERROR</h1>
  112. <h2>The requested URL could not be retrieved</h2>
  113. </div>
  114. <hr>
  115.  
  116. <div id="content">
  117. <p>The following error was encountered while trying to retrieve the URL: <a href="http://localhost:9200/">http://localhost:9200/</a></p>
  118.  
  119. <blockquote id="error">
  120. <p><b>Connection to ::1 failed.</b></p>
  121. </blockquote>
  122.  
  123. <p id="sysmsg">The system returned: <i>(111) Connection refused</i></p>
  124.  
  125. <p>The remote host or network may be down. Please try the request again.</p>
  126.  
  127. <p>Your cache administrator is <a href="mailto:root?subject=CacheErrorInfo%20-%20ERR_CONNECT_FAIL&amp;body=CacheHost%3A%20uxproxy.topnet.rs%0D%0AErrPage%3A%20ERR_CONNECT_FAIL%0D%0AErr%3A%20(111)%20Connection%20refused%0D%0ATimeStamp%3A%20Tue,%2019%20Sep%202017%2014%3A35%3A50%20GMT%0D%0A%0D%0AClientIP%3A%2010.253.130.136%0D%0AServerIP%3A%20%3A%3A1%0D%0A%0D%0AHTTP%20Request%3A%0D%0AGET%20%2F%20HTTP%2F1.1%0AUser-Agent%3A%20curl%2F7.35.0%0D%0AHost%3A%20localhost%3A9200%0D%0AAccept%3A%20*%2F*%0D%0AProxy-Connection%3A%20Keep-Alive%0D%0A%0D%0A%0D%0A">root</a>.</p>
  128.  
  129. <br>
  130. </div>
  131.  
  132. <hr>
  133. <div id="footer">
  134. <p>Generated Tue, 19 Sep 2017 14:35:50 GMT by PROXY (squid/3.1.10)</p>
  135. <!-- ERR_CONNECT_FAIL -->
  136. </div>
  137. </body></html>
Add Comment
Please, Sign In to add comment