X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fshow-status;h=a71e7ce5b9d8af4c415ea224ae4615728c718322;hb=947aeaf773c34acf8e687fa66a560abb1b367eac;hp=f631b879090fd868cd59598852790f1c549d7c7f;hpb=806d4d5ae408c5d9d1be5b5939c221292036687a;p=privoxy.git diff --git a/templates/show-status b/templates/show-status index f631b879..a71e7ce5 100644 --- a/templates/show-status +++ b/templates/show-status @@ -200,6 +200,12 @@ @requests-blocked@ out of @requests-received@ requests have been blocked, which equals a block rate of @percent-blocked@%. +

+

+ Note that the statistics currently don't work properly for + reused connections where only the last request gets counted. + You may want to look into Privoxy-Log-Parser's --statistics option, + which doesn't have this limitation. There haven't been any requests so far. @@ -216,6 +222,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@ @@ -315,8 +327,10 @@ STATIC_PCRE @if-STATIC_PCRE-then@ Yes @else-not-STATIC_PCRE@ No @endif-STATIC_PCRE@ - Use the supplied statically-linked PCRE library. This is set automatically - by ./configure if you do not have the libpcre installed. + Use the supplied statically-linked PCRE library. This is set automatically + by ./configure if you do not have the libpcre installed. + Dynamically linking to an external libpcre is recommended as the internal + one is outdated and lacks various features and bug-fixes you may be interested in. STATIC_PCRS