X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fuser-manual%2Fconfig.html;h=ffd4f3466379c16079e889b592dfa056ba77a5fc;hp=e0566ac5931f2ae31f0886f9f93d8c3cfa75302f;hb=a034442e634c7b54d3dfe42c1a53234f3369b091;hpb=0f3edd93a652011049e2bfc9b67947f92e236ef8 diff --git a/doc/webserver/user-manual/config.html b/doc/webserver/user-manual/config.html index e0566ac5..ffd4f346 100644 --- a/doc/webserver/user-manual/config.html +++ b/doc/webserver/user-manual/config.html @@ -547,8 +547,8 @@
-
  debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
+                    
  debug     1 # Log the destination for each request. See also debug 1024.
   debug     2 # show each connection status
   debug     4 # show I/O status
   debug     8 # show header parsing
@@ -947,7 +947,7 @@
               destination part are optional.

If your system implements RFC 3493, then src_addr and dst_addr can be - IPv6 addresses delimeted by brackets, port can be a number or a + IPv6 addresses delimited by brackets, port can be a number or a service name, and src_masklen and dst_masklen can be a number from 0 to 128.

@@ -1970,9 +1970,9 @@
Notes:

Under high load incoming connection may queue up before Privoxy gets around to serve them. The queue - length is limitted by the operating system. Once the queue is full, additional connections are dropped + length is limited by the operating system. Once the queue is full, additional connections are dropped before Privoxy can accept and serve them.

-

Increasing the queue length allows Privoxy to accept more incomming connections that arrive roughly at +

Increasing the queue length allows Privoxy to accept more incoming connections that arrive roughly at the same time.

Note that Privoxy can only request a certain queue length, whether or not the requested length is actually used depends on the operating system which may use a different length instead.

@@ -2406,7 +2406,7 @@
-

7.7. TLS/SSL

+

7.7. TLS/SSL Inspection (Experimental)

7.7.1. ca-directory

@@ -2551,7 +2551,7 @@
Specifies:
-

Directory to safe generated keys and certificates.

+

Directory to save generated keys and certificates.

Type of value:
@@ -2575,6 +2575,22 @@ "_top">ca-cert-key.

The permissions should only let Privoxy and the Privoxy admin access the directory.

+
+ + + + + + + +
Warning
+

Privoxy currently does not garbage-collect obsolete keys and + certificates and does not keep track of how may keys and certificates exist.

+

Privoxy admins should monitor the size of the directory + and/or make sure there is sufficient space available. A cron job to limit the number of keys and + certificates to a certain number may be worth considering.

+
+
Examples: