X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fshow-status;h=3e8cbf68859fb54ba4bf81fb077659f4aab5586f;hp=2405c4c75ba6477620b27b7e6d67a87fcf6a099a;hb=7cc74c8124cd3aaa00a01a17c591eee9a18d0a64;hpb=cf89cd7ace9007341dc8835f4b9c818dfb831666 diff --git a/templates/show-status b/templates/show-status index 2405c4c7..3e8cbf68 100644 --- a/templates/show-status +++ b/templates/show-status @@ -216,6 +216,12 @@ #define Enabled? Effects when enabled + + + FEATURE_ACCEPT_FILTER + @if-FEATURE_ACCEPT_FILTER-then@ Yes @else-not-FEATURE_ACCEPT_FILTER@ No @endif-FEATURE_ACCEPT_FILTER@ + Support for FreeBSD's accf_http(9) which is also available on some other BSDs. + FEATURE_ACL @if-FEATURE_ACL-then@ Yes @else-not-FEATURE_ACL@ No @endif-FEATURE_ACL@ @@ -233,10 +239,18 @@ FEATURE_CONNECTION_KEEP_ALIVE @if-FEATURE_CONNECTION_KEEP_ALIVE-then@ Yes @else-not-FEATURE_CONNECTION_KEEP_ALIVE@ No @endif-FEATURE_CONNECTION_KEEP_ALIVE@ - Allows to reuse outgoing connections if the server supports it. + Allows to send multiple request through the same connections if the server supports it. Requires the keep-alive-timeout config directive to be set. + + FEATURE_CONNECTION_SHARING + @if-FEATURE_CONNECTION_SHARING-then@ Yes @else-not-FEATURE_CONNECTION_SHARING@ No @endif-FEATURE_CONNECTION_SHARING@ + + Allows to share outgoing connections between incoming connections. + Requires the connection-sharing config directive to be set. + + FEATURE_FAST_REDIRECTS @if-FEATURE_FAST_REDIRECTS-then@ Yes @else-not-FEATURE_FAST_REDIRECTS@ No @endif-FEATURE_FAST_REDIRECTS@