X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fp-config.sgml;h=0a9330dbe8061cbdb38f427ae49190981b653188;hb=c6c2c046f72499256a856813350aa626522ba9a0;hp=0742d006c936bc2252cbcc6dbe6c3b346070d7cd;hpb=7ad856abcd5a31a636c188c9f19fd00f0f049049;p=privoxy.git diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index 0742d006..0a9330db 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -1067,10 +1067,17 @@ debug 65536 # Log the applying actions -@@#debug 1 # Log the destination for each request &my-app; let through.]]> +@@#debug 1 # Log the destination for each request. See also debug 1024.]]> +@@#debug 2 # show each connection status]]> +@@#debug 4 # show tagging-related messages]]> +@@#debug 8 # show header parsing]]> +@@#debug 128 # debug redirects]]> +@@#debug 256 # debug GIF de-animation]]> +@@#debug 512 # Common Log Format]]> @@#debug 1024 # Log the destination for requests &my-app; didn't let through, and the reason why.]]> @@#debug 4096 # Startup banner and warnings]]> @@#debug 8192 # Non-fatal errors]]> +@@#debug 65536 # Log applying actions]]> @@ -3098,6 +3105,14 @@ forward /.*\.(exe|com|dll|zip)$ antivir.example.com:8010 If you aren't using an occasionally slow proxy like Tor, reducing it to a few seconds should be fine. + + + When a TLS library is being used to read or write data from a socket with + https-inspection + enabled the socket-timeout currently isn't applied and the timeout + used depends on the library (which may not even use a timeout). + + @@ -3176,10 +3191,15 @@ forward /.*\.(exe|com|dll|zip)$ antivir.example.com:8010 One most POSIX-compliant systems &my-app; can't properly deal with - more than FD_SETSIZE file descriptors at the same time and has to reject - connections if the limit is reached. This will likely change in a - future version, but currently this limit can't be increased without - recompiling &my-app; with a different FD_SETSIZE limit. + more than FD_SETSIZE file descriptors if &my-app; has been configured + to use select() and has to reject connections if the limit is reached. + When using select() this limit therefore can't be increased without + recompiling &my-app; with a different FD_SETSIZE limit unless &my-app; + is running on Windows with _WIN32 defined. + + + When &my-app; has been configured to use poll() the FD_SETSIZE limit + does not apply. @@ -4142,10 +4162,17 @@ compression-level 0 that is used when Privoxy generates certificates for intercepted requests. + Note that the password is shown on the CGI page so don't reuse an important one. + + If disclosure of the password is a compliance issue consider blocking + the relevant CGI requests after enabling the enforce-blocks + and allow-cgi-request-crunching. + +