- Jan 30, 2017
-
-
Jacob Champion authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780971 13f79535-47bb-0310-9956-ffa450edef68
-
Luca Toscano authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780920 13f79535-47bb-0310-9956-ffa450edef68
-
Luca Toscano authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780919 13f79535-47bb-0310-9956-ffa450edef68
-
Luca Toscano authored
After a chat with Yann and Eric on dev@, we agreed to simplify the description. PR: 60404 Follow up of: http://svn.apache.org/r1780907 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780918 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
committing for discussion purposes to trunk. I have reopened PR60458 because I am tempted to revert the entire thing, it was not really a release-to-release regression because the reporter arbitrarily used a new 2.4 syntax and the semantics were unclear. It is useful to have global exceptions apply to per-location proxypass, but it totally breaks the "fast" lookup part of it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780909 13f79535-47bb-0310-9956-ffa450edef68
-
Luca Toscano authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780908 13f79535-47bb-0310-9956-ffa450edef68
-
Luca Toscano authored
PR 60404 asks if the Timeout directive is related to the amount of time to wait for the entire CGI script's output or only the first byte received. Checking in mod_cgi.c -> cgi_bucket_read shows a apr_pollset_poll that should support the latter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780907 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 29, 2017
-
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780818 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780816 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 28, 2017
-
-
Daniel Ruggeri authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780725 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780722 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780720 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780716 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780715 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 27, 2017
-
-
Stefan Eissing authored
mod_http2: update after backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780598 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Eissing authored
mod_http2: do not attempt to send responses on aborted slave connections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780596 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Eissing authored
*) mod_http2: regression fix on PR 59348, on graceful restart, ongoing streams are finished normally before the final GOAWAY is sent. [Stefan Eissing, <slavko gmail.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780576 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 26, 2017
-
-
Jacob Champion authored
buildconf's behavior is a little complicated (and was made more so with apr-config mode), so add some self-documentation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-buildconf-noapr@1780470 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Deffontaines authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780462 13f79535-47bb-0310-9956-ffa450edef68
-
Jacob Champion authored
Previously we required copying the APR (and APR-util) source code into srclib or some other location on disk in order to build httpd directly from source. This is annoying if you're on a distribution that already has the required files in its APR dev packages. Practically speaking, if you're not building an official distribution tarball, you only need the following files: 1) config.guess 2) config.sub 3) find_apr.m4 4) find_apu.m4 5) PrintPath 1 and 2 come from automake. 3 and 4 are included in some distributions' (e.g. Debian's) development packages for APR/-util. That leaves PrintPath, which has not changed meaningfully in over a decade and is checked in completely here. Passing an apr-config executable to buildconf's --with-apr option will now enable a mode in which the above files (minus PrintPath) are copied from their respective homes, removing the need for APR sources on disk. Otherwise, if a source tree is passed, the current behavior is retained and all of the above files are copied from APR directly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-buildconf-noapr@1780441 13f79535-47bb-0310-9956-ffa450edef68
-
Luca Toscano authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780357 13f79535-47bb-0310-9956-ffa450edef68
-
Luca Toscano authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780356 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780329 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780328 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780327 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
this closes #24 Submitted By: Isaac Boukris <iboukris gmail.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780308 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 25, 2017
-
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780282 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780280 13f79535-47bb-0310-9956-ffa450edef68
-
Jacob Champion authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-buildconf-noapr@1780253 13f79535-47bb-0310-9956-ffa450edef68
-
Luca Toscano authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780213 13f79535-47bb-0310-9956-ffa450edef68
-
Luca Toscano authored
This commit was made thanks to the tool and PR created by Lajos Veres (vlajos) on github. PR: https://github.com/apache/httpd/pull/6 Tool: https://github.com/vlajos/misspell_fixer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780210 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Eissing authored
mod_http2: fixing h2_bucket_beam to avoid duplicate calls to cleanup functions. [Yann, Ylavic, Stefan Eissing] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780159 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 24, 2017
-
-
Eric Covener authored
*) core: %{DOCUMENT_URI} used in nested SSI expressions should point to the URI originally requsted by the user, not the nested documents URI. This restores the behavior of this variable to match the "legacy" SSI parser. PR60624. Submitted By [Hank Ibell <hwibell gmail.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780095 13f79535-47bb-0310-9956-ffa450edef68
-
Gregg Lewis Smith authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780035 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 23, 2017
-
-
Stefan Eissing authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779979 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Eissing authored
*) mod_http2: fixes PR60599, sending proper response for conditional requests answered by mod_cache. [Jeff Wheelhouse, Stefan Eissing] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779972 13f79535-47bb-0310-9956-ffa450edef68
-
Luca Toscano authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779928 13f79535-47bb-0310-9956-ffa450edef68
-
Luca Toscano authored
On #httpd-dev a user gave us some hints about what kind of things would have been great to see in the HTTPProtocolOptions directive's documentation, so I tried to apply them all. I also added some examples taken from http_strict.t and tested a bit. I didn't follow completely the complete change-set of the HTTPProtocolOptions directive, so please review the change and let me know if anything is wrong or missing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779927 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Eissing authored
M modules/http2/h2_bucket_beam.c - renaming: former red/green is now send/recv, better to read M modules/http2/h2_from_h1.c - produce a response also when body it totally absent (PR 60599) M modules/http2/h2_session.c - more work on cleaner connection shutdown git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779896 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 21, 2017
-
-
André Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779750 13f79535-47bb-0310-9956-ffa450edef68
-