home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / privoxy / privoxy_setup_3.0.21.exe / templates / no-server-data < prev    next >
Text File  |  2013-03-08  |  3KB  |  96 lines

  1. ##########################################################
  2. #
  3. # no-server-data Error Output template for Privoxy.
  4. #
  5. ##########################################################
  6. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  7. <html>
  8.  
  9. <head>
  10.   <title>502 - No server or forwarder data received (Privoxy@@my-hostname@)</title>
  11.   <meta http-equiv="Content-Style-Type" content="text/css">
  12.   <meta http-equiv="Content-Script-Type" content="text/javascript">
  13.   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  14.   <meta name="robots" content="noindex,nofollow">
  15.   <link rel="shortcut icon" href="@default-cgi@error-favicon.ico">
  16.   <style type="text/css">
  17. #include cgi-style.css
  18.   </style>
  19. </head>
  20.  
  21. <body>
  22.  
  23.   <table summary="" cellpadding="20" cellspacing="10" border="0" width="100%">
  24.     <tr>
  25.       <td class="status">
  26.         502
  27.       </td>
  28.       <td class="title" style="width: 100%">
  29.  
  30. #include mod-title
  31.  
  32.       </td>
  33.     </tr>
  34.  
  35. <!-- @if-unstable-start -->
  36. # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
  37.     <tr>
  38.       <td class="warning" colspan="2">
  39.  
  40. #include mod-unstable-warning
  41.  
  42.       </td>
  43.     </tr>
  44. <!-- if-unstable-end@ -->
  45.  
  46.     <tr>
  47.       <td class="warning" colspan=2>
  48.         <h2>No server or forwarder data received</h2>
  49.           <p>Your request for <a href="@protocol@@hostport@@path@"><b>@protocol@@hostport@@path@</b></a>
  50.           could not be fulfilled, because the connection to <b>@host@</b> (@host-ip@) has been closed
  51.           before Privoxy received any data for this request.
  52.           </p>
  53.           <p>This is often a temporary failure, so you might just
  54.             <a href="@protocol@@hostport@@path@">try again</a>.
  55.          </p>
  56.          <p>
  57.           If you get this message very often, consider disabling
  58.           <a href="@user-manual@config.html#CONNECTION-SHARING">connection-sharing</a>
  59.           (which should be off by default). If that doesn't help, you may have to additionally
  60.           disable support for connection keep-alive by setting
  61.           <a href="@user-manual@config.html#KEEP-ALIVE-TIMEOUT">keep-alive-timeout</a>
  62.           to 0.
  63.          </p>
  64.       </td>
  65.     </tr>
  66.  
  67.     <tr>
  68.       <td class="box" colspan="2">
  69.         <h2>More Privoxy:</h2>
  70.         <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
  71.       </td>
  72.     </tr>
  73.  
  74.     <tr>
  75.       <td class="info" colspan="2">
  76.  
  77. #include mod-support-and-service
  78.  
  79.       </td>
  80.     </tr>
  81.  
  82. <!-- @if-have-help-info-start -->
  83.     <tr>
  84.       <td class="info" colspan="2">
  85.  
  86. #include mod-local-help
  87.  
  88.       </td>
  89.     </tr>
  90. <!-- if-have-help-info-end@ -->
  91.  
  92.   </table>
  93.  
  94. </body>
  95. </html>
  96.