]> granicus.if.org Git - apache/log
apache
7 years agodonating lua server-status script, enjoy!
Daniel Gruno [Wed, 15 Mar 2017 14:21:42 +0000 (14:21 +0000)]
donating lua server-status script, enjoy!

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

7 years agoOn the trunk:
Stefan Eissing [Wed, 15 Mar 2017 14:19:51 +0000 (14:19 +0000)]
On the trunk:

mod_http2: documentation and formatting

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

7 years agoDocumentation rebuild
Luca Toscano [Tue, 14 Mar 2017 12:31:24 +0000 (12:31 +0000)]
Documentation rebuild

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

7 years agoupdate after backport
Stefan Eissing [Mon, 13 Mar 2017 15:54:59 +0000 (15:54 +0000)]
update after backport

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

7 years agoDocumentation rebuild
Luca Toscano [Mon, 13 Mar 2017 15:24:45 +0000 (15:24 +0000)]
Documentation rebuild

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

7 years agoAdd a note in the docs about evaluation of Location sections
Luca Toscano [Mon, 13 Mar 2017 15:24:22 +0000 (15:24 +0000)]
Add a note in the docs about evaluation of Location sections

The sections.html doc was missing, in my opinion, a direct
reference to the fact multiple Location blocks matching
a HTTP request will be evaluated in the order in which they
appear in the configuration files (same as Ifs, etc..).

Reworked a bit a single block of text to be a bit more readable.

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

7 years agoCross-reference from howtos to rewrite
Rich Bowen [Mon, 13 Mar 2017 13:39:40 +0000 (13:39 +0000)]
Cross-reference from howtos to rewrite

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

7 years agorebuild
Rich Bowen [Mon, 13 Mar 2017 13:33:39 +0000 (13:33 +0000)]
rebuild

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

7 years agoThis page was taken from a magazine article, years and years ago. The
Rich Bowen [Mon, 13 Mar 2017 13:33:09 +0000 (13:33 +0000)]
This page was taken from a magazine article, years and years ago. The
promise of a coming future article is not relevant in this new context.

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

7 years agoRebuild.
Lucien Gentis [Sun, 12 Mar 2017 15:46:15 +0000 (15:46 +0000)]
Rebuild.

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

7 years agoXML updates.
Lucien Gentis [Sun, 12 Mar 2017 15:44:51 +0000 (15:44 +0000)]
XML updates.

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

7 years agoupdate log tags
Stefan Eissing [Sun, 12 Mar 2017 14:05:05 +0000 (14:05 +0000)]
update log tags

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

7 years agoOn the trunk:
Stefan Eissing [Sun, 12 Mar 2017 14:02:33 +0000 (14:02 +0000)]
On the trunk:

mod_http2: session pool cleanup at pre_close.

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

7 years agoOn the trunk:
Stefan Eissing [Sat, 11 Mar 2017 15:35:00 +0000 (15:35 +0000)]
On the trunk:

  *) mod_http2: moving session cleanup to pre_close hook to avoid races with
     modules already shut down and slave connections still operating.

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

7 years agoFix some spelling errors in comments
Mike Rumph [Fri, 10 Mar 2017 16:42:26 +0000 (16:42 +0000)]
Fix some spelling errors in comments

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

7 years ago* We can have expressions that become true if a regex pattern in the expression
Ruediger Pluem [Thu, 9 Mar 2017 20:21:19 +0000 (20:21 +0000)]
* We can have expressions that become true if a regex pattern in the expression
  does NOT match. In this case val is NULL and we should just set the value for
  the environment variable like in the pattern case.

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

7 years ago* server/config.c, include/http_config.h (ap_build_cont_config,
Joe Orton [Thu, 9 Mar 2017 09:48:24 +0000 (09:48 +0000)]
* server/config.c, include/http_config.h (ap_build_cont_config,
  ap_soak_end_container): Constify directive arguments - existing
  callers pass string literals.

* server/core.c (start_cond_section): Remove casts needed for above.

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

7 years ago* server/core.c (start_cond_section): Comment & variable name fixes,
Joe Orton [Thu, 9 Mar 2017 09:39:46 +0000 (09:39 +0000)]
* server/core.c (start_cond_section): Comment & variable name fixes,
  no functional change.

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

7 years agoxforms.
Joe Orton [Thu, 9 Mar 2017 08:50:43 +0000 (08:50 +0000)]
xforms.

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

7 years agoWording/formatting/typo fixes.
Joe Orton [Thu, 9 Mar 2017 08:50:12 +0000 (08:50 +0000)]
Wording/formatting/typo fixes.

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

7 years agoRegenerate docs.
Joe Orton [Thu, 9 Mar 2017 08:40:28 +0000 (08:40 +0000)]
Regenerate docs.

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

7 years agoAdd <IfDirective> and <IfSection>:
Joe Orton [Thu, 9 Mar 2017 08:39:56 +0000 (08:39 +0000)]
Add <IfDirective> and <IfSection>:

* server/core.c
  (test_ifdirective_section, test_ifsection_section): New callbacks.
  (core_cmds): Define new directives.

* include/http_config.h, server/config.c (ap_exists_directive):
  New function.

* include/ap_mmn.h: Bump MMN minor for above.

* docs/manual/mod/core.xml: Add docs.

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

7 years agofinal tune and preventative coding
Jim Jagielski [Wed, 8 Mar 2017 16:31:05 +0000 (16:31 +0000)]
final tune and preventative coding

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

7 years agoRemove duplicate implementations of conditional section function. No
Joe Orton [Wed, 8 Mar 2017 10:09:15 +0000 (10:09 +0000)]
Remove duplicate implementations of conditional section function.  No
functional change.

* server/core.c (start_cond_section): Factor out from start_if*.
  Adjust to use apr_strmemdup.
  (test_ifmod_section, test_iffile_section, test_ifdefine_section):
  Move container-specific tests into callbacks from start_if*.
  (core_cmds): Adjust <IfFile, <IfDefine, <IfModule to use
  start_cond_section with callbacks.

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

7 years agoxforms
Eric Covener [Wed, 8 Mar 2017 00:40:30 +0000 (00:40 +0000)]
xforms

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

7 years agocompat inline for no-proxy
Eric Covener [Wed, 8 Mar 2017 00:39:49 +0000 (00:39 +0000)]
compat inline for no-proxy

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

7 years agoDefensive
Jim Jagielski [Tue, 7 Mar 2017 19:10:19 +0000 (19:10 +0000)]
Defensive

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

7 years agomod_xml2enc: cut out inappropriate fallback (and misleading log message)
Nick Kew [Mon, 6 Mar 2017 23:00:36 +0000 (23:00 +0000)]
mod_xml2enc: cut out inappropriate fallback (and misleading log message)
when we've failed to detect a charset but successfully fallen back to
config default.
Analysis by Tim Skopnik, patch by niq.

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

7 years agoconfigure: check for luaL_register in liblua
Jacob Champion [Mon, 6 Mar 2017 19:49:23 +0000 (19:49 +0000)]
configure: check for luaL_register in liblua

This is a temporary workaround for a missing compatibility API on
Debian-like systems (and anyone else who doesn't compile with
LUA_COMPAT_MODULE). Ignore any such libraries so we don't fail
confusingly later.

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

7 years agoconfigure: remove mod_lua code duplication
Jacob Champion [Mon, 6 Mar 2017 19:49:21 +0000 (19:49 +0000)]
configure: remove mod_lua code duplication

Pull identical code into the CHECK_LUA_PATH macro.

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

7 years agoOn the trunk:
Stefan Eissing [Mon, 6 Mar 2017 16:36:41 +0000 (16:36 +0000)]
On the trunk:

  *) mod_http2: stream timeouts now change to vhost values once the request
     is parsed and processing starts. Initial values are taken from base
     server or SNI host as before.

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

7 years agoOn the trunk:
Stefan Eissing [Mon, 6 Mar 2017 15:45:05 +0000 (15:45 +0000)]
On the trunk:

mod_proxy_http2: fixed retry behaviour when frontend connection uses
     http/1.1.

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

7 years agoRebuild.
Lucien Gentis [Sat, 4 Mar 2017 15:01:36 +0000 (15:01 +0000)]
Rebuild.

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

7 years agoXML update.
Lucien Gentis [Sat, 4 Mar 2017 15:00:47 +0000 (15:00 +0000)]
XML update.

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

7 years agoLook for specific versioned installs of Lua 5.3
Jim Jagielski [Thu, 2 Mar 2017 12:26:26 +0000 (12:26 +0000)]
Look for specific versioned installs of Lua 5.3

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

7 years agodocumentation rebuild
Luca Toscano [Wed, 1 Mar 2017 11:37:04 +0000 (11:37 +0000)]
documentation rebuild

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

7 years agoFix upgrading documentation for PR 60794
Luca Toscano [Wed, 1 Mar 2017 11:35:54 +0000 (11:35 +0000)]
Fix upgrading documentation for PR 60794

Require 127.0.0.1 is not a valid syntax,
fixing it with Require local

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

7 years agochanged to es style xls
Luis Gil [Tue, 28 Feb 2017 01:56:56 +0000 (01:56 +0000)]
changed to es style xls

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

7 years agorebuild spanish documentation.
Luis Gil [Tue, 28 Feb 2017 01:48:03 +0000 (01:48 +0000)]
rebuild spanish documentation.

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

7 years agoadded task
Luis Gil [Tue, 28 Feb 2017 00:51:51 +0000 (00:51 +0000)]
added task

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

7 years agorebuilt
Luis Gil [Tue, 28 Feb 2017 00:49:20 +0000 (00:49 +0000)]
rebuilt

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

7 years agoreviewed reverse proxy xml file, fixed english phrase missconfig, and updated and...
Luis Gil [Tue, 28 Feb 2017 00:47:18 +0000 (00:47 +0000)]
reviewed reverse proxy xml file, fixed english phrase missconfig, and updated and generated the corresponding files, also added  the updated meta file.

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

7 years agoOn the trunk:
Stefan Eissing [Mon, 27 Feb 2017 14:30:50 +0000 (14:30 +0000)]
On the trunk:

mod_http2: separate mutex instances for each bucket beam, resulting in
     less lock contention. input beams only created when necessary.

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

7 years agorebuilt file
Luis Gil [Sun, 26 Feb 2017 19:46:24 +0000 (19:46 +0000)]
rebuilt file

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

7 years agometa file for site map updated
Luis Gil [Sun, 26 Feb 2017 19:43:52 +0000 (19:43 +0000)]
meta file for site map  updated

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

7 years agoadded the HTTPv2 line
Luis Gil [Sun, 26 Feb 2017 19:43:26 +0000 (19:43 +0000)]
added the HTTPv2 line

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

7 years agoRebuild.
Lucien Gentis [Sat, 25 Feb 2017 16:04:11 +0000 (16:04 +0000)]
Rebuild.

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

7 years agoXML updates.
Lucien Gentis [Sat, 25 Feb 2017 16:03:20 +0000 (16:03 +0000)]
XML updates.

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

7 years agoOn the trunk:
Stefan Eissing [Sat, 25 Feb 2017 12:15:20 +0000 (12:15 +0000)]
On the trunk:

mod_http2: installing own mutex'ed allocator on main session pool.

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

7 years agoadding the meta file and the html file
Luis Gil [Sat, 25 Feb 2017 12:08:53 +0000 (12:08 +0000)]
adding the meta file and the html file

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

7 years agoremoved $ from comment
Luis Gil [Sat, 25 Feb 2017 12:07:39 +0000 (12:07 +0000)]
removed $ from comment

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

7 years agotranlsated, fixed indes ssl minor issues, and built html
Luis Gil [Sat, 25 Feb 2017 12:06:49 +0000 (12:06 +0000)]
tranlsated, fixed indes ssl minor issues, and built html

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

7 years agoOn the trunk:
Stefan Eissing [Sat, 25 Feb 2017 11:39:05 +0000 (11:39 +0000)]
On the trunk:

mod_http2: signal eos on request input earlier, avoid unnecessary chunked, empty bodies, removing atomics from beam produce/consumed callback handling.

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

7 years agorebuild
Rich Bowen [Fri, 24 Feb 2017 20:54:24 +0000 (20:54 +0000)]
rebuild

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

7 years agoLink to the directives quickreference, which has the context listed
Rich Bowen [Fri, 24 Feb 2017 20:52:00 +0000 (20:52 +0000)]
Link to the directives quickreference, which has the context listed
inline, as per user-submitted comment.

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

7 years agoxforms
Jim Jagielski [Fri, 24 Feb 2017 20:14:30 +0000 (20:14 +0000)]
xforms

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

7 years ago Support use of optional "tag" in syslog entries. Streamline the patch.
Jim Jagielski [Fri, 24 Feb 2017 19:39:00 +0000 (19:39 +0000)]
 Support use of optional "tag" in syslog entries. Streamline the patch.
 PR 60525.

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

7 years agoadding meta file ssl/index
Luis Gil [Fri, 24 Feb 2017 19:13:42 +0000 (19:13 +0000)]
adding meta file ssl/index
translated  ssl index and built the html ones

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

7 years agotranslated ssl index and built the html ones
Luis Gil [Fri, 24 Feb 2017 19:09:42 +0000 (19:09 +0000)]
translated  ssl index and built the html ones

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

7 years agoMore granular logging
Jim Jagielski [Fri, 24 Feb 2017 13:04:49 +0000 (13:04 +0000)]
More granular logging

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

7 years agoInstead of thread-pools for each server/context, use a server-wide
Jim Jagielski [Fri, 24 Feb 2017 04:49:38 +0000 (04:49 +0000)]
Instead of thread-pools for each server/context, use a server-wide
top-level threadpool, which is more efficient.

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

7 years agoSince ProxyHC* values are per-server, we need to loop thru all per-server
Jim Jagielski [Fri, 24 Feb 2017 04:28:28 +0000 (04:28 +0000)]
Since ProxyHC* values are per-server, we need to loop thru all per-server
contexts. No need for each server/vhost to have it's own watchdog instance,
however.

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

7 years agoUse single top-level context and have the callback loop thru all servers/vhosts....
Jim Jagielski [Thu, 23 Feb 2017 21:24:04 +0000 (21:24 +0000)]
Use single top-level context and have the callback loop thru all servers/vhosts. Adjust server_rec
as required

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

7 years agoWork on all servers, not just top-level... Each Vhost has its own context and watchdo...
Jim Jagielski [Thu, 23 Feb 2017 20:54:47 +0000 (20:54 +0000)]
Work on all servers, not just top-level... Each Vhost has its own context and watchdog instance. We may need to revisit this and have just one instance

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

7 years agoadding missing xml file and rebuild
Luis Gil [Wed, 22 Feb 2017 22:38:16 +0000 (22:38 +0000)]
adding missing xml file and rebuild

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

7 years agoadding missing xml file and rebuild
Luis Gil [Wed, 22 Feb 2017 22:37:41 +0000 (22:37 +0000)]
adding missing xml file and rebuild

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

7 years agoRebuilt
Luis Gil [Wed, 22 Feb 2017 19:54:26 +0000 (19:54 +0000)]
Rebuilt

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

7 years agoadding missing xml file and rebuild
Luis Gil [Wed, 22 Feb 2017 19:50:05 +0000 (19:50 +0000)]
adding missing xml file and rebuild

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

7 years agoOn the trunk:
Stefan Eissing [Wed, 22 Feb 2017 10:09:11 +0000 (10:09 +0000)]
On the trunk:

upate after mod_http2 backport

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

7 years agoOn the trunk:
Stefan Eissing [Wed, 22 Feb 2017 09:55:49 +0000 (09:55 +0000)]
On the trunk:

mod_http2: adding allocator mutex back to mplx after crash in stress test

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

7 years agoOn the trunk:
Stefan Eissing [Tue, 21 Feb 2017 17:18:27 +0000 (17:18 +0000)]
On the trunk:

mod_http2: removing extra mutex for h2 apr_allocators again.

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

7 years agompm_event: no mutex needed at ptrans' allocator level.
Yann Ylavic [Tue, 21 Feb 2017 14:33:30 +0000 (14:33 +0000)]
mpm_event: no mutex needed at ptrans' allocator level.
(reverts r1783761 and r1783755 partially, style changes preserved)

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

7 years agompm_worker: no mutex needed at ptrans' allocator level.
Yann Ylavic [Tue, 21 Feb 2017 14:24:14 +0000 (14:24 +0000)]
mpm_worker: no mutex needed at ptrans' allocator level.
(reverts r1783808)

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

7 years agompm_motorz: no mutex needed at ptrans' allocator level.
Yann Ylavic [Tue, 21 Feb 2017 14:21:44 +0000 (14:21 +0000)]
mpm_motorz: no mutex needed at ptrans' allocator level.
(reverts r1783755 partially)

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

7 years agoMPMs unix: Place signals handlers and helpers out of DSOs to avoid
Yann Ylavic [Tue, 21 Feb 2017 09:07:42 +0000 (09:07 +0000)]
MPMs unix: Place signals handlers and helpers out of DSOs to avoid
a possible crash if a signal is caught during (graceful) restart.
PR 60487.

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

7 years agomod_cache: Fix a regression in 2.4.25 for the forward proxy case by
Yann Ylavic [Tue, 21 Feb 2017 08:20:45 +0000 (08:20 +0000)]
mod_cache: Fix a regression in 2.4.25 for the forward proxy case by
computing and using the same entity key according to when the cache
checks, loads and saves the request.  PR 60577.

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

7 years agompm_motorz: follow up to r1783755.
Yann Ylavic [Mon, 20 Feb 2017 22:50:56 +0000 (22:50 +0000)]
mpm_motorz: follow up to r1783755.
Use an allocator and mutex for ptrans' to be safe with concurrent
creation and destruction of its subpools, like with mod_http2.

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

7 years agompm_worker: follow up to r1783755.
Yann Ylavic [Mon, 20 Feb 2017 22:49:05 +0000 (22:49 +0000)]
mpm_worker: follow up to r1783755.
Use a mutex for ptrans' allocator to be safe with concurrent
creation and destruction of its subpools, like with mod_http2.

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

7 years agompm_motorz: follow up to r1783772, with the real changes.
Yann Ylavic [Mon, 20 Feb 2017 16:55:50 +0000 (16:55 +0000)]
mpm_motorz: follow up to r1783772, with the real changes.

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

7 years agompm_motorz: each log message should use its own APLOGNO.
Yann Ylavic [Mon, 20 Feb 2017 14:17:32 +0000 (14:17 +0000)]
mpm_motorz: each log message should use its own APLOGNO.

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

7 years agowinnt/service: each log message should use its own APLOGNO.
Yann Ylavic [Mon, 20 Feb 2017 14:15:40 +0000 (14:15 +0000)]
winnt/service: each log message should use its own APLOGNO.

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

7 years agoFollow up to r1780327 and r1780329: mute update-log-tags.
Yann Ylavic [Mon, 20 Feb 2017 14:08:27 +0000 (14:08 +0000)]
Follow up to r1780327 and r1780329: mute update-log-tags.

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

7 years agoFollow up to r1772919: update APLOGNO().
Yann Ylavic [Mon, 20 Feb 2017 14:04:50 +0000 (14:04 +0000)]
Follow up to r1772919: update APLOGNO().

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

7 years agoFollow up to r1772812: update APLOGNO().
Yann Ylavic [Mon, 20 Feb 2017 14:03:28 +0000 (14:03 +0000)]
Follow up to r1772812: update APLOGNO().

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

7 years agoFollow up to r1783756: update APLOGNO.
Yann Ylavic [Mon, 20 Feb 2017 13:57:53 +0000 (13:57 +0000)]
Follow up to r1783756: update APLOGNO.

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

7 years agoFollow up to r1783755: update APLOGNO.
Yann Ylavic [Mon, 20 Feb 2017 13:56:32 +0000 (13:56 +0000)]
Follow up to r1783755: update APLOGNO.

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

7 years agoRevert r1783759: really more things than intended :p
Yann Ylavic [Mon, 20 Feb 2017 13:53:16 +0000 (13:53 +0000)]
Revert r1783759: really more things than intended :p

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

7 years agoFollow up to r1783755: update APLOGNO.
Yann Ylavic [Mon, 20 Feb 2017 13:50:49 +0000 (13:50 +0000)]
Follow up to r1783755: update APLOGNO.

[Reverted by r1783760]

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

7 years agomod_http2: use a mutex for mplx and slave connections's allocator to be safe
Yann Ylavic [Mon, 20 Feb 2017 13:41:59 +0000 (13:41 +0000)]
mod_http2: use a mutex for mplx and slave connections's allocator to be safe
with concurrent creation and destruction of their subpools.

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

7 years agompm_event: use a mutex for ptrans' allocator to be safe with concurrent
Yann Ylavic [Mon, 20 Feb 2017 13:38:03 +0000 (13:38 +0000)]
mpm_event: use a mutex for ptrans' allocator to be safe with concurrent
creation and destruction of its subpools, like with mod_http2.

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

7 years agobuild doc.
Yann Ylavic [Mon, 20 Feb 2017 08:38:58 +0000 (08:38 +0000)]
build doc.

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

7 years agoFix ProxyPassReverse schemes in mod_proxy_http2's doc (examples).
Yann Ylavic [Mon, 20 Feb 2017 08:38:16 +0000 (08:38 +0000)]
Fix ProxyPassReverse schemes in mod_proxy_http2's doc (examples).

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

7 years agoOn the trunk:
Stefan Eissing [Sun, 19 Feb 2017 21:02:26 +0000 (21:02 +0000)]
On the trunk:

mod_proxy_http2: support for ProxyPreserverHost directive.

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

7 years agoOn the trunk:
Stefan Eissing [Sun, 19 Feb 2017 19:25:48 +0000 (19:25 +0000)]
On the trunk:

mod_http2: update after backport

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

7 years agoThanks to RĂ¼diger, Yann and Jacob for catches and verification
William A. Rowe Jr [Fri, 17 Feb 2017 17:39:59 +0000 (17:39 +0000)]
Thanks to RĂ¼diger, Yann and Jacob for catches and verification

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

7 years agoRevert it part r1783317, 'avoid _free()ing NULL references.'
William A. Rowe Jr [Fri, 17 Feb 2017 17:32:26 +0000 (17:32 +0000)]
Revert it part r1783317, 'avoid _free()ing NULL references.'

OpenSSL team is committed to preserving safe _free(NULL) behaviors, and the
overhead of these calls in the context setup path is inconsequential.

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

7 years agoRevert r1783310 'Preserve OpenSSL 1.0.2 compatibility, following up on r1783305'
William A. Rowe Jr [Fri, 17 Feb 2017 17:29:51 +0000 (17:29 +0000)]
Revert r1783310 'Preserve OpenSSL 1.0.2 compatibility, following up on r1783305'

This was our first compatibility pattern but we are not preserving it, it seems
irrelevant since the death of 16 bit Windows object files.

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

7 years agoFix #cpp bug in prior commit, follow up to r1783317.
William A. Rowe Jr [Thu, 16 Feb 2017 22:30:50 +0000 (22:30 +0000)]
Fix #cpp bug in prior commit, follow up to r1783317.

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

7 years agoAvoid unnecessary code (the deprecation macro wrapper itself emits unused args
William A. Rowe Jr [Thu, 16 Feb 2017 22:27:24 +0000 (22:27 +0000)]
Avoid unnecessary code (the deprecation macro wrapper itself emits unused args
warnings) in OpenSSL 1.1.0 and avoid _free()ing NULL references.

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

7 years agoPreserve OpenSSL 1.0.2 compatibility, following up on r1783305
William A. Rowe Jr [Thu, 16 Feb 2017 21:41:55 +0000 (21:41 +0000)]
Preserve OpenSSL 1.0.2 compatibility, following up on r1783305

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