]> granicus.if.org Git - apache/log
apache
7 years agobuildconf: check in APR[-util] m4 macros trunk-buildconf-noapr trunk-buildconf-noapr
Jacob Champion [Tue, 23 May 2017 16:19:33 +0000 (16:19 +0000)]
buildconf: check in APR[-util] m4 macros

Suggestion by wrowe. These files haven't changed in years; since we need
them anyway, check them in directly. buildconf will still copy over the
latest versions during setup, and SVN will tell us if there are any
changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-buildconf-noapr@1795928 13f79535-47bb-0310-9956-ffa450edef68

7 years agobuildconf: add --help for the new behavior
Jacob Champion [Thu, 26 Jan 2017 20:19:16 +0000 (20:19 +0000)]
buildconf: add --help for the new behavior

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

7 years agobuildconf: allow configuration without APR sources
Jacob Champion [Thu, 26 Jan 2017 19:24:58 +0000 (19:24 +0000)]
buildconf: allow configuration without APR sources

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

7 years agoFeature branch for configuring with source-less APR[Util] installs.
Jacob Champion [Wed, 25 Jan 2017 18:16:31 +0000 (18:16 +0000)]
Feature branch for configuring with source-less APR[Util] installs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-buildconf-noapr@1780253 13f79535-47bb-0310-9956-ffa450edef68

7 years agodocumentation rebuild
Luca Toscano [Wed, 25 Jan 2017 15:22:53 +0000 (15:22 +0000)]
documentation rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780213 13f79535-47bb-0310-9956-ffa450edef68

7 years agoCorrect some typos across the documentation.
Luca Toscano [Wed, 25 Jan 2017 15:19:30 +0000 (15:19 +0000)]
Correct some typos across the documentation.

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

7 years agoOn the trunk:
Stefan Eissing [Wed, 25 Jan 2017 09:46:09 +0000 (09:46 +0000)]
On the trunk:

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

7 years agoFix %{DOCUMENT_URI} in SSI w/ default parser
Eric Covener [Tue, 24 Jan 2017 17:09:47 +0000 (17:09 +0000)]
Fix %{DOCUMENT_URI} in SSI w/ default parser

  *) 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

7 years agoLINK : warning LNK4013: image size 0xB1000 exceeds specified maximum 0x20000
Gregg Lewis Smith [Tue, 24 Jan 2017 07:50:31 +0000 (07:50 +0000)]
LINK : warning LNK4013: image size 0xB1000 exceeds specified maximum 0x20000

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780035 13f79535-47bb-0310-9956-ffa450edef68

7 years agoupdate after backport
Stefan Eissing [Mon, 23 Jan 2017 20:25:03 +0000 (20:25 +0000)]
update after backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779979 13f79535-47bb-0310-9956-ffa450edef68

7 years agoOn the trunk:
Stefan Eissing [Mon, 23 Jan 2017 20:10:20 +0000 (20:10 +0000)]
On the trunk:

  *) 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

7 years agoDocumentation rebuild
Luca Toscano [Mon, 23 Jan 2017 14:03:44 +0000 (14:03 +0000)]
Documentation rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779928 13f79535-47bb-0310-9956-ffa450edef68

7 years agoReworked and added examples to the HTTPProtocolOptions doc
Luca Toscano [Mon, 23 Jan 2017 14:03:26 +0000 (14:03 +0000)]
Reworked and added examples to the HTTPProtocolOptions doc

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

7 years agoOn the trunk:
Stefan Eissing [Mon, 23 Jan 2017 09:36:09 +0000 (09:36 +0000)]
On the trunk:

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

7 years agoupdate transformation
André Malo [Sat, 21 Jan 2017 18:19:03 +0000 (18:19 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779750 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRebuild en language.
Lucien Gentis [Sat, 21 Jan 2017 17:43:12 +0000 (17:43 +0000)]
Rebuild en language.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779749 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRebuild.
Lucien Gentis [Sat, 21 Jan 2017 16:52:04 +0000 (16:52 +0000)]
Rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779745 13f79535-47bb-0310-9956-ffa450edef68

7 years agoBad metafile.
Lucien Gentis [Sat, 21 Jan 2017 16:49:43 +0000 (16:49 +0000)]
Bad metafile.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779744 13f79535-47bb-0310-9956-ffa450edef68

7 years agoOn the trunk:
Stefan Eissing [Sat, 21 Jan 2017 15:49:42 +0000 (15:49 +0000)]
On the trunk:

mod_http2: update after backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779743 13f79535-47bb-0310-9956-ffa450edef68

7 years agoOn the trunk:
Stefan Eissing [Sat, 21 Jan 2017 15:07:42 +0000 (15:07 +0000)]
On the trunk:

  *) mod_http2: rework of stream resource cleanup to avoid a crash in a close
     of a lingering connection. Prohibit special file bucket beaming for
     shared buckets. Files sent in stream output now use the stream pool
     as read buffer, reducing memory footprint of connections.
     [Yann Ylavic, Stefan Eissing]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779738 13f79535-47bb-0310-9956-ffa450edef68

7 years agoSave a few bytes and a few cycles.
Christophe Jaillet [Sat, 21 Jan 2017 06:40:23 +0000 (06:40 +0000)]
Save a few bytes and a few cycles.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779700 13f79535-47bb-0310-9956-ffa450edef68

7 years agoBe more consitent in the layout, and fix the display of a multi lines <highlight...
Christophe Jaillet [Sat, 21 Jan 2017 06:34:53 +0000 (06:34 +0000)]
Be more consitent in the layout, and fix the display of a multi lines <highlight> section

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779699 13f79535-47bb-0310-9956-ffa450edef68

7 years agomod_proxy_hcheck: follow up to r1779574.
Yann Ylavic [Fri, 20 Jan 2017 13:18:58 +0000 (13:18 +0000)]
mod_proxy_hcheck: follow up to r1779574.
Parse/validate response bodies.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779623 13f79535-47bb-0310-9956-ffa450edef68

7 years agodocumentation rebuild
Luca Toscano [Fri, 20 Jan 2017 11:43:52 +0000 (11:43 +0000)]
documentation rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779610 13f79535-47bb-0310-9956-ffa450edef68

7 years agoReworked mod-proxy-http2's documentation after Stefan's suggestions
Luca Toscano [Fri, 20 Jan 2017 11:43:34 +0000 (11:43 +0000)]
Reworked mod-proxy-http2's documentation after Stefan's suggestions

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779609 13f79535-47bb-0310-9956-ffa450edef68

7 years agoDocumentation rebuild
Luca Toscano [Fri, 20 Jan 2017 08:46:55 +0000 (08:46 +0000)]
Documentation rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779579 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdded more details to mod-proxy-http2's doc
Luca Toscano [Fri, 20 Jan 2017 08:45:40 +0000 (08:45 +0000)]
Added more details to mod-proxy-http2's doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779578 13f79535-47bb-0310-9956-ffa450edef68

7 years agomod_proxy_hcheck: Don't validate timed out responses.
Yann Ylavic [Fri, 20 Jan 2017 08:30:00 +0000 (08:30 +0000)]
mod_proxy_hcheck: Don't validate timed out responses.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779574 13f79535-47bb-0310-9956-ffa450edef68

7 years agomod_proxy_hcheck: thread-safety.
Yann Ylavic [Fri, 20 Jan 2017 08:23:28 +0000 (08:23 +0000)]
mod_proxy_hcheck: thread-safety.
Use the thread pool everywhere for the needs/lifetime of the request to
the backend.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779573 13f79535-47bb-0310-9956-ffa450edef68

7 years agoOn the trunk:
Stefan Eissing [Thu, 19 Jan 2017 21:09:18 +0000 (21:09 +0000)]
On the trunk:

reverting change 1779525.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779528 13f79535-47bb-0310-9956-ffa450edef68

7 years agoOn the trunk:
Stefan Eissing [Thu, 19 Jan 2017 20:38:50 +0000 (20:38 +0000)]
On the trunk:

mod_http2: decoupling lifetime of mplx pool from h2_session which messed up the cleanup ordering.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779525 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAs per http://httpd.apache.org/docs/2.4/programs/httpd.html#comment_6187
Rich Bowen [Thu, 19 Jan 2017 14:48:10 +0000 (14:48 +0000)]
As per http://httpd.apache.org/docs/2.4/programs/httpd.html#comment_6187
the -R option has been gone for ages.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779469 13f79535-47bb-0310-9956-ffa450edef68

7 years agoOn the trunk:
Stefan Eissing [Thu, 19 Jan 2017 12:57:08 +0000 (12:57 +0000)]
On the trunk:

  *) mod_http2: change lifetime of h2_session record to address crashes
     during connection shutdown. [Yann Ylavic, Stefan Eissing]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779459 13f79535-47bb-0310-9956-ffa450edef68

7 years agoevent: follow up to r1762701.
Yann Ylavic [Wed, 18 Jan 2017 16:08:51 +0000 (16:08 +0000)]
event: follow up to r1762701.
Keep QUEUE_APPEND()+pollset_add() or QUEUE_REMOVE()+pollset_remove() atomic.

Otherwise when a worker adds an entry in some queue (e.g. KA, lingering), it
might race with the listener in the time between the mutex is released and the
pollset is updated; meanwhile the listener might process the queue and find an
entry no yet in its pollset.

For the lingering queue, the entry could then have been used after its pool
destroyed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779354 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAllow -DHC_USE_THREADS=0
Jim Jagielski [Wed, 18 Jan 2017 15:46:58 +0000 (15:46 +0000)]
Allow -DHC_USE_THREADS=0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779349 13f79535-47bb-0310-9956-ffa450edef68

7 years agomod_brotli: Update makefile to cope with the pkg-config layout change
Evgeny Kotkov [Mon, 16 Jan 2017 21:43:17 +0000 (21:43 +0000)]
mod_brotli: Update makefile to cope with the pkg-config layout change
in https://github.com/google/brotli/commit/fe9f9a9

There's a typo in the upstream commit [1] (s/brotlicommon/libbrotlicommon)
that currently produces an unusable libbrotlienc.pc file, but hopefully
this is going to be fixed there.

[1] https://github.com/google/brotli/commit/fe9f9a9#diff-af3b638bc2a3e6c650974192a53c7291R409

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779111 13f79535-47bb-0310-9956-ffa450edef68

7 years agoXforms et.al.
Jim Jagielski [Mon, 16 Jan 2017 19:53:10 +0000 (19:53 +0000)]
Xforms et.al.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779092 13f79535-47bb-0310-9956-ffa450edef68

7 years ago1st draft
Jim Jagielski [Mon, 16 Jan 2017 19:51:31 +0000 (19:51 +0000)]
1st draft

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779091 13f79535-47bb-0310-9956-ffa450edef68

7 years agounused variable error could mistakenly note that brotli isn't available.
Jim Jagielski [Mon, 16 Jan 2017 18:24:00 +0000 (18:24 +0000)]
unused variable error could mistakenly note that brotli isn't available.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779077 13f79535-47bb-0310-9956-ffa450edef68

7 years agoupdate transformation
André Malo [Sun, 15 Jan 2017 13:26:29 +0000 (13:26 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778916 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRebuild.
Lucien Gentis [Sat, 14 Jan 2017 17:44:23 +0000 (17:44 +0000)]
Rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778807 13f79535-47bb-0310-9956-ffa450edef68

7 years agoXML updates.
Lucien Gentis [Sat, 14 Jan 2017 17:43:36 +0000 (17:43 +0000)]
XML updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778806 13f79535-47bb-0310-9956-ffa450edef68

7 years agoupdate after backport
Stefan Eissing [Fri, 13 Jan 2017 16:33:20 +0000 (16:33 +0000)]
update after backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778630 13f79535-47bb-0310-9956-ffa450edef68

7 years agoFollow-up to r1778350
Christophe Jaillet [Fri, 13 Jan 2017 07:22:29 +0000 (07:22 +0000)]
Follow-up to r1778350

Remove useless tests in order to avoid the duplication of a message.
Be consistent with "FPM" vs "PHP-FPM" usage messages.
Fix style issues.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778500 13f79535-47bb-0310-9956-ffa450edef68

7 years agoPR60576: php-fpm broken w/ per-dir rewrites
Eric Covener [Wed, 11 Jan 2017 20:58:33 +0000 (20:58 +0000)]
PR60576: php-fpm broken w/ per-dir rewrites

Attempt to dig out of well-meaning fixes for generic fcgi backends
that negatively affected some FPM configs.

Adds ProxyFCGIBackendType

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778350 13f79535-47bb-0310-9956-ffa450edef68

7 years agoname changes re: suggestion
Jim Jagielski [Wed, 11 Jan 2017 18:05:13 +0000 (18:05 +0000)]
name changes re: suggestion

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778331 13f79535-47bb-0310-9956-ffa450edef68

7 years agoUse pconf as parent pool so mutexes get cleaned on restarts/reloads
Jim Jagielski [Wed, 11 Jan 2017 16:00:37 +0000 (16:00 +0000)]
Use pconf as parent pool so mutexes get cleaned on restarts/reloads

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778319 13f79535-47bb-0310-9956-ffa450edef68

7 years ago* Silence compiler warning
Ruediger Pluem [Wed, 11 Jan 2017 10:23:55 +0000 (10:23 +0000)]
* Silence compiler warning

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778268 13f79535-47bb-0310-9956-ffa450edef68

7 years agoremove backported items
Eric Covener [Tue, 10 Jan 2017 13:22:53 +0000 (13:22 +0000)]
remove backported items

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778118 13f79535-47bb-0310-9956-ffa450edef68

7 years agofollowup to r1776285
Eric Covener [Tue, 10 Jan 2017 13:20:26 +0000 (13:20 +0000)]
followup to r1776285

backwards per rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778117 13f79535-47bb-0310-9956-ffa450edef68

7 years agohttps://bz.apache.org/bugzilla/show_bug.cgi?id=58855
Jim Jagielski [Mon, 9 Jan 2017 22:08:01 +0000 (22:08 +0000)]
https://bz.apache.org/bugzilla/show_bug.cgi?id=58855

Optimize check for empty strings

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778067 13f79535-47bb-0310-9956-ffa450edef68

7 years agoClarify wishlist
Jacob Champion [Mon, 9 Jan 2017 22:04:18 +0000 (22:04 +0000)]
Clarify wishlist

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778066 13f79535-47bb-0310-9956-ffa450edef68

7 years agocheck: merge MPM-DSO fixes from feature branch
Jacob Champion [Mon, 9 Jan 2017 19:12:22 +0000 (19:12 +0000)]
check: merge MPM-DSO fixes from feature branch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778031 13f79535-47bb-0310-9956-ffa450edef68

7 years agoSync-merge with trunk
Jacob Champion [Mon, 9 Jan 2017 19:10:05 +0000 (19:10 +0000)]
Sync-merge with trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1778029 13f79535-47bb-0310-9956-ffa450edef68

7 years agocheck: allow config tests to pass if necessary
Jacob Champion [Mon, 9 Jan 2017 19:02:00 +0000 (19:02 +0000)]
check: allow config tests to pass if necessary

When MPM DSOs are enabled, Apache::Test's invocation of `httpd -V` runs
a full configuration test. To pass, ensure that *all* instances of the
configured prefix path in the test configuration are pointing to a real
directory in check/.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1778026 13f79535-47bb-0310-9956-ffa450edef68

7 years agocheck: search for MPM modules in the correct directory
Jacob Champion [Mon, 9 Jan 2017 19:01:58 +0000 (19:01 +0000)]
check: search for MPM modules in the correct directory

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1778025 13f79535-47bb-0310-9956-ffa450edef68

7 years agoavoid SO_REUSEPORT w/o ListenCoresBucketsRatio
Eric Covener [Mon, 9 Jan 2017 00:47:16 +0000 (00:47 +0000)]
avoid SO_REUSEPORT w/o ListenCoresBucketsRatio

Can lead to unintended/confusing sharing between
multiple servers started by the same ID.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777923 13f79535-47bb-0310-9956-ffa450edef68

7 years agoOn the trunk:
Stefan Eissing [Sun, 8 Jan 2017 20:11:27 +0000 (20:11 +0000)]
On the trunk:

  *) mod_http2: streaming of request output now reacts timely to data
     from other streams becoming available. Same for new incoming requests.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777907 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRebuild
Lucien Gentis [Sun, 8 Jan 2017 17:11:47 +0000 (17:11 +0000)]
Rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777891 13f79535-47bb-0310-9956-ffa450edef68

7 years agoXML update.
Lucien Gentis [Sun, 8 Jan 2017 17:10:57 +0000 (17:10 +0000)]
XML update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777890 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRebuild.
Lucien Gentis [Sat, 7 Jan 2017 17:43:44 +0000 (17:43 +0000)]
Rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777828 13f79535-47bb-0310-9956-ffa450edef68

7 years agoXML updates.
Lucien Gentis [Sat, 7 Jan 2017 17:42:20 +0000 (17:42 +0000)]
XML updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777827 13f79535-47bb-0310-9956-ffa450edef68

7 years agoKeep this branch alive; block r1777709 after reintegrate
Jacob Champion [Fri, 6 Jan 2017 20:15:23 +0000 (20:15 +0000)]
Keep this branch alive; block r1777709 after reintegrate

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1777711 13f79535-47bb-0310-9956-ffa450edef68

7 years agoReintegrate the --with-test-suite feature with trunk
Jacob Champion [Fri, 6 Jan 2017 20:01:27 +0000 (20:01 +0000)]
Reintegrate the --with-test-suite feature with trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777709 13f79535-47bb-0310-9956-ffa450edef68

7 years agosync merge with trunk
Jacob Champion [Fri, 6 Jan 2017 19:55:46 +0000 (19:55 +0000)]
sync merge with trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1777707 13f79535-47bb-0310-9956-ffa450edef68

7 years ago--with-test-suite: error instead of warning if Makefile.PL doesn't exist
Jacob Champion [Fri, 6 Jan 2017 19:28:20 +0000 (19:28 +0000)]
--with-test-suite: error instead of warning if Makefile.PL doesn't exist

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1777695 13f79535-47bb-0310-9956-ffa450edef68

7 years agocheck: enable all (non-MPM) modules when testing
Jacob Champion [Fri, 6 Jan 2017 18:21:34 +0000 (18:21 +0000)]
check: enable all (non-MPM) modules when testing

We want to test everything the user builds, regardless of whether it's
enabled when first installed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1777683 13f79535-47bb-0310-9956-ffa450edef68

7 years agohttp: follow up to r1777460.
Yann Ylavic [Fri, 6 Jan 2017 18:04:31 +0000 (18:04 +0000)]
http: follow up to r1777460.
We MUST unfold outgoing HTTP headers in any case, "message/http" is for
inner content.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777672 13f79535-47bb-0310-9956-ffa450edef68

7 years agoEnable zero-install testing
Jacob Champion [Fri, 6 Jan 2017 17:45:25 +0000 (17:45 +0000)]
Enable zero-install testing

By pointing a local apxs script and corresponding config file into the
build tree, we can trick Apache::Test into testing a server that hasn't
actually been installed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1777667 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemove definition of ASCII_CRLF which is the same as CRLF_ASCII.
Christophe Jaillet [Fri, 6 Jan 2017 14:57:33 +0000 (14:57 +0000)]
Remove definition of ASCII_CRLF which is the same as CRLF_ASCII.
Remove definition of ASCII_ZERO which is the same as ZERO_ASCII.

Use ZERO_ASCII and CRLF_ASCII in chunk_filter

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777622 13f79535-47bb-0310-9956-ffa450edef68

7 years agoMove definition of ASCII_ZERO to httpd.h and rename it ZERO_ASCII for consistancy...
Christophe Jaillet [Fri, 6 Jan 2017 13:58:03 +0000 (13:58 +0000)]
Move definition of ASCII_ZERO to httpd.h and rename it ZERO_ASCII for consistancy reason.
Remove definition of ASCII_CRLF which is the same as CRLF_ASCII.

Use ZERO_ASCII and CRLF_ASCII in mod_proxy_http

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777611 13f79535-47bb-0310-9956-ffa450edef68

7 years agoFix some tiny style issues (missing space)
Christophe Jaillet [Fri, 6 Jan 2017 11:58:23 +0000 (11:58 +0000)]
Fix some tiny style issues (missing space)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777594 13f79535-47bb-0310-9956-ffa450edef68

7 years ago'repl' is already allocated in the request pool by 'construct_host_header()' the...
Christophe Jaillet [Fri, 6 Jan 2017 11:52:15 +0000 (11:52 +0000)]
'repl' is already allocated in the request pool by 'construct_host_header()' the line just before.
So this is safe to use the 'apr_table_setn' variant in order to save a few bytes of memory.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777593 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemove a useless break + tiny style fix (missing space)
Christophe Jaillet [Fri, 6 Jan 2017 09:59:32 +0000 (09:59 +0000)]
Remove a useless break + tiny style fix (missing space)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777557 13f79535-47bb-0310-9956-ffa450edef68

7 years agoUse apr_pstrmemdup instead of apr_pstrndup when applicable
Christophe Jaillet [Fri, 6 Jan 2017 09:56:53 +0000 (09:56 +0000)]
Use apr_pstrmemdup instead of apr_pstrndup when applicable

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777556 13f79535-47bb-0310-9956-ffa450edef68

7 years agoupdate
Christophe Jaillet [Fri, 6 Jan 2017 07:19:20 +0000 (07:19 +0000)]
update

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777535 13f79535-47bb-0310-9956-ffa450edef68

7 years agoproxy: don't force global module selection (most) and scope (shared/static),
Yann Ylavic [Thu, 5 Jan 2017 12:50:24 +0000 (12:50 +0000)]
proxy: don't force global module selection (most) and scope (shared/static),
since it breaks --enable-modules=none + exhaustive --enable-foo(s).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777464 13f79535-47bb-0310-9956-ffa450edef68

7 years agohttp: allow folding in check_headers(), still compliant with RFC 7230 (3.2.4).
Yann Ylavic [Thu, 5 Jan 2017 12:31:48 +0000 (12:31 +0000)]
http: allow folding in check_headers(), still compliant with RFC 7230 (3.2.4).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777460 13f79535-47bb-0310-9956-ffa450edef68

7 years agoSuggestion for STATUS
Daniel Ruggeri [Thu, 5 Jan 2017 00:25:31 +0000 (00:25 +0000)]
Suggestion for STATUS

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777391 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdd a --with-test-suite option for "in-tree" testing
Jacob Champion [Wed, 4 Jan 2017 23:14:27 +0000 (23:14 +0000)]
Add a --with-test-suite option for "in-tree" testing

Step one. It's not actually "in-tree" yet, since it requires running
`make install` first, but at least it gives us a `make check`.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1777384 13f79535-47bb-0310-9956-ffa450edef68

7 years agoold IBM EBCDIC fix that never got shared.
Eric Covener [Wed, 4 Jan 2017 18:04:26 +0000 (18:04 +0000)]
old IBM EBCDIC fix that never got shared.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777354 13f79535-47bb-0310-9956-ffa450edef68

7 years agoDocumentation rebuild
Luca Toscano [Wed, 4 Jan 2017 14:52:41 +0000 (14:52 +0000)]
Documentation rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777325 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemoved unclear sentence in mod-http2 doc.
Luca Toscano [Wed, 4 Jan 2017 14:51:21 +0000 (14:51 +0000)]
Removed unclear sentence in mod-http2 doc.

Lajos Veres asked in docs@ to review the removed
sentence since it was unclear. Instead of reworking it,
I preferred to remove it since the Context is already
specified in the related section of the Directive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777324 13f79535-47bb-0310-9956-ffa450edef68

7 years ago2 more for the wish list
Jim Jagielski [Wed, 4 Jan 2017 13:08:03 +0000 (13:08 +0000)]
2 more for the wish list

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777307 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAn experimental branch for integrating Apache::Test with httpd
Jacob Champion [Wed, 4 Jan 2017 00:29:44 +0000 (00:29 +0000)]
An experimental branch for integrating Apache::Test with httpd

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1777251 13f79535-47bb-0310-9956-ffa450edef68

7 years agoSome more ideas
Jacob Champion [Wed, 4 Jan 2017 00:18:15 +0000 (00:18 +0000)]
Some more ideas

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777250 13f79535-47bb-0310-9956-ffa450edef68

7 years agoMore ideas
William A. Rowe Jr [Tue, 3 Jan 2017 20:32:07 +0000 (20:32 +0000)]
More ideas

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777217 13f79535-47bb-0310-9956-ffa450edef68

7 years agopunctuation
Rich Bowen [Tue, 3 Jan 2017 16:59:35 +0000 (16:59 +0000)]
punctuation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777163 13f79535-47bb-0310-9956-ffa450edef68

7 years agoOn the trunk:
Stefan Eissing [Tue, 3 Jan 2017 16:42:45 +0000 (16:42 +0000)]
On the trunk:

  *) mod_http2: fix for possible page fault when stream is resumed during
     session shutdown. [sidney-j-r-m (github)]

  *) mod_http2: fix for h2 session ignoring new responses while already
     open streams continue to have data available. [Stefan Eissing]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777160 13f79535-47bb-0310-9956-ffa450edef68

7 years agorebuild
Rich Bowen [Tue, 3 Jan 2017 15:31:44 +0000 (15:31 +0000)]
rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777143 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdd cross references
Rich Bowen [Tue, 3 Jan 2017 15:27:44 +0000 (15:27 +0000)]
Add cross references

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777140 13f79535-47bb-0310-9956-ffa450edef68

7 years agoreminder
Eric Covener [Tue, 3 Jan 2017 13:24:06 +0000 (13:24 +0000)]
reminder

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777121 13f79535-47bb-0310-9956-ffa450edef68

7 years agoFix a typo spotted in an old comment
Christophe Jaillet [Tue, 3 Jan 2017 04:30:14 +0000 (04:30 +0000)]
Fix a typo spotted in an old comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777061 13f79535-47bb-0310-9956-ffa450edef68

7 years agoXforms.
Rainer Jung [Mon, 2 Jan 2017 17:57:35 +0000 (17:57 +0000)]
Xforms.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776970 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemove a superfluous \b after 'Proxy'
Christophe Jaillet [Mon, 2 Jan 2017 17:55:19 +0000 (17:55 +0000)]
Remove a superfluous \b after 'Proxy'

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776969 13f79535-47bb-0310-9956-ffa450edef68

7 years agoHappy New Year 2017
Rainer Jung [Mon, 2 Jan 2017 16:06:53 +0000 (16:06 +0000)]
Happy New Year 2017

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776956 13f79535-47bb-0310-9956-ffa450edef68

7 years agoReinsert attribution to mod_remoteip.c for PROXY protocol
Daniel Ruggeri [Sat, 31 Dec 2016 13:40:23 +0000 (13:40 +0000)]
Reinsert attribution to mod_remoteip.c for PROXY protocol

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776740 13f79535-47bb-0310-9956-ffa450edef68

7 years agoOn the trunk:
Stefan Eissing [Sat, 31 Dec 2016 13:26:05 +0000 (13:26 +0000)]
On the trunk:

mod_http2: update after backport to 2.4.x

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776738 13f79535-47bb-0310-9956-ffa450edef68

7 years agoOn the trunk:
Stefan Eissing [Sat, 31 Dec 2016 13:11:59 +0000 (13:11 +0000)]
On the trunk:

mod_http2: adding support for MergeTrailers directive.

mod_http2: limiting DATA frame sizes by TLS record sizes in use on the
     connection. Flushing outgoing frames earlier.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776735 13f79535-47bb-0310-9956-ffa450edef68

7 years agoOn the trunk:
Stefan Eissing [Sat, 31 Dec 2016 13:11:28 +0000 (13:11 +0000)]
On the trunk:

* mod_remoteip: added cast to fix clang compiler error

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776734 13f79535-47bb-0310-9956-ffa450edef68