1 ##########################################################
3 # no-server-data Error Output template for Privoxy.
5 ##########################################################
6 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
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
23 <table summary="" cellpadding="20" cellspacing="10" border="0" width="100%">
28 <td class="title" style="width: 100%">
35 <!-- @if-unstable-start -->
36 # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
38 <td class="warning" colspan="2">
40 #include mod-unstable-warning
44 <!-- if-unstable-end@ -->
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.
53 <p>This is often a temporary failure, so you might just
54 <a href="@protocol@@hostport@@path@">try again</a>.
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>
68 <td class="box" colspan="2">
69 <h2>More Privoxy:</h2>
70 <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
75 <td class="info" colspan="2">
77 #include mod-support-and-service
82 <!-- @if-have-help-info-start -->
84 <td class="info" colspan="2">
86 #include mod-local-help
90 <!-- if-have-help-info-end@ -->