From: hal9 Date: Tue, 13 Aug 2002 00:10:38 +0000 (+0000) Subject: Add faq to troubleshooting re: blank page syndrome, ie {-prevent-compression}. X-Git-Tag: v_3_0_0~46 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=166f65942bb0c1185080edd5dd781b3045364acf;p=privoxy.git Add faq to troubleshooting re: blank page syndrome, ie {-prevent-compression}. --- diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index c6eaf91e..fdeb0a89 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -24,7 +24,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: faq.sgml,v 1.61.2.14 2002/08/07 02:53:43 hal9 Exp $ + $Id: faq.sgml,v 1.61.2.15 2002/08/10 11:34:22 oes Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -72,7 +72,7 @@ -$Id: faq.sgml,v 1.61.2.14 2002/08/07 02:53:43 hal9 Exp $ +$Id: faq.sgml,v 1.61.2.15 2002/08/10 11:34:22 oes Exp $ + +I get a completely blank page at one site. <quote>View Source</quote> + shows only: <markup><![CDATA[ +<html><body></body></html>]]></markup>. + + This is usually the result of a webserver that mishandles the request + Privoxy sends to not compress the content. + + + In a default configuration, Privoxy requests all + data be sent uncompressed. This is required for the page + filtering and other magic to work. In some rare cases, the browser and + webserver miscommunicate and the result is a totally blank page. The + suggested work around is to selectively turn off this feature for sites + that exhibit such behavior. Example section for user.action: + + + # Make exceptions for ill-behaved sites: + # + {-prevent-compression} + .example.com + + +