[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8488: Mention another like to comment out in privoxy configuration (website/trunk/docs/en)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r8488: Mention another like to comment out in privoxy configuration (website/trunk/docs/en)
- From: nickm@xxxxxxxx
- Date: Sun, 24 Sep 2006 17:52:17 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 24 Sep 2006 17:52:24 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: nickm
Date: 2006-09-24 17:52:16 -0400 (Sun, 24 Sep 2006)
New Revision: 8488
Modified:
website/trunk/docs/en/tor-doc-unix.wml
Log:
Mention another like to comment out in privoxy configuration file (patch from sardanapalus).
Modified: website/trunk/docs/en/tor-doc-unix.wml
===================================================================
--- website/trunk/docs/en/tor-doc-unix.wml 2006-09-24 21:45:02 UTC (rev 8487)
+++ website/trunk/docs/en/tor-doc-unix.wml 2006-09-24 21:52:16 UTC (rev 8488)
@@ -68,11 +68,13 @@
</p>
<p>Privoxy keeps a log file of everything passed through it. In
-order to stop this you will need to comment out two lines by inserting a
-\# before the line. The two lines are:<br>
+order to stop this you will need to comment out three lines by inserting a
+\# before the line. The three lines are:<br>
<tt>logfile logfile</tt><br>
and the line <br>
<tt>jarfile jarfile</tt><br>
+and (on some systems) the line <br>
+<tt>debug 1 # show each GET/POST/CONNECT request</tt><br>
</p>
<p>You'll need to restart Privoxy for the changes to take effect.</p>