Add a crunch FAQ.
authorhal9 <hal9@users.sourceforge.net>
Wed, 14 Aug 2002 00:01:18 +0000 (00:01 +0000)
committerhal9 <hal9@users.sourceforge.net>
Wed, 14 Aug 2002 00:01:18 +0000 (00:01 +0000)
doc/source/faq.sgml

index fdeb0a8..1f55e8e 100644 (file)
@@ -24,7 +24,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: faq.sgml,v 1.61.2.15 2002/08/10 11:34:22 oes Exp $
+ $Id: faq.sgml,v 1.61.2.16 2002/08/13 00:10:38 hal9 Exp $
 
  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
  See LICENSE.
@@ -72,7 +72,7 @@
  </subscript>
 </pubdate>
 
-<pubdate>$Id: faq.sgml,v 1.61.2.15 2002/08/10 11:34:22 oes Exp $</pubdate>
+<pubdate>$Id: faq.sgml,v 1.61.2.16 2002/08/13 00:10:38 hal9 Exp $</pubdate>
 
 <!--
 
@@ -1424,6 +1424,22 @@ out of the picture?</title>
 </para>
 </sect2>
 
+<sect2 renderas="sect3" id="crunch">
+<title>My logs show <application>Privoxy</application> <quote>crunches</quote> 
+ads, but also its own CGI pages. What is a <quote>crunch</quote>?</title>
+<para>
+ A <quote>crunch</quote> simply means <quote>Privoxy</quote> intercepted 
+ something, nothing more. Often this is indeed ads or banners, but
+ <application>Privoxy</application> uses the same mechanism for trapping 
+ requests for its own internal pages. For instance, a request for
+ <application>Privoxy's</application> configuration page at: 
+ <ulink url="http://config.privoxy.org">http://config.privoxy.org</ulink>, 
+ is intercepted (i.e. it does not go out to the 'net), and the familiar 
+ CGI configuration is returned to the browser, and the log consequently will
+ show a <quote>crunch</quote>.
+</para>
+</sect2>
+
 <sect2 renderas="sect3" id="seealso">
 <title>Where can I find more information about <application>Privoxy</application>
 and related issues?</title>
@@ -1640,10 +1656,9 @@ every time I start IE. What gives?</title>
 <!--   ~~~~~       New section      ~~~~~     -->
 <sect2 renderas="sect3" id="blankpage">
 <title>I get a completely blank page at one site. <quote>View Source</quote>
- shows only: <markup><![CDATA[
-<html><body></body></html>]]></markup>.</title>
+ shows only: <markup><![CDATA[<html><body></body></html>]]></markup>.</title>
  <para>
-  This is usually the result of a webserver that mishandles the request 
+  This is often the result of a webserver that mishandles the request 
   <application>Privoxy</application> sends to not compress the content.
  </para>
  <para>
@@ -1754,6 +1769,9 @@ FIXME: Commented out until we have something to put here. HB 03/18/02.
  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 $Log: faq.sgml,v $
+Revision 1.61.2.16  2002/08/13 00:10:38  hal9
+Add faq to troubleshooting re: blank page syndrome, ie {-prevent-compression}.
+
 Revision 1.61.2.15  2002/08/10 11:34:22  oes
 Add disclaimer about probably being out-of-date