]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
5 years ago* Remove svn:mergeinfo property. We only track that at the root
Ruediger Pluem [Fri, 7 Feb 2020 17:01:07 +0000 (17:01 +0000)] 
* Remove svn:mergeinfo property. We only track that at the root

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873744 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerged. [skip ci]
Joe Orton [Fri, 7 Feb 2020 16:57:13 +0000 (16:57 +0000)] 
Merged.  [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873743 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1867970 from trunk:
Joe Orton [Fri, 7 Feb 2020 16:56:40 +0000 (16:56 +0000)] 
Merge r1867970 from trunk:

* modules/generators/cgi_common.h (discard_script_output): Simplify
  slightly and ensure constant rather than unlimited memory
  consumption when discarding CGI script output (for e.g. a redirect
  response).

PR: 64096
Submitted by: jorton
Reviewed by: jorton, covener, rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873742 13f79535-47bb-0310-9956-ffa450edef68

5 years ago* Vote and promote
Ruediger Pluem [Fri, 7 Feb 2020 14:13:07 +0000 (14:13 +0000)] 
* Vote and promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873740 13f79535-47bb-0310-9956-ffa450edef68

5 years agodone in 1873738.
Eric Covener [Fri, 7 Feb 2020 13:42:10 +0000 (13:42 +0000)] 
done in 1873738.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873739 13f79535-47bb-0310-9956-ffa450edef68

5 years agoPR64066: config: Speed up graceful restarts
Eric Covener [Fri, 7 Feb 2020 13:41:33 +0000 (13:41 +0000)] 
PR64066: config: Speed up graceful restarts

... by using pre-hashed command table.

Backports: r1872786.

Submitted By: Giovanni Bechis <giovanni paclan.it>
Reviewed By: jim, jorton, covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873738 13f79535-47bb-0310-9956-ffa450edef68

5 years agovote/promote
Eric Covener [Fri, 7 Feb 2020 13:38:24 +0000 (13:38 +0000)] 
vote/promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873737 13f79535-47bb-0310-9956-ffa450edef68

5 years agoAdd new module in "new features" in 2.4.x section
Christophe Jaillet [Thu, 6 Feb 2020 21:03:03 +0000 (21:03 +0000)] 
Add new module in "new features" in 2.4.x section

(r1873718 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873719 13f79535-47bb-0310-9956-ffa450edef68

5 years agoAdd doc for mod_systemd in 2.4.x.
Christophe Jaillet [Thu, 6 Feb 2020 20:58:03 +0000 (20:58 +0000)] 
Add doc for mod_systemd in 2.4.x.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873716 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerged. [skip ci]
Joe Orton [Mon, 3 Feb 2020 07:56:28 +0000 (07:56 +0000)] 
Merged. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873520 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1393976, r1393997, r1484554, r1528032, r1528034, r1614821, r1618579, r1618588...
Joe Orton [Mon, 3 Feb 2020 07:56:05 +0000 (07:56 +0000)] 
Merge r1393976, r1393997, r1484554, r1528032, r1528034, r1614821, r1618579, r1618588, r1802251, r1840554, r1840555, r1872761, r1872763 from trunk:

* modules/arch/unix/mod_systemd.c: New module.

Submitted by: Jan Kaluza <jkaluza redhat.com>

* modules/arch/unix/mod_systemd.c (systemd_pre_mpm): Simplify code
  slightly; no functional change.
  Use AP_DECLARE_MODULE.

* configure.in: Simplify/fix systemd detection: move later to fix
  autoconf warnings; define HAVE_SYSTEMD rather than using CPPFLAGS.

* server/listen.c: Use HAVE_SYSTEMD for systemd #define.

* modules/arch/unix/config5.m4: Update systemd headers check.

Don't link support/* against systemd libs.

* Makefile.in: Link httpd using $(HTTPD_LIBS).

* configure.in: Add systemd to HTTPD_LIBS rather than LIBS.  Add PCRE
  libs to HTTPD_LIBS.

* configure.in, acinclude.m4: Move systemd check to APACHE_CHECK_SYSTEMD
  and use pkg-config where available.

mod_systemd: Add IdleShutdown - number of seconds in idle-state after which
httpd is shutdown. This is useful in a combination with socket activation.
Add mod_systemd documentation.

mod_systemd: Use AP_SIG_GRACEFUL instead of SIGWINCH.

Fix overriding ExtendedStatus to "off" with mod_systemd loaded, and
give more feedback to systemd during a reload.

* modules/arch/unix/mod_systemd.c (systemd_pre_config): New
  function; tell systemd the service is reloading here.
  (systemd_pre_mpm): Don't set ap_extended_status here, do nothing
  if ExtendedStatus is off.
  (register_hooks): Register pre_config hook.

* modules/arch/unix/mod_systemd.c (systemd_post_config): Fix systemd
  service getting stuck reloading if "ExtendedStatus off" is
  configured; regression in r1802251.

PR: 62697

* modules/arch/unix/mod_systemd.c (systemd_pre_mpm, systemd_monitor):
  Ignore sd_notify{,f} failure cases as currently recommended by the
  systemd API docs.

* modules/arch/unix/mod_systemd.c: Remove IdleShutdown feature which
  was buggy per sf's feedback in 2.4.x backport proposal, and would
  probably be more appropriate outside this module anyway.

* modules/arch/unix/config5.m4: Don't override enable_systemd, fixing
  --enable-systemd=static per covener's suggestion in
  <CALK=YjPrN644NtLROwYPyBeCpev-GHSAD2J-Z2hupLymZ0op-g@mail.gmail.com>
  Also fix the APACHE_MODULE() usage; disable the module by default
  for the "all" modules selection.

PR: 57632

Submitted by: jkaluza, jorton, nd
Reviewed by: jorton, jim, elukey

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873519 13f79535-47bb-0310-9956-ffa450edef68

5 years agoPromote
Luca Toscano [Sun, 2 Feb 2020 17:24:36 +0000 (17:24 +0000)] 
Promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873510 13f79535-47bb-0310-9956-ffa450edef68

5 years agofr doc rebuild.
Lucien Gentis [Sat, 1 Feb 2020 15:16:46 +0000 (15:16 +0000)] 
fr doc rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873480 13f79535-47bb-0310-9956-ffa450edef68

5 years agofr doc XML files updates.
Lucien Gentis [Sat, 1 Feb 2020 15:15:32 +0000 (15:15 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873479 13f79535-47bb-0310-9956-ffa450edef68

5 years agoVote on mod_systemd's backport patch
Luca Toscano [Fri, 31 Jan 2020 16:12:33 +0000 (16:12 +0000)] 
Vote on mod_systemd's backport patch

Tested building the module from a fresh copy of 2.4.x
on Debian 10 (Buster). Tested a systemd unit with "Type=notify",
everything works as expected. Thanks Joe!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873426 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1873395 from trunk:
Eric Covener [Fri, 31 Jan 2020 02:29:30 +0000 (02:29 +0000)] 
Merge r1873395 from trunk:

PR63678: Clarify fcgistarter -c parm

Submitted By: Giovanni Bechis <giovanni paclan.it>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873396 13f79535-47bb-0310-9956-ffa450edef68

5 years agoFix some grammar errors in the docs
Mike Rumph [Thu, 30 Jan 2020 20:07:26 +0000 (20:07 +0000)] 
Fix some grammar errors in the docs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873381 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1871810 from trunk:
Jim Jagielski [Thu, 30 Jan 2020 15:14:40 +0000 (15:14 +0000)] 
Merge r1871810 from trunk:

  *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main connection.

Submitted by: icing
Reviewed by: icing, jim, steffenal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873368 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1872455 from trunk:
Jim Jagielski [Thu, 30 Jan 2020 15:13:30 +0000 (15:13 +0000)] 
Merge r1872455 from trunk:

add r/o iterable tables

The current apr tables exposed support get/set but we cannot get the keys
or iterate. add _table() alternatives

Submitted by: covener
Reviewed by: covener, jim, humbedooh

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873367 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1870650 from trunk:
Jim Jagielski [Thu, 30 Jan 2020 15:11:21 +0000 (15:11 +0000)] 
Merge r1870650 from trunk:

PR63971 expose apr_table_unset for headers/envvars

via nil assignment

Submitted by: covener
Reviewed by: covener, jim, humbedooh

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873366 13f79535-47bb-0310-9956-ffa450edef68

5 years agoFixed some grammar errors in the docs.
Mike Rumph [Tue, 28 Jan 2020 21:24:55 +0000 (21:24 +0000)] 
Fixed some grammar errors in the docs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873272 13f79535-47bb-0310-9956-ffa450edef68

5 years agovote/promote
Eric Covener [Mon, 27 Jan 2020 19:26:38 +0000 (19:26 +0000)] 
vote/promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873227 13f79535-47bb-0310-9956-ffa450edef68

5 years agoPropose PR 64096 fix. [skip ci]
Joe Orton [Mon, 27 Jan 2020 15:23:07 +0000 (15:23 +0000)] 
Propose PR 64096 fix. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873220 13f79535-47bb-0310-9956-ffa450edef68

5 years agoHave not seen false negatives with t/apache/expr_string.t since
Joe Orton [Thu, 23 Jan 2020 08:02:58 +0000 (08:02 +0000)] 
Have not seen false negatives with t/apache/expr_string.t since
r1872705 so let's try e-mail notifications for 2.4.x again. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873059 13f79535-47bb-0310-9956-ffa450edef68

5 years agocasting some votes
Daniel Gruno [Wed, 22 Jan 2020 12:47:08 +0000 (12:47 +0000)] 
casting some votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873031 13f79535-47bb-0310-9956-ffa450edef68

5 years agoVote mod_http2
Steffen Land [Wed, 22 Jan 2020 11:19:44 +0000 (11:19 +0000)] 
Vote mod_http2

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873028 13f79535-47bb-0310-9956-ffa450edef68

5 years agosuperceded
Eric Covener [Tue, 21 Jan 2020 14:36:42 +0000 (14:36 +0000)] 
superceded

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873013 13f79535-47bb-0310-9956-ffa450edef68

5 years agoHad some time... votes on backports
Jim Jagielski [Tue, 21 Jan 2020 14:06:10 +0000 (14:06 +0000)] 
Had some time... votes on backports

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873011 13f79535-47bb-0310-9956-ffa450edef68

5 years agoVote. [skip ci]
Joe Orton [Fri, 17 Jan 2020 11:22:06 +0000 (11:22 +0000)] 
Vote. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872914 13f79535-47bb-0310-9956-ffa450edef68

5 years agoNotes/votes. [skip ci]
Joe Orton [Fri, 17 Jan 2020 11:20:23 +0000 (11:20 +0000)] 
Notes/votes. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872913 13f79535-47bb-0310-9956-ffa450edef68

5 years agoReset mod_ssl PKCS#11 proposal with added r1836547. [skip ci]
Joe Orton [Fri, 17 Jan 2020 10:30:55 +0000 (10:30 +0000)] 
Reset mod_ssl PKCS#11 proposal with added r1836547. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872911 13f79535-47bb-0310-9956-ffa450edef68

5 years agoSimplified mod_systemd backport proposal w/o IdleShutdown feature.
Joe Orton [Wed, 15 Jan 2020 17:43:42 +0000 (17:43 +0000)] 
Simplified mod_systemd backport proposal w/o IdleShutdown feature.
Note partial merge of some commits, socket activation changes are
excluded.  mod_systemd.c as proposed is exactly as in trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872831 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1822531, r1829676, r1847232, r1847234, r1861333, r1852442, r1866145, r1868295...
Jim Jagielski [Tue, 14 Jan 2020 17:42:58 +0000 (17:42 +0000)] 
Merge r1822531, r1829676, r1847232, r1847234, r1861333, r1852442, r1866145, r1868295, r1868296 from trunk:

mod_proxy: fix proxy connection cleanup from an n+2 pool.

When connection_destructor() is called after pchild is gone, we can't
dereference worker->cp anymore. This happens is debug/one_process mode only,
if we exit by calling apr_terminate() or clearing the process pool directly.

Fix this by NULL-ing worker->cp in conn_pool_cleanup(), and by registering it
as a pre_cleanup.

Delay some memory allocation.

If this handler will not handle the request, no need to waste bytes in the request pool.

Add error messages and return bad request.

fix incorrect rv. Sorry.

Follow up to r1847232.
There is no point to use "old" numbers in recent commit.

Also avoid number duplication. The messages are the same but in different code path, so having different numbers makes sense.
This also avoids a warning when running:
   make update-log-msg-tags

Make proxy modules compile if APR_HAS_THREADS is not defined.

restore use of global mutex under !APR_HAS_THREADS

followup to r1852442 which appears to have been too agressive in wrapping
blocks with #if APR_HAS_THREADS.  With !APR_HAS_THREADS a global mutex
is a proc mutex.

* Add back logging goodness

Add back logging goodness added by covener in r1865938.

Fix pool concurrency problems

Create a subpool of the connection pool for worker scoped DNS resolutions.
This is needed to avoid race conditions in using the connection pool by multiple
threads during ramp up.

Recheck after obtaining the lock if we still need to do things or if they
were already done by another thread while we were waiting on the lock.

* modules/proxy/proxy_util.c: Create a subpool of the connection pool for worker
  scoped DNS resolutions and use it.

* modules/proxy/mod_proxy.h: Define AP_VOLATILIZE_T and add dns_pool to
  struct proxy_conn_pool.

* modules/proxy/mod_proxy_ftp.c: Use dns_pool and consider that
  worker->cp->addr is volatile in this location of the code.

PR: 63503

Submitted by: ylavic, jailletc36, jfclere, jfclere, jailletc36, stsp, covener, rpluem, rpluem
Reviewed by: rpluem, covener, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872790 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1851332, r1861432, r1862202, r1864759, r1867254, r1867255, r1867569, r1869512...
Jim Jagielski [Tue, 14 Jan 2020 17:39:25 +0000 (17:39 +0000)] 
Merge r1851332, r1861432, r1862202, r1864759, r1867254, r1867255, r1867569, r1869512 from trunk:

fix a misleading comment about s->defn_name

use the provided types via the macro

* modules/metadata/mod_mime_magic.c: Constify some constant
  data, remove unused "suf_recursion" field.  No functional
  change.

Axe some dead code + slighly improve a comment

Fix a typo

Fix a typo

* modules/ssl/ssl_engine_log.c (ssl_log_cert_error): Use string
  length returned by apr_vsnprintf.  No functional change.

mod_authz_core: follow up to r1864759.

We should at least log the unexpected provider_name == NULL condition.

Submitted by: covener, jorton, jailletc36, jailletc36, jailletc36, jorton, ylavic
Reviewed by: jailletc36, jim, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872789 13f79535-47bb-0310-9956-ffa450edef68

5 years agopromote
Jim Jagielski [Tue, 14 Jan 2020 17:34:54 +0000 (17:34 +0000)] 
promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872788 13f79535-47bb-0310-9956-ffa450edef68

5 years agoProposal and votes
Jim Jagielski [Tue, 14 Jan 2020 17:34:07 +0000 (17:34 +0000)] 
Proposal and votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872787 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1870553, r1870555, r1871091, r1871095, r1871141, r1871815, r1871816, r1871907...
Joe Orton [Tue, 14 Jan 2020 08:19:12 +0000 (08:19 +0000)] 
Merge r1870553, r1870555, r1871091, r1871095, r1871141, r1871815, r1871816, r1871907, r1871908, r1872045, r1872063, r1872073, r1872106, r1872124, r1872309, r1872372, r1872373, r1872389, r1872392, r1872519, r1872544, r1872588, r1872590 from trunk:

Skip "PCRE 1" job for 2.4.x since there's no PCRE 2 support.

Enable ppc64le builds, caching now seems to work in Travis for non-x86.

travis: enable email notifications on success as test

adding myself for debugging (happy 113th birthday to the inventor of that term\!)

does this work??

travis: send notification to httpd-dev@ only on failure

Due to a combination of Daniel's work and probably some fix
on Travis end, we are now finally getting Travis emails in
httpd-dev@. Since having notifications for successful builds
might become a little spammy, let's just alert when a build
fails (like we do with buildbot IIUC).

travis: sync trunk's notification config with 2.4.x

test/travis_before_linux.sh: add a simple bash retry to svn export

Sometimes a build is killed by Travis due to svn export taking
a long time to complete (> 10m). This change should be a test to see
if a simple workaround reduces the noise to the dev@ mailing list.

test/travis_before_linux.sh: remove bash -e flag

To allow a proper fail/retry, -e needs to be removed.
Ideally this shouldn't happen, so I'd consider this
a test to see if the bash for workaround is a viable
option or not.

test/travis_before_linux.sh: make for loop more resilient

This is a follow up to my last commit to this file, to make
the for loop more resilient with the following:
- use --force in svn export, otherwise the second attempt will
  always fail due to the dest directory already present.
- exit 1 in case the 5 tries end up in a non zero exit code
  (to fail fast the build).

travis: temporary disable notifications to dev@

There seem to be some issues to iron out, disabling
email notifications to avoid spamming dev@.

test/travis_before_linux.sh: move retry logic to function

Move the retry logic to a bash function and restore the -e
failure policy in the script (to have cleaner log traces
in base of build failures).

Work around a build failure when a cached APR branch install
is used but APR-util needs to be rebuilt; currently this fails
because the APR build directory is not available.

e.g. https://travis-ci.org/apache/httpd/jobs/630885203

Disable caching for this combination for now.

travis: restore email notifications for dev@

The issue with ppcle64 seems to be fixed from [1],
and Joe fixed the APR 1.7.x issue as well. Builds are
back to normal.

[1]: https://travis-ci.community/t/ppc64le-an-error-occurred-while-generating-the-build-script/6598/6

test/travis_before_linux.sh: increase backoff time before executing svn export

Cache SVN checkout of test/framework across Travis builds.  Should
improve reliability (the checkout fails frequently) and performance,
plus reduces load on ASF infra.

Github: closes #85

Add Travis job which runs tests in random order.

Github: closes #86

travis: add verbose config to perl test suite for Ubuntu Worker All Modules

For some reason we get sporadic failures only in Ubuntu Worker All Modules' test:

t/apache/rwrite.t ................... 53/? # Failed test 113 in /home/travis/build/apache/httpd/test/perl-framework/blib/lib/Apache/TestCommon.pm at line 56 fail #113
t/apache/rwrite.t ................... Failed 1/114 subtests

Recent examples:
https://travis-ci.org/apache/httpd/jobs/632425202
https://travis-ci.org/apache/httpd/jobs/633250739

Add "-verbose" as test option to capture more data about the failure
when it happens.

travis: disable email notifications

There are still some spurious failures to iron out,
turn off email notification to avoid too many failure
emails to dev@.

Add arm64 support for Travis testing.
This support is experimental.

travis: remove verbose arg for Ubuntu Worker

Add Travis job running the litmus WebDAV test suite.

Enable verbose test output to debug failures on arm.

Submitted by: jorton, elukey, humbedoohy, mrumph
Github: closes #90

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872757 13f79535-47bb-0310-9956-ffa450edef68

5 years agoadd a 2nd lua backport proposal
Eric Covener [Wed, 8 Jan 2020 13:56:41 +0000 (13:56 +0000)] 
add a 2nd lua backport proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872507 13f79535-47bb-0310-9956-ffa450edef68

5 years agoUse https instead of http when searching with Google.
Christophe Jaillet [Tue, 7 Jan 2020 21:37:44 +0000 (21:37 +0000)] 
Use https instead of http when searching with Google.

PR 64058
Fixed by [stephane.blondon gmail.com]

(r1872470 on trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872471 13f79535-47bb-0310-9956-ffa450edef68

5 years agofr doc rebuild.
Lucien Gentis [Tue, 7 Jan 2020 16:40:09 +0000 (16:40 +0000)] 
fr doc rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872449 13f79535-47bb-0310-9956-ffa450edef68

5 years agofr doc XML update.
Lucien Gentis [Tue, 7 Jan 2020 16:38:29 +0000 (16:38 +0000)] 
fr doc XML update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872448 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge of r1872368 from trunk:
Stefan Eissing [Mon, 6 Jan 2020 09:00:07 +0000 (09:00 +0000)] 
Merge of r1872368 from trunk:

mod_slotmem_shm: reverting unwanted change bby backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872369 13f79535-47bb-0310-9956-ffa450edef68

5 years agoRebuild with new text in the comments section.
Rich Bowen [Thu, 2 Jan 2020 21:05:12 +0000 (21:05 +0000)] 
Rebuild with new text in the comments section.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872268 13f79535-47bb-0310-9956-ffa450edef68

5 years agoChange removed again to removed as suggested at https://bz.apache.org/bugzilla/show_b...
Rich Bowen [Thu, 2 Jan 2020 20:59:04 +0000 (20:59 +0000)] 
Change removed again to removed as suggested at https://bz.apache.org/bugzilla/show_bug.cgi?id=60026

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872267 13f79535-47bb-0310-9956-ffa450edef68

5 years agoAdds tip of how to obtain the original requested URL, as per https://bz.apache.org...
Rich Bowen [Thu, 2 Jan 2020 18:03:34 +0000 (18:03 +0000)] 
Adds tip of how to obtain the original requested URL, as per https://bz.apache.org/bugzilla/show_bug.cgi?id=64042

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872258 13f79535-47bb-0310-9956-ffa450edef68

5 years agozap changes entry for non user-facing change
Eric Covener [Thu, 2 Jan 2020 13:52:44 +0000 (13:52 +0000)] 
zap changes entry for non user-facing change

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872245 13f79535-47bb-0310-9956-ffa450edef68

5 years agoCredits where they are due.
Yann Ylavic [Thu, 2 Jan 2020 13:32:25 +0000 (13:32 +0000)] 
Credits where they are due.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872244 13f79535-47bb-0310-9956-ffa450edef68

5 years agoBackport:
Graham Leggett [Wed, 1 Jan 2020 23:26:43 +0000 (23:26 +0000)] 
Backport:

mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was disabling the
ssl handshake timeouts. Also, fixed a mistake of the last version that made `H2Direct`
always `on`, irregardless of configuration.

mod_http2: Multiple field length violations in the same request no longer cause
several log entries to be written.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872230 13f79535-47bb-0310-9956-ffa450edef68

5 years agoVote and promote.
Graham Leggett [Wed, 1 Jan 2020 23:23:59 +0000 (23:23 +0000)] 
Vote and promote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872229 13f79535-47bb-0310-9956-ffa450edef68

5 years agoBackport r1765061
Graham Leggett [Wed, 1 Jan 2020 23:14:08 +0000 (23:14 +0000)] 
Backport r1765061
ap_check_pipeline: clarify/simplify !max_blank_lines logic, no functional change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872228 13f79535-47bb-0310-9956-ffa450edef68

5 years agoVote and promote.
Graham Leggett [Wed, 1 Jan 2020 23:12:23 +0000 (23:12 +0000)] 
Vote and promote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872227 13f79535-47bb-0310-9956-ffa450edef68

5 years agoBackport r1865740.
Graham Leggett [Wed, 1 Jan 2020 23:05:42 +0000 (23:05 +0000)] 
Backport r1865740.
mod_ssl: OCSP does not apply to proxy mode.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872226 13f79535-47bb-0310-9956-ffa450edef68

5 years agoVote and promote.
Graham Leggett [Wed, 1 Jan 2020 23:03:24 +0000 (23:03 +0000)] 
Vote and promote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872225 13f79535-47bb-0310-9956-ffa450edef68

5 years agoRemove the backport.
Graham Leggett [Wed, 1 Jan 2020 22:51:59 +0000 (22:51 +0000)] 
Remove the backport.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872224 13f79535-47bb-0310-9956-ffa450edef68

5 years agoBackport r1867183.
Graham Leggett [Wed, 1 Jan 2020 22:23:19 +0000 (22:23 +0000)] 
Backport r1867183.
mod_proxy_html, mod_xml2enc: Fix build issues with macOS due to r1864469

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872220 13f79535-47bb-0310-9956-ffa450edef68

5 years agoVote and promote.
Graham Leggett [Wed, 1 Jan 2020 22:17:37 +0000 (22:17 +0000)] 
Vote and promote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872219 13f79535-47bb-0310-9956-ffa450edef68

5 years agoAgree.
Graham Leggett [Wed, 1 Jan 2020 22:09:57 +0000 (22:09 +0000)] 
Agree.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872218 13f79535-47bb-0310-9956-ffa450edef68

5 years agoXforms
Rainer Jung [Wed, 1 Jan 2020 21:14:12 +0000 (21:14 +0000)] 
Xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872209 13f79535-47bb-0310-9956-ffa450edef68

5 years agoHappy New Year 2020
Rainer Jung [Wed, 1 Jan 2020 19:42:40 +0000 (19:42 +0000)] 
Happy New Year 2020

Backport of r1872188 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872189 13f79535-47bb-0310-9956-ffa450edef68

5 years agoUpdate proposal.
Graham Leggett [Wed, 1 Jan 2020 19:18:57 +0000 (19:18 +0000)] 
Update proposal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872186 13f79535-47bb-0310-9956-ffa450edef68

5 years agoPropose.
Graham Leggett [Wed, 1 Jan 2020 18:41:08 +0000 (18:41 +0000)] 
Propose.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872185 13f79535-47bb-0310-9956-ffa450edef68

5 years agoPropose.
Graham Leggett [Wed, 1 Jan 2020 18:33:48 +0000 (18:33 +0000)] 
Propose.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872184 13f79535-47bb-0310-9956-ffa450edef68

5 years agoVote.
Graham Leggett [Mon, 30 Dec 2019 00:56:59 +0000 (00:56 +0000)] 
Vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872094 13f79535-47bb-0310-9956-ffa450edef68

5 years agofr doc rebuild.
Lucien Gentis [Sat, 21 Dec 2019 16:42:08 +0000 (16:42 +0000)] 
fr doc rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1871890 13f79535-47bb-0310-9956-ffa450edef68

5 years agofr doc XML files updates.
Lucien Gentis [Sat, 21 Dec 2019 16:39:57 +0000 (16:39 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1871889 13f79535-47bb-0310-9956-ffa450edef68

5 years agovote mod_http2
Steffen Land [Thu, 19 Dec 2019 13:41:33 +0000 (13:41 +0000)] 
vote mod_http2

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1871824 13f79535-47bb-0310-9956-ffa450edef68

5 years agobackport proposal of r1871810.
Stefan Eissing [Thu, 19 Dec 2019 09:59:51 +0000 (09:59 +0000)] 
backport proposal of r1871810.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1871814 13f79535-47bb-0310-9956-ffa450edef68

5 years agoAddendum to r1868930
Gregg Lewis Smith [Tue, 3 Dec 2019 16:36:27 +0000 (16:36 +0000)] 
Addendum to r1868930
update makefile to mod_md w/ ACMEv2 and OCSP
VC makefiles do not exist in trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870760 13f79535-47bb-0310-9956-ffa450edef68

5 years agopropose/vote
Eric Covener [Sat, 30 Nov 2019 20:34:49 +0000 (20:34 +0000)] 
propose/vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870651 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1869541, r1869543, r1869564, r1869565, r1869684, r1869697, r1869703, r1869708...
Joe Orton [Thu, 28 Nov 2019 09:55:00 +0000 (09:55 +0000)] 
Merge r1869541, r1869543, r1869564, r1869565, r1869684, r1869697, r1869703, r1869708, r1869729, r1869801, r1869846, r1870047, r1870077, r1870080, r1870086, r1870150, r1870550 from trunk:

Run buildconf using the specific APR/APR-util versions if configured.

Revert r1869541 and always run httpd's buildconf against the Debian APR,
which does include the *.m4 files.

Add shared-mpms build, add build against APR trunk (httpd trunk only).
Fix handling and ensure safe caching of APR trunk build.

Fix yaml typo.

* .travis.yml: Build on Bionic by default, only build w/APR 1.5.x for
  the 2.4.x branch.

* .travis.yml, test/travis_run_linux.sh: Pass BUILDCONF to buildconf
  and add job which uses the new option.

Install PCRE v2 (10.x) by default, add a job testing with PCRE "v1" (8.x).

Minor Travis doc updates and a todo list.

Test IRC and e-mail notifications.

Add build job for trunk on Xenial with custom APR/APR-util builds.

Try mailing dev@ for Travis build results.

The defaults are to mail:
- on success (if changed from failure)
- on failure (always)

Specify make flags globally and work around PR 63942 for regeneration
of server/util_expr parser.

Support travis builds against APR/APR-util non-trunk branches.
Add job for APR 1.7.x + APR-util 1.7.x.

Build on s390x (interesting test target since it's big-endian).
IRC notifications work, e-mail doesn't; branches are done.
ppc64le builds also work but are extremely slow, so not enabled.

Doc updates for Travis.

Note that APU_VERSION=trunk doesn't work per rpluem's mail.

Skip ap_expr regeneration for 2.4.x.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870551 13f79535-47bb-0310-9956-ffa450edef68

5 years agoupdate http2 backport proposal
Stefan Eissing [Wed, 27 Nov 2019 11:22:55 +0000 (11:22 +0000)] 
update http2 backport proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870500 13f79535-47bb-0310-9956-ffa450edef68

5 years agoproposing latest mod_http2 backport
Stefan Eissing [Tue, 26 Nov 2019 12:25:14 +0000 (12:25 +0000)] 
proposing latest mod_http2 backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870462 13f79535-47bb-0310-9956-ffa450edef68

5 years agoAdd a note about string comparison operators
Christophe Jaillet [Mon, 25 Nov 2019 22:16:39 +0000 (22:16 +0000)] 
Add a note about string comparison operators
PR 63919

(r1870427 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870428 13f79535-47bb-0310-9956-ffa450edef68

5 years agoFix the version in a compatibility note
Christophe Jaillet [Mon, 25 Nov 2019 21:29:33 +0000 (21:29 +0000)] 
Fix the version in a compatibility note

(r1870425 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870426 13f79535-47bb-0310-9956-ffa450edef68

5 years agoFix a small translation issue.
Christophe Jaillet [Sun, 24 Nov 2019 07:52:30 +0000 (07:52 +0000)] 
Fix a small translation issue.
(r1870264 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870265 13f79535-47bb-0310-9956-ffa450edef68

5 years agoAdd a note about a possible incomplete backport proposal
Christophe Jaillet [Sun, 24 Nov 2019 06:59:26 +0000 (06:59 +0000)] 
Add a note about a possible incomplete backport proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870263 13f79535-47bb-0310-9956-ffa450edef68

5 years agoRemove backported item
Christophe Jaillet [Sun, 24 Nov 2019 06:47:03 +0000 (06:47 +0000)] 
Remove backported item

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870262 13f79535-47bb-0310-9956-ffa450edef68

5 years agoSynch 2.4.x and trunk:
Christophe Jaillet [Sun, 24 Nov 2019 06:46:13 +0000 (06:46 +0000)] 
Synch 2.4.x and trunk:
Merge r1787229 from trunk
        - core: print r->uri during failure

Merge r1842919 from trunk
        - core: Call va_end before returning in the error case

Merge r1842926 from trunk
        - mod_cache_disk: fix a Coverity warning

Merge r1856490 from trunk
        - core: Provide TEST_CHAR macro in test_char.h

Merge r1862051 from trunk
        - tag some pools

Merge r1864865 from trunk
        - core: Fix a signed/unsigned comparison that can never match

Merge r1865871 from trunk
        - mod_session: leave a hint about session expiration at TRACE2

Merge r1867256 from trunk
        - mod_ssl: Fix a typo

Submitted by: covener,jorton,jorton,ylavic,jorton,jailletc36,covener,jailletc36
Reviewed by: jailletc36, jim, ylavic
Backported by: jailletc36

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870261 13f79535-47bb-0310-9956-ffa450edef68

5 years agofr doc rebuild.
Lucien Gentis [Sat, 23 Nov 2019 14:37:08 +0000 (14:37 +0000)] 
fr doc rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870245 13f79535-47bb-0310-9956-ffa450edef68

5 years agofr doc XML files updates.
Lucien Gentis [Sat, 23 Nov 2019 14:35:56 +0000 (14:35 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870244 13f79535-47bb-0310-9956-ffa450edef68

5 years ago* Add proposal
Ruediger Pluem [Sat, 23 Nov 2019 07:58:04 +0000 (07:58 +0000)] 
* Add proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870213 13f79535-47bb-0310-9956-ffa450edef68

5 years agoFix some spelling errors
Christophe Jaillet [Sun, 17 Nov 2019 09:21:54 +0000 (09:21 +0000)] 
Fix some spelling errors
(see PR 63923)

in suexec.xml, remove a useless comment and slighly improve layout

(r1869816 in trunk)

+ remove some trailing spaces to synch with trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869920 13f79535-47bb-0310-9956-ffa450edef68

5 years agofr doc rebuild.
Lucien Gentis [Sat, 16 Nov 2019 13:54:44 +0000 (13:54 +0000)] 
fr doc rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869896 13f79535-47bb-0310-9956-ffa450edef68

5 years agofr doc XML files updates.
Lucien Gentis [Sat, 16 Nov 2019 13:54:00 +0000 (13:54 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869895 13f79535-47bb-0310-9956-ffa450edef68

5 years ago* Rebuild docs
Ruediger Pluem [Wed, 13 Nov 2019 13:47:29 +0000 (13:47 +0000)] 
* Rebuild docs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869743 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1869740 from trunk:
Ruediger Pluem [Wed, 13 Nov 2019 13:43:58 +0000 (13:43 +0000)] 
Merge r1869740 from trunk:

* Fix typo
Submitted by: rpluem
Reviewed by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869741 13f79535-47bb-0310-9956-ffa450edef68

5 years ago* Rebuild docs
Ruediger Pluem [Wed, 13 Nov 2019 13:27:27 +0000 (13:27 +0000)] 
* Rebuild docs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869739 13f79535-47bb-0310-9956-ffa450edef68

5 years agoRemove some trailing spaces that were merged in r1841573 in order to complete the...
Christophe Jaillet [Tue, 12 Nov 2019 21:28:31 +0000 (21:28 +0000)] 
Remove some trailing spaces that were merged in r1841573 in order to complete the corresponding backports and synch with trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869711 13f79535-47bb-0310-9956-ffa450edef68

5 years agoPromote
Christophe Jaillet [Sat, 9 Nov 2019 21:44:47 +0000 (21:44 +0000)] 
Promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869616 13f79535-47bb-0310-9956-ffa450edef68

5 years agoRemove backported items
Christophe Jaillet [Sat, 9 Nov 2019 21:44:00 +0000 (21:44 +0000)] 
Remove backported items

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869615 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1865405 from trunk:
Christophe Jaillet [Sat, 9 Nov 2019 21:43:09 +0000 (21:43 +0000)] 
Merge r1865405 from trunk:

Increase the maximum length of strings that can be cached.
PR 62149

Submitted by: <thorsten.meinl knime.com>
Reviewed/backported by: jailletc36, jim, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869614 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1866418 from trunk:
Christophe Jaillet [Sat, 9 Nov 2019 21:36:12 +0000 (21:36 +0000)] 
Merge r1866418 from trunk:

On Windows, fix a start-up crash if <IfFile ...> is used with a path that is not valid

Submitted by: sf
Reviewed/backported by: jailletc36, covener, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869613 13f79535-47bb-0310-9956-ffa450edef68

5 years agoFinalize merge of r1331110 from trunk:
Christophe Jaillet [Sat, 9 Nov 2019 21:24:59 +0000 (21:24 +0000)] 
Finalize merge of r1331110 from trunk:

Parts of r1331110 is missing in back-port in 2.4.x done in r1430514.
Add it now.

Submitted by: sf
Reviewed/backported by: jailletc36, jim, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869612 13f79535-47bb-0310-9956-ffa450edef68

5 years agofr doc rebuild.
Lucien Gentis [Sat, 9 Nov 2019 16:44:23 +0000 (16:44 +0000)] 
fr doc rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869610 13f79535-47bb-0310-9956-ffa450edef68

5 years agofr doc XML updates.
Lucien Gentis [Sat, 9 Nov 2019 16:43:16 +0000 (16:43 +0000)] 
fr doc XML updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869609 13f79535-47bb-0310-9956-ffa450edef68

5 years agoRemove duplicated r1862202 and r1864759 from first proposal (and from Yann's notes).
Christophe Jaillet [Fri, 8 Nov 2019 21:06:22 +0000 (21:06 +0000)] 
Remove duplicated r1862202 and r1864759 from first proposal (and from Yann's notes).
Promote Yann's vote accordingly.
Fix follow-up reference.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869584 13f79535-47bb-0310-9956-ffa450edef68

5 years agoI'm only reviewing this to trigger travis really.
Joe Orton [Fri, 8 Nov 2019 12:52:37 +0000 (12:52 +0000)] 
I'm only reviewing this to trigger travis really.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869555 13f79535-47bb-0310-9956-ffa450edef68

5 years agoMerge r1869387, r1869441, r1869456, r1869459, r1869527, r1869533, r1869539, r1869540...
Joe Orton [Fri, 8 Nov 2019 12:50:16 +0000 (12:50 +0000)] 
Merge r1869387, r1869441, r1869456, r1869459, r1869527, r1869533, r1869539, r1869540, r1869548, r1869550 from trunk:

Add a basic Travis config.

Pull in more -dev packages to get more modules building (including mod_md).
Test gcc 7 on bionic, xenial is the Travis default anyway.
Only add the toolchain PPA where really needed.

Update travis config

* Add 'if TRAVIS_OS_NAME' to before_install/before_script/script to allow multi-os testing.
* Add separation lines in matrix config (better visual impact).
* Add Linux to all the current job's name.
* Add tests for Worker mpm.

Move before/run scripts out of .travis.yml.

Reviewed by: elukey

Support 2.4.x builds, which lacks --with-test-suite support.
Build with --enable-load-all-modules only when the test suite is run.

Add Travis support for multiple APR/APR-util versions.
Add an APR build with --enable-pool-debug.

Build all modules when testing APR variations.

Build APR-util 1.6.x --with-crypto otherwise the "mod_crypto" build fails,
though this is a bug: https://travis-ci.org/apache/httpd/jobs/609166867

Add APR 1.4/APR-util 1.4 build, but only for 2.4.x.

Start sketching out some travis docs and check we can -> [skip ci]

Submitted by: jorton, elukey

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869554 13f79535-47bb-0310-9956-ffa450edef68

5 years agoRTC exception for Travis.
Joe Orton [Fri, 8 Nov 2019 12:44:33 +0000 (12:44 +0000)] 
RTC exception for Travis.

Reviewed by: covener, ylavic, elukey

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869551 13f79535-47bb-0310-9956-ffa450edef68

5 years agoRemove duplicated CHANGES entry.
Yann Ylavic [Thu, 7 Nov 2019 17:50:41 +0000 (17:50 +0000)] 
Remove duplicated CHANGES entry.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869516 13f79535-47bb-0310-9956-ffa450edef68