current/doc/webserver/user-manual actions-file.html, 1.106, 1.107 appendix.html, 1.115, 1.116 config.html, 1.81, 1.82 index.html, 1.127, 1.128
Fabian Keil via ijbswa-commits <[email protected]> Mon, 26 Jun 2017 12:15:29 +0000
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current/doc/webserver/user-manual
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21936/doc/webserver/user-manual
Modified Files:
actions-file.html appendix.html config.html index.html
Log Message:
Rebuild the user manual with listen-backlog documentation
Sponsored by: Robert Klemme
Index: actions-file.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/user-manual/actions-file.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -d -r1.106 -r1.107
*** actions-file.html 8 Jun 2017 13:10:42 -0000 1.106
--- actions-file.html 26 Jun 2017 12:15:26 -0000 1.107
***************
*** 101,105 ****
in <tt class="FILENAME">default.action</tt> are:</p>
<div class="TABLE">
! <a name="AEN2859" id="AEN2859"></a>
<p><b>Table 1. Default Configurations</b></p>
<table border="1" frame="border" rules="all" class="CALSTABLE">
--- 101,105 ----
in <tt class="FILENAME">default.action</tt> are:</p>
<div class="TABLE">
! <a name="AEN2892" id="AEN2892"></a>
<p><b>Table 1. Default Configurations</b></p>
<table border="1" frame="border" rules="all" class="CALSTABLE">
Index: index.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/user-manual/index.html,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -d -r1.127 -r1.128
*** index.html 8 Jun 2017 13:10:42 -0000 1.127
--- index.html 26 Jun 2017 12:15:27 -0000 1.128
***************
*** 246,263 ****
"config.html#MAX-CLIENT-CONNECTIONS">max-client-connections</a></dt>
<dt>7.6.10. <a href=
! "config.html#HANDLE-AS-EMPTY-DOC-RETURNS-OK">handle-as-empty-doc-returns-ok</a></dt>
<dt>7.6.11. <a href=
! "config.html#ENABLE-COMPRESSION">enable-compression</a></dt>
<dt>7.6.12. <a href=
! "config.html#COMPRESSION-LEVEL">compression-level</a></dt>
<dt>7.6.13. <a href=
! "config.html#CLIENT-HEADER-ORDER">client-header-order</a></dt>
<dt>7.6.14. <a href=
! "config.html#CLIENT-SPECIFIC-TAG">client-specific-tag</a></dt>
<dt>7.6.15. <a href=
! "config.html#CLIENT-TAG-LIFETIME">client-tag-lifetime</a></dt>
<dt>7.6.16. <a href=
! "config.html#TRUST-X-FORWARDED-FOR">trust-x-forwarded-for</a></dt>
<dt>7.6.17. <a href=
"config.html#RECEIVE-BUFFER-SIZE">receive-buffer-size</a></dt>
</dl>
--- 246,265 ----
"config.html#MAX-CLIENT-CONNECTIONS">max-client-connections</a></dt>
<dt>7.6.10. <a href=
! "config.html#LISTEN-BACKLOG">listen-backlog</a></dt>
<dt>7.6.11. <a href=
! "config.html#HANDLE-AS-EMPTY-DOC-RETURNS-OK">handle-as-empty-doc-returns-ok</a></dt>
<dt>7.6.12. <a href=
! "config.html#ENABLE-COMPRESSION">enable-compression</a></dt>
<dt>7.6.13. <a href=
! "config.html#COMPRESSION-LEVEL">compression-level</a></dt>
<dt>7.6.14. <a href=
! "config.html#CLIENT-HEADER-ORDER">client-header-order</a></dt>
<dt>7.6.15. <a href=
! "config.html#CLIENT-SPECIFIC-TAG">client-specific-tag</a></dt>
<dt>7.6.16. <a href=
! "config.html#CLIENT-TAG-LIFETIME">client-tag-lifetime</a></dt>
<dt>7.6.17. <a href=
+ "config.html#TRUST-X-FORWARDED-FOR">trust-x-forwarded-for</a></dt>
+ <dt>7.6.18. <a href=
"config.html#RECEIVE-BUFFER-SIZE">receive-buffer-size</a></dt>
</dl>
Index: config.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/user-manual/config.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** config.html 8 Jun 2017 13:10:42 -0000 1.81
--- config.html 26 Jun 2017 12:15:27 -0000 1.82
***************
*** 2335,2340 ****
</div>
<div class="SECT3">
<h4 class="SECT3"><a name="HANDLE-AS-EMPTY-DOC-RETURNS-OK" id=
! "HANDLE-AS-EMPTY-DOC-RETURNS-OK">7.6.10.
handle-as-empty-doc-returns-ok</a></h4>
<div class="VARIABLELIST">
--- 2335,2394 ----
</div>
<div class="SECT3">
+ <h4 class="SECT3"><a name="LISTEN-BACKLOG" id=
+ "LISTEN-BACKLOG">7.6.10. listen-backlog</a></h4>
+ <div class="VARIABLELIST">
+ <dl>
+ <dt>Specifies:</dt>
+ <dd>
+ <p>Connection queue length requested from the operating
+ system.</p>
+ </dd>
+ <dt>Type of value:</dt>
+ <dd>
+ <p><tt class="REPLACEABLE"><i>Number.</i></tt></p>
+ </dd>
+ <dt>Default value:</dt>
+ <dd>
+ <p>128</p>
+ </dd>
+ <dt>Effect if unset:</dt>
+ <dd>
+ <p>A connection queue length of 128 is requested from the
+ operating system.</p>
+ </dd>
+ <dt>Notes:</dt>
+ <dd>
+ <p>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 before Privoxy can accept and serve
+ them.</p>
+ <p>Increasing the queue length allows Privoxy to accept more
+ incomming connections that arrive roughly at the same time.</p>
+ <p>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.</p>
+ <p>On many operating systems a limit of -1 can be specified to
+ instruct the operating system to use the maximum queue length
+ allowed. Check the listen man page to see if your platform
+ allows this.</p>
+ <p>On some platforms you can use "netstat -Lan -p tcp" to see
+ the effective queue length.</p>
+ <p>Effectively using a value above 128 usually requires
+ changing the system configuration as well. On FreeBSD-based
+ system the limit is controlled by the kern.ipc.soacceptqueue
+ sysctl.</p>
+ </dd>
+ <dt>Examples:</dt>
+ <dd>
+ <p>listen-backlog 4096</p>
+ </dd>
+ </dl>
+ </div>
+ </div>
+ <div class="SECT3">
<h4 class="SECT3"><a name="HANDLE-AS-EMPTY-DOC-RETURNS-OK" id=
! "HANDLE-AS-EMPTY-DOC-RETURNS-OK">7.6.11.
handle-as-empty-doc-returns-ok</a></h4>
<div class="VARIABLELIST">
***************
*** 2383,2387 ****
<div class="SECT3">
<h4 class="SECT3"><a name="ENABLE-COMPRESSION" id=
! "ENABLE-COMPRESSION">7.6.11. enable-compression</a></h4>
<div class="VARIABLELIST">
<dl>
--- 2437,2441 ----
<div class="SECT3">
<h4 class="SECT3"><a name="ENABLE-COMPRESSION" id=
! "ENABLE-COMPRESSION">7.6.12. enable-compression</a></h4>
<div class="VARIABLELIST">
<dl>
***************
*** 2426,2430 ****
<div class="SECT3">
<h4 class="SECT3"><a name="COMPRESSION-LEVEL" id=
! "COMPRESSION-LEVEL">7.6.12. compression-level</a></h4>
<div class="VARIABLELIST">
<dl>
--- 2480,2484 ----
<div class="SECT3">
<h4 class="SECT3"><a name="COMPRESSION-LEVEL" id=
! "COMPRESSION-LEVEL">7.6.13. compression-level</a></h4>
<div class="VARIABLELIST">
<dl>
***************
*** 2480,2484 ****
<div class="SECT3">
<h4 class="SECT3"><a name="CLIENT-HEADER-ORDER" id=
! "CLIENT-HEADER-ORDER">7.6.13. client-header-order</a></h4>
<div class="VARIABLELIST">
<dl>
--- 2534,2538 ----
<div class="SECT3">
<h4 class="SECT3"><a name="CLIENT-HEADER-ORDER" id=
! "CLIENT-HEADER-ORDER">7.6.14. client-header-order</a></h4>
<div class="VARIABLELIST">
<dl>
***************
*** 2518,2522 ****
<div class="SECT3">
<h4 class="SECT3"><a name="CLIENT-SPECIFIC-TAG" id=
! "CLIENT-SPECIFIC-TAG">7.6.14. client-specific-tag</a></h4>
<div class="VARIABLELIST">
<dl>
--- 2572,2576 ----
<div class="SECT3">
<h4 class="SECT3"><a name="CLIENT-SPECIFIC-TAG" id=
! "CLIENT-SPECIFIC-TAG">7.6.15. client-specific-tag</a></h4>
<div class="VARIABLELIST">
<dl>
***************
*** 2601,2605 ****
<div class="SECT3">
<h4 class="SECT3"><a name="CLIENT-TAG-LIFETIME" id=
! "CLIENT-TAG-LIFETIME">7.6.15. client-tag-lifetime</a></h4>
<div class="VARIABLELIST">
<dl>
--- 2655,2659 ----
<div class="SECT3">
<h4 class="SECT3"><a name="CLIENT-TAG-LIFETIME" id=
! "CLIENT-TAG-LIFETIME">7.6.16. client-tag-lifetime</a></h4>
<div class="VARIABLELIST">
<dl>
***************
*** 2659,2663 ****
<div class="SECT3">
<h4 class="SECT3"><a name="TRUST-X-FORWARDED-FOR" id=
! "TRUST-X-FORWARDED-FOR">7.6.16. trust-x-forwarded-for</a></h4>
<div class="VARIABLELIST">
<dl>
--- 2713,2717 ----
<div class="SECT3">
<h4 class="SECT3"><a name="TRUST-X-FORWARDED-FOR" id=
! "TRUST-X-FORWARDED-FOR">7.6.17. trust-x-forwarded-for</a></h4>
<div class="VARIABLELIST">
<dl>
***************
*** 2728,2732 ****
<div class="SECT3">
<h4 class="SECT3"><a name="RECEIVE-BUFFER-SIZE" id=
! "RECEIVE-BUFFER-SIZE">7.6.17. receive-buffer-size</a></h4>
<div class="VARIABLELIST">
<dl>
--- 2782,2786 ----
<div class="SECT3">
<h4 class="SECT3"><a name="RECEIVE-BUFFER-SIZE" id=
! "RECEIVE-BUFFER-SIZE">7.6.18. receive-buffer-size</a></h4>
<div class="VARIABLELIST">
<dl>
Index: appendix.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/user-manual/appendix.html,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** appendix.html 8 Jun 2017 13:10:42 -0000 1.115
--- appendix.html 26 Jun 2017 12:15:27 -0000 1.116
***************
*** 281,285 ****
<ul>
<li>
! <p>Privoxy main page:</p><a name="AEN6034" id="AEN6034"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/" target=
--- 281,285 ----
<ul>
<li>
! <p>Privoxy main page:</p><a name="AEN6067" id="AEN6067"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/" target=
***************
*** 293,298 ****
<li>
<p>Show information about the current configuration, including
! viewing and editing of actions files:</p><a name="AEN6042" id=
! "AEN6042"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-status" target=
--- 293,298 ----
<li>
<p>Show information about the current configuration, including
! viewing and editing of actions files:</p><a name="AEN6075" id=
! "AEN6075"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-status" target=
***************
*** 301,306 ****
</li>
<li>
! <p>Show the source code version numbers:</p><a name="AEN6047" id=
! "AEN6047"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-version" target=
--- 301,306 ----
</li>
<li>
! <p>Show the source code version numbers:</p><a name="AEN6080" id=
! "AEN6080"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-version" target=
***************
*** 309,314 ****
</li>
<li>
! <p>Show the browser's request headers:</p><a name="AEN6052" id=
! "AEN6052"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-request" target=
--- 309,314 ----
</li>
<li>
! <p>Show the browser's request headers:</p><a name="AEN6085" id=
! "AEN6085"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-request" target=
***************
*** 317,322 ****
</li>
<li>
! <p>Show which actions apply to a URL and why:</p><a name="AEN6057"
! id="AEN6057"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-url-info" target=
--- 317,322 ----
</li>
<li>
! <p>Show which actions apply to a URL and why:</p><a name="AEN6090"
! id="AEN6090"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-url-info" target=
***************
*** 330,344 ****
"QUOTE">"Privoxy"</span> continues to run, but only as a
pass-through proxy, with no actions taking place:</p><a name=
! "AEN6065" id="AEN6065"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/toggle" target=
"_top">http://config.privoxy.org/toggle</a></p>
</blockquote>
! <p>Short cuts. Turn off, then on:</p><a name="AEN6069" id=
! "AEN6069"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/toggle?set=disable" target=
"_top">http://config.privoxy.org/toggle?set=disable</a></p>
! </blockquote><a name="AEN6072" id="AEN6072"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/toggle?set=enable" target=
--- 330,344 ----
"QUOTE">"Privoxy"</span> continues to run, but only as a
pass-through proxy, with no actions taking place:</p><a name=
! "AEN6098" id="AEN6098"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/toggle" target=
"_top">http://config.privoxy.org/toggle</a></p>
</blockquote>
! <p>Short cuts. Turn off, then on:</p><a name="AEN6102" id=
! "AEN6102"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/toggle?set=disable" target=
"_top">http://config.privoxy.org/toggle?set=disable</a></p>
! </blockquote><a name="AEN6105" id="AEN6105"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/toggle?set=enable" target=
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot