From abd789ae2b66c396bf6899a82268c6849ab5ed22 Mon Sep 17 00:00:00 2001
From: Fabian Keil
Table 1. Default Configurations
@@ -314,7 +314,7 @@ actions.Note that some actions, like @@ -339,7 +339,7 @@
The easiest way to edit the actions files is with a browser by using @@ -529,7 +529,7 @@
The matching of the domain part offers some flexible options: if @@ -634,7 +634,7 @@
Privoxy uses Client-header filters are executed after the other header actions have finished and use their output as input.
-If the request URL gets changed, If the request URI gets changed, Privoxy will detect that and use the new one. This can be used to rewrite the request destination behind the client's back, for example to specify a Tor exit relay for @@ -4242,7 +4242,7 @@ example.org/instance-that-is-delivered-as-xml-but-is-not
Note that many of these actions have the potential to cause a page @@ -4401,7 +4401,7 @@ example.org/instance-that-is-delivered-as-xml-but-is-not together:
Remember all actions @@ -4450,7 +4450,7 @@ example.org/instance-that-is-delivered-as-xml-but-is-not
If you aren't a developer, there's no need for you to edit the @@ -4793,7 +4793,7 @@ wiki.
So far we are painting with a broad brush by setting general diff --git a/doc/webserver/user-manual/appendix.html b/doc/webserver/user-manual/appendix.html index 6872b219..49e26d21 100644 --- a/doc/webserver/user-manual/appendix.html +++ b/doc/webserver/user-manual/appendix.html @@ -293,7 +293,7 @@
Since Privoxy proxies each @@ -313,7 +313,7 @@
Privoxy main page:
+Privoxy main page:
Show information about the current configuration, including - viewing and editing of actions files:
+ viewing and editing of actions files:
- -
Show the source code version numbers:
+Show the source code version numbers:
- -
Show the browser's request headers:
+Show the browser's request headers:
- -
Show which actions apply to a URL and why:
+Show which actions apply to a URL and why:
"off", "Privoxy" continues to run, but only as a pass-through proxy, with no actions taking place:
+ "AEN5917" id="AEN5917">-Short cuts. Turn off, then on:
+Short cuts. Turn off, then on:
-+
-6.1. Controlling +
6.1. Controlling Privoxy with Your Web Browser
Privoxy's user interface can be @@ -63,8 +63,8 @@ -
Privoxy Menu
+Privoxy Menu
diff --git a/doc/webserver/user-manual/copyright.html b/doc/webserver/user-manual/copyright.html index 017c14cb..18e058ed 100644 --- a/doc/webserver/user-manual/copyright.html +++ b/doc/webserver/user-manual/copyright.html @@ -51,7 +51,7 @@ "CITETITLE">GNU General Public License.-12.1. License
+12.1. License
Privoxy is free software; you can redistribute it and/or modify it under the terms of the
-9.1. Filter File +
9.1. Filter File Tutorial
Now, let's complete our "foo" content diff --git a/doc/webserver/user-manual/index.html b/doc/webserver/user-manual/index.html index c249bffd..f98ed65c 100644 --- a/doc/webserver/user-manual/index.html +++ b/doc/webserver/user-manual/index.html @@ -23,7 +23,7 @@ 2001-2011 by Privoxy Developers
-$Id: user-manual.sgml,v 2.150 2012/09/26 15:20:54 +
$Id: user-manual.sgml,v 2.152 2012/10/29 12:02:55 fabiankeil Exp $
@@ -193,7 +193,7 @@- @@ -517,7 +517,7 @@
-
- 6.1. Controlling Privoxy +
- 6.1. Controlling Privoxy with Your Web Browser
- 6.2. Configuration @@ -362,10 +362,10 @@
-
- 8.1. Finding the Right +
- 8.1. Finding the Right Mix
-- 8.2. How to Edit
+- 8.2. How to Edit
- 8.3. How Actions are Applied to Requests
@@ -375,10 +375,10 @@- @@ -501,13 +501,13 @@
- 8.7.1. match-all.action
+ "actions-file.html#AEN4856">match-all.action- 8.7.2. default.action
+ "actions-file.html#AEN4878">default.action- 8.7.3. user.action
+ "actions-file.html#AEN4991">user.action-
- 9.1. Filter File +
- 9.1. Filter File Tutorial
- 9.2. The @@ -561,7 +561,7 @@
-
- 12.1. License
+- 12.1. License
- 12.2. History
@@ -578,7 +578,7 @@- 14.1. Regular Expressions
-- 14.2. Privoxy's Internal +
- 14.2. Privoxy's Internal Pages
- diff --git a/doc/webserver/user-manual/startup.html b/doc/webserver/user-manual/startup.html index e935cbd0..da3c27c9 100644 --- a/doc/webserver/user-manual/startup.html +++ b/doc/webserver/user-manual/startup.html @@ -319,6 +319,24 @@ following command-line options:
+
- +
+--config-test
+ +Exit after loading the configuration files before binding to the + listen address. The exit code signals whether or not the + configuration files have been successfully loaded.
+ +If the exit code is 1, at least one of the configuration files + is invalid, if it is 0, all the configuration files have been + successfully loaded (but may still contain errors that can + currently only be detected at run time).
+ +This option doesn't affect the log setting, combination with + --no-daemon + is recommended if a configured log file shouldn't be used.
+--version
-- 2.49.0