X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fuser-manual%2Fconfig.html;h=83c92b8e84bc0d3823e298b53529fb9de64df624;hp=b229eb6086521ab53f9f558919cdfe208e045696;hb=32ac1bc634d600e8f788a4e49a634d598f5dd021;hpb=1020bde33b499928eb1be70c782422703eeb0e64 diff --git a/doc/webserver/user-manual/config.html b/doc/webserver/user-manual/config.html index b229eb60..83c92b8e 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 @@

This directive specifies the name of the CA certificate file in ".crt" format.

The file is used by Privoxy to generate website certificates when - https filtering is enabled with the enable-https-filtering action.

+ https inspection is enabled with the https-inspection action.

Privoxy clients should import the certificate so that they can validate the generated certificates.

The file can be generated with: openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out @@ -2551,7 +2551,7 @@

Specifies:
-

Directory to safe generated keys and certificates.

+

Directory to save generated keys and certificates.

Type of value:
@@ -2568,8 +2568,8 @@
Notes:

This directive specifies the directory where generated TLS/SSL keys and certificates are saved when - https filtering is enabled with the enable-https-filtering action.

+ https inspection is enabled with the https-inspection action.

The keys and certificates currently have to be deleted manually when changing the ca-cert-file and the ca-cert-key.