summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/allmodules.xml.zh-cn (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-01a little love for timneouts in the sync mpm setupsStefan Eissing1-1/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727963 13f79535-47bb-0310-9956-ffa450edef68
2016-02-01Another catch from NormWJim Jagielski1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727939 13f79535-47bb-0310-9956-ffa450edef68
2016-02-01exporting mod_http2.hStefan Eissing1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727934 13f79535-47bb-0310-9956-ffa450edef68
2016-01-31mod_heartmonitor: No need to search twice for the same value + fix some styleChristophe Jaillet1-15/+26
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727842 13f79535-47bb-0310-9956-ffa450edef68
2016-01-30Fix typo in my last change; spotted by Lucien Gentis.Christophe Jaillet1-1/+1
Thx git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727740 13f79535-47bb-0310-9956-ffa450edef68
2016-01-302nd rebuildLucien Gentis127-19784/+19784
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727739 13f79535-47bb-0310-9956-ffa450edef68
2016-01-30Rebuild.Lucien Gentis256-19914/+19914
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727738 13f79535-47bb-0310-9956-ffa450edef68
2016-01-30charset returns to ISO-8859-1.Lucien Gentis1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727736 13f79535-47bb-0310-9956-ffa450edef68
2016-01-30Rebuild with 'fr bootstrap' options.Lucien Gentis2-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727735 13f79535-47bb-0310-9956-ffa450edef68
2016-01-30charset change to UTF-8.Lucien Gentis1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727734 13f79535-47bb-0310-9956-ffa450edef68
2016-01-30Rebuild.Lucien Gentis15-27/+58
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727727 13f79535-47bb-0310-9956-ffa450edef68
2016-01-30XML updates.Lucien Gentis5-582/+626
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727726 13f79535-47bb-0310-9956-ffa450edef68
2016-01-30Fix a tag in the Spanish docChristophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727681 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29Fix examplesChristophe Jaillet1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727647 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29Add missing <code></code> to be consistentChristophe Jaillet1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727646 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29Take into account an old comment from Thomas.Christophe Jaillet1-1/+4
Add an example using regex git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727642 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29Small visual tweakChristophe Jaillet1-4/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727637 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29Fix doc as spotted by Shane Roberts in online docChristophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727626 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29removal of ugly and distatestful event connection state hacks in mod_http2Stefan Eissing1-100/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727604 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29event: slave connection init, vhost early configStefan Eissing2-0/+57
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727603 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29using keepalive timeout only when no streams are open, changing from seconds ↵Stefan Eissing6-18/+21
to proper apr_interval_time_t git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727594 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29removed experimental++ H2* timeout directives, instead using normal Timeout ↵Stefan Eissing9-202/+25
and KeepAliveTimeout only git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727590 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29fix for wrong return check on ap_prep_lingering_close(), causing regressionsStefan Eissing1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727573 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29* Transform the buckets to the correct lifetime of the brigade, connection ↵Ruediger Pluem1-18/+26
and filter stack that processes it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727567 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29* Use the correct brigade created from the correct bucket allocator for the ↵Ruediger Pluem1-2/+2
correct purpose git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727553 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29* Use the brigades the other way around if the connections are used the ↵Ruediger Pluem1-1/+1
other way around git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727551 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29correctly processing multiple rel values in Link headers, suppressing PUSH ↵Stefan Eissing3-6/+30
if nopush param is present in link header git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727545 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29* Ensure that proto_num and protocol is set in another "error out early" edgeRuediger Pluem2-0/+6
case. This can happen with invalid CONNECT requests as described in the PR. PR: 58929 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727544 13f79535-47bb-0310-9956-ffa450edef68
2016-01-28make docsJeff Trawick4-7/+11
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727319 13f79535-47bb-0310-9956-ffa450edef68
2016-01-28Update Perl FCGI examples to work with current version of moduleJeff Trawick1-4/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727317 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27Added more env variables to the mod_cgi's documentation.Luca Toscano2-6/+40
Bugs: 58305/58306 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727201 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27* XformsRuediger Pluem16-642/+672
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727112 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27* Change entry and documentation for SSLOCSPProxyURLRuediger Pluem2-0/+17
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727111 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27* Whitespace cleanupRuediger Pluem1-13/+13
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727110 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27* XformsRuediger Pluem2-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727104 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27* XformsRuediger Pluem2-5/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727102 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27async handling of idle http2 connectionsStefan Eissing7-53/+200
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727080 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27new hook pre_close_connectionStefan Eissing4-4/+38
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727071 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27xformsChristophe Jaillet4-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726943 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27Fix typo spotted by noodl in online docChristophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726940 13f79535-47bb-0310-9956-ffa450edef68
2016-01-26Fix some duplicate definitionsMike Rumph1-9/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726888 13f79535-47bb-0310-9956-ffa450edef68
2016-01-26* Introduce SSLOCSPProxyURL in order to do OCSP requests via a HTTP proxy.Ruediger Pluem4-11/+52
Documentation to follow. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726881 13f79535-47bb-0310-9956-ffa450edef68
2016-01-26xformsJim Jagielski5-4/+17
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726807 13f79535-47bb-0310-9956-ffa450edef68
2016-01-26mod_http2: Fix warnings:Yann Ylavic1-4/+4
modules/http2/h2_util.c|174| warning: suggest parentheses around ‘+’ in operand of ‘&’ modules/http2/h2_util.c|176| warning: suggest parentheses around ‘+’ in operand of ‘&’ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726798 13f79535-47bb-0310-9956-ffa450edef68
2016-01-26* Transform the buckets to the correct lifetime of the brigade, connection ↵Ruediger Pluem1-15/+25
and filter stack that processes it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726787 13f79535-47bb-0310-9956-ffa450edef68
2016-01-26* Use new ap_proxy_buckets_lifetime_transformRuediger Pluem1-51/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726782 13f79535-47bb-0310-9956-ffa450edef68
2016-01-26* Fill missing log numberRuediger Pluem2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726781 13f79535-47bb-0310-9956-ffa450edef68
2016-01-26* Introduce ap_proxy_buckets_lifetime_transform as a replacement forRuediger Pluem2-0/+61
proxy_buckets_lifetime_transform in mod_proxy_http. Another future consumer of this will be mod_proxy_wstunnel. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726779 13f79535-47bb-0310-9956-ffa450edef68
2016-01-26* For creating new buckets always use the bucket allocator of the brigade inRuediger Pluem1-3/+4
which we want to put the bucket. Currently this does not change behaviour as r->connection->bucket_alloc and to->bucket_alloc are the same. It is a cleanup and preparation for abstracting this in a proxy API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726776 13f79535-47bb-0310-9956-ffa450edef68
2016-01-25mod_filter: Fix AddOutputFilterByType with non-content-level filters.Nick Kew2-5/+10
PR58856 (Micha Lenk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726705 13f79535-47bb-0310-9956-ffa450edef68