]> granicus.if.org Git - apache/log
apache
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

7 years agoDocumentation rebuild
Luca Toscano [Sat, 31 Dec 2016 09:12:30 +0000 (09:12 +0000)]
Documentation rebuild

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

7 years agoUpdate httpd release version for LegacyPrefixDocRoot
Luca Toscano [Sat, 31 Dec 2016 09:11:06 +0000 (09:11 +0000)]
Update httpd release version for LegacyPrefixDocRoot

This is not ideal since the feature has not been backported yet,
but it a compromise to avoid confusion for users.

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

7 years agoCore doc page rebuild
Luca Toscano [Sat, 31 Dec 2016 09:08:51 +0000 (09:08 +0000)]
Core doc page rebuild

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

7 years agoRemoved mod_proxy_protocol references after r1776624
Luca Toscano [Sat, 31 Dec 2016 09:06:32 +0000 (09:06 +0000)]
Removed mod_proxy_protocol references after r1776624

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

7 years agoRemoved mod_proxy_protocol.xml after r1776624
Luca Toscano [Sat, 31 Dec 2016 09:04:15 +0000 (09:04 +0000)]
Removed mod_proxy_protocol.xml after r1776624

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

7 years agoFixed some doc typos detected by a user.
Luca Toscano [Sat, 31 Dec 2016 09:01:22 +0000 (09:01 +0000)]
Fixed some doc typos detected by a user.

Sébastien Santoro (dereckson AT espace-win.org)
sent a bug report about one typo in core.xml
and I executed the aspell tool on the whole file.

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

7 years agoMove attribution for mod_remoteip RemoteIPProxyProtocol from file to CHANGES
Daniel Ruggeri [Sat, 31 Dec 2016 02:27:29 +0000 (02:27 +0000)]
Move attribution for mod_remoteip RemoteIPProxyProtocol from file to CHANGES

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

7 years agoDocumentation rebuild for mod_remoteip
Luca Toscano [Fri, 30 Dec 2016 19:20:32 +0000 (19:20 +0000)]
Documentation rebuild for mod_remoteip

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

7 years agoShorten RemoteIPProxyProtocolEnable to RemoteIPProxyProtocol and correct references...
Daniel Ruggeri [Fri, 30 Dec 2016 19:06:55 +0000 (19:06 +0000)]
Shorten RemoteIPProxyProtocolEnable to RemoteIPProxyProtocol and correct references in docs

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

7 years agoDocumentation rebuild for mod_remoteip
Luca Toscano [Fri, 30 Dec 2016 18:20:04 +0000 (18:20 +0000)]
Documentation rebuild for mod_remoteip

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

7 years agoReviewed, and built the HTML.
Luis Gil [Fri, 30 Dec 2016 16:05:40 +0000 (16:05 +0000)]
Reviewed, and built the HTML.

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

7 years agoFix typo in mod_remoteip's doc
Luca Toscano [Fri, 30 Dec 2016 14:40:42 +0000 (14:40 +0000)]
Fix typo in mod_remoteip's doc

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

7 years agoMerge new PROXY protocol code into mod_remoteip
Daniel Ruggeri [Fri, 30 Dec 2016 14:20:48 +0000 (14:20 +0000)]
Merge new PROXY protocol code into mod_remoteip

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

7 years agoReviewed, and built the HTML.
Luis Gil [Fri, 30 Dec 2016 14:10:10 +0000 (14:10 +0000)]
Reviewed, and built the HTML.

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

7 years agogit-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776571 13f79535-47bb...
Luis Gil [Fri, 30 Dec 2016 14:09:21 +0000 (14:09 +0000)]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776571 13f79535-47bb-0310-9956-ffa450edef68

7 years agoReviewd the diffs from last version and updated
Luis Gil [Fri, 30 Dec 2016 14:09:05 +0000 (14:09 +0000)]
Reviewd the diffs from last version and updated

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

7 years agoRebuilt the html file
Luis Gil [Fri, 30 Dec 2016 13:35:46 +0000 (13:35 +0000)]
Rebuilt the html file

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

7 years agoPR60009: RewriteRule local prefix checking update
Eric Covener [Thu, 29 Dec 2016 18:39:24 +0000 (18:39 +0000)]
PR60009: RewriteRule local prefix checking update

  *) mod_rewrite: When a substitution is a fully qualified URL, and the
     scheme/host/port matches the current virtual host, stop interpreting the
     path component as a local path just because the first component of the
     path exists in the filesystem.  Adds RewriteOption "LegacyPrefixDocRoot"
     to revert to previous behavior. PR60009.

Submitted By: Hank Ibell <hwibell gmail.com>

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

7 years agoPR59938: add %{REMOTE_PORT} to the expression parser
Eric Covener [Thu, 29 Dec 2016 18:31:13 +0000 (18:31 +0000)]
PR59938: add %{REMOTE_PORT} to the expression parser

Submitted By: Hank Ibell <hwibell gmail.com>

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

7 years agomod_remoteip: Set useragent port to zero PR59931
Eric Covener [Thu, 29 Dec 2016 18:27:12 +0000 (18:27 +0000)]
mod_remoteip: Set useragent port to zero PR59931

When overriding the useragent address from X-Forwarded-For,
zero out what had been initialized as the connection-level port.

Submitted By: Hank Ibell <hwibell gmail.com>

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