Fixed: apache/httpd#2061 (trunk - a982f8f)

2021-10-14 Thread Travis CI
Build Update for apache/httpd
-

Build: #2061
Status: Fixed

Duration: 20 mins and 46 secs
Commit: a982f8f (trunk)
Author: Stefan Eissing
Message:   *) mod_http2: disabling 400_20 again, seeing if 401_31 stays fixed.



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

View the changeset: 
https://github.com/apache/httpd/compare/a32ff18e4e4c...a982f8fa4787

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239833006?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#2060 (trunk - a32ff18)

2021-10-14 Thread Travis CI
Build Update for apache/httpd
-

Build: #2060
Status: Broken

Duration: 22 mins and 15 secs
Commit: a32ff18 (trunk)
Author: Stefan Eissing
Message:   *) mod_http2: another travis test of the 400_20 and 401_31 tests 
that produce a timeout
 only on travis and never locally. sorry about the cycles.



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

View the changeset: 
https://github.com/apache/httpd/compare/eb4bfff27e33...a32ff18e4e4c

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239830997?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#2059 (trunk - eb4bfff)

2021-10-14 Thread Travis CI
Build Update for apache/httpd
-

Build: #2059
Status: Fixed

Duration: 13 mins and 13 secs
Commit: eb4bfff (trunk)
Author: Stefan Eissing
Message:   *) mod_http2: disabling the 2 test cases failing on travis is 
interim 
 to not stand in other peoples way.



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

View the changeset: 
https://github.com/apache/httpd/compare/7891b6f69463...eb4bfff27e33

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239826514?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2058 (trunk - 7891b6f)

2021-10-14 Thread Travis CI
Build Update for apache/httpd
-

Build: #2058
Status: Still Failing

Duration: 13 mins and 15 secs
Commit: 7891b6f (trunk)
Author: Stefan Eissing
Message:   *) mod_http2: when pollset signals output, resume a streams data
 in nghttp2 every time without checks that response body bytes
 are available. This resolves the situation that a stream may stall
 when 2 consecutive H2HEADER buckets are sent (e.g. 103+200).



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

View the changeset: 
https://github.com/apache/httpd/compare/f23144a627f4...7891b6f69463

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239821573?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2057 (trunk - f23144a)

2021-10-14 Thread Travis CI
Build Update for apache/httpd
-

Build: #2057
Status: Still Failing

Duration: 10 mins and 16 secs
Commit: f23144a (trunk)
Author: Stefan Eissing
Message:   *) mod_http2: H2HEADER buckets have the correct lenght of zero and no
 longer smuggle the contained field lengths in this field. Instead
 the bytes reportded to mod_logio are counted specifically.



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

View the changeset: 
https://github.com/apache/httpd/compare/4fc7e978f032...f23144a627f4

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239820216?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#2056 (trunk - 4fc7e97)

2021-10-14 Thread Travis CI
Build Update for apache/httpd
-

Build: #2056
Status: Broken

Duration: 13 mins and 54 secs
Commit: 4fc7e97 (trunk)
Author: Stefan Eissing
Message:   *) mod_http2: no longer splitting buckets on adding them to a beam,
 accepting the whole bucket since no memory is saved by a split.
 Also, allowing meta buckets to be added to a "full" beam.
 Re-enabled test cases for travis verification.



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

View the changeset: 
https://github.com/apache/httpd/compare/959dabfd836c...4fc7e978f032

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239815704?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#2055 (trunk - 959dabf)

2021-10-13 Thread Travis CI
Build Update for apache/httpd
-

Build: #2055
Status: Fixed

Duration: 8 mins and 5 secs
Commit: 959dabf (trunk)
Author: Stefan Eissing
Message:   * test/modules/http2: marking 3 test cases for skip as they
fail on travis and need further analysis.



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

View the changeset: 
https://github.com/apache/httpd/compare/9b432e0ce070...959dabfd836c

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239761583?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2054 (trunk - 9b432e0)

2021-10-13 Thread Travis CI
Build Update for apache/httpd
-

Build: #2054
Status: Still Failing

Duration: 6 mins and 32 secs
Commit: 9b432e0 (trunk)
Author: Yann Ylavic
Message: mod_info: Output AP_MPMQ_MAX_DAEMONS instead of 
AP_MPMQ_MAX_DAEMON_USED.

The latter is maintained in the parent process only (for maintenance) and is
meaningless in the child process (by design).


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

View the changeset: 
https://github.com/apache/httpd/compare/01650d529447...9b432e0ce070

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239748110?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2053 (trunk - 01650d5)

2021-10-13 Thread Travis CI
Build Update for apache/httpd
-

Build: #2053
Status: Still Failing

Duration: 7 mins and 34 secs
Commit: 01650d5 (trunk)
Author: Stefan Eissing
Message:   * mod_http2: I regret my decision to have removed nghttp2 feature 
checks...



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

View the changeset: 
https://github.com/apache/httpd/compare/0935f7ec7753...01650d529447

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239742361?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2052 (trunk - 0935f7e)

2021-10-13 Thread Travis CI
Build Update for apache/httpd
-

Build: #2052
Status: Still Failing

Duration: 18 mins and 18 secs
Commit: 0935f7e (trunk)
Author: Stefan Eissing
Message:   * mod_http2: resurrecting check for nghttp function
nghttp2_session_callbacks_set_on_invalid_header_callback
adding test for proxy server header behaviour
making test fixture package scoped for better performance



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

View the changeset: 
https://github.com/apache/httpd/compare/672e736a1070...0935f7ec7753

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239736985?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2051 (trunk - 672e736)

2021-10-13 Thread Travis CI
Build Update for apache/httpd
-

Build: #2051
Status: Still Failing

Duration: 6 mins and 55 secs
Commit: 672e736 (trunk)
Author: Stefan Eissing
Message:   * mod_http2: checking for nghttp2 function 'set_no_closed_streams' 
on configure.
adapting test result expectations for new nghttp2 1.45 change in checking
pseudo header fields for invalid characters.



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

View the changeset: 
https://github.com/apache/httpd/compare/d4ec4a3c72e6...672e736a1070

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239728547?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Failed: apache/httpd#2050 (trunk - d4ec4a3)

2021-10-13 Thread Travis CI
Build Update for apache/httpd
-

Build: #2050
Status: Failed

Duration: 19 mins and 39 secs
Commit: d4ec4a3 (trunk)
Author: Stefan Eissing
Message:   * mod_http2: avoid the term "pushing" in documentation for 
H2StreamTimeout
as this has nothing to do with the HTTP/2 PUSH feature. 


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

View the changeset: 
https://github.com/apache/httpd/compare/93d3eca86d08...d4ec4a3c72e6

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239716011?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Failed: apache/httpd#2049 (trunk - 93d3eca)

2021-10-13 Thread Travis CI
Build Update for apache/httpd
-

Build: #2049
Status: Failed

Duration: 8 mins and 40 secs
Commit: 93d3eca (trunk)
Author: Stefan Eissing
Message:   *) mod_http2: resurrecting the check for older nghttp2 versions.



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

View the changeset: 
https://github.com/apache/httpd/compare/1c5c030a70dc...93d3eca86d08

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239715150?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#2048 (trunk - 174b3ab)

2021-10-13 Thread Travis CI
Build Update for apache/httpd
-

Build: #2048
Status: Errored

Duration: 11 mins and 44 secs
Commit: 174b3ab (trunk)
Author: Ruediger Pluem
Message: * Fix compiler warning about unused variable

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

View the changeset: 
https://github.com/apache/httpd/compare/6221624da6e6...174b3abcc390

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239711123?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2047 (trunk - bf7b392)

2021-10-12 Thread Travis CI
Build Update for apache/httpd
-

Build: #2047
Status: Still Failing

Duration: 12 mins and 23 secs
Commit: bf7b392 (trunk)
Author: Stefan Eissing
Message:   * mod_http2: fixing some compiler warnings.
length of output written now correctly calculated after buckets
have been read.
test cases updated.



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

View the changeset: 
https://github.com/apache/httpd/compare/59b7c104ce06...bf7b392b259f

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239678574?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Failed: apache/httpd#2046 (trunk - 59b7c10)

2021-10-12 Thread Travis CI
Build Update for apache/httpd
-

Build: #2046
Status: Failed

Duration: 11 mins and 46 secs
Commit: 59b7c10 (trunk)
Author: Yann Ylavic
Message: *) core: Be safe with ap_lingering_close() called with a socket 
NULL-ed.

PR 65627. 

mod_itk seems to:
  ap_set_core_module_config(c->conn_config, NULL)
before calling ap_lingering_close(), causing a crash after r1891721.
Until we have an API to no-op ap_lingering_close(), let's be safe.

* server/connection.c(ap_start_lingering_close):
  The socket should not be NULL here, add an assertion.

* server/connection.c(ap_lingering_close):
  Set c->aborted if the socket is NULL, and give up.

Submitted by: acmondor , ylavic



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

View the changeset: 
https://github.com/apache/httpd/compare/17471dfb938c...59b7c104ce06

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239664908?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2045 (trunk - 17471df)

2021-10-12 Thread Travis CI
Build Update for apache/httpd
-

Build: #2045
Status: Still Failing

Duration: 17 mins and 22 secs
Commit: 17471df (trunk)
Author: Stefan Eissing
Message: updated log tag to resolve duplicate.



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

View the changeset: 
https://github.com/apache/httpd/compare/01288f399d68...17471dfb938c

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239663408?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#2044 (trunk - 01288f3)

2021-10-12 Thread Travis CI
Build Update for apache/httpd
-

Build: #2044
Status: Errored

Duration: 19 mins and 34 secs
Commit: 01288f3 (trunk)
Author: Stefan Eissing
Message: more numbers

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

View the changeset: 
https://github.com/apache/httpd/compare/6a355db082d0...01288f399d68

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239663376?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#2043 (trunk - 6a355db)

2021-10-12 Thread Travis CI
Build Update for apache/httpd
-

Build: #2043
Status: Broken

Duration: 19 mins and 33 secs
Commit: 6a355db (trunk)
Author: Stefan Eissing
Message:   *) mod_http2:
 - Fixed an issue since 1.15.24 that "Server" headers in proxied requests
   were overwritten instead of preserved. [PR by @daum3ns]
 - Added directove 'H2StreamTimeout' to configure a separate value for 
HTTP/2
   streams, overriding server's 'Timeout' configuration. [rpluem]
 - HTTP/2 connections now use pollsets to monitor the status of the
   ongoing streams and their main connection when host OS allows this.
 - Removed work-arounds for older versions of libnghttp2 and checking
   during configure that at least version 1.15.0 is present.
 - The HTTP/2 connection state handler, based on an experiment and draft
   at the IETF http working group (abandoned for some time), has been 
removed.
 - H2SerializeHeaders no longer has an effect. A warning is logged when it 
is
   set to "on". The switch enabled the internal writing of requests to be 
parsed
   by the internal HTTP/1.1 protocol handler and was introduced to avoid
   potential incompatibilities during the introduction of HTTP/2.
 - Removed the abort/redo of tasks when mood swings lower the active limit.



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

View the changeset: 
https://github.com/apache/httpd/compare/b1a8055deea4...6a355db082d0

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239647985?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#2037 (trunk - fa7f375)

2021-10-09 Thread Travis CI
Build Update for apache/httpd
-

Build: #2037
Status: Broken

Duration: 3 mins and 24 secs
Commit: fa7f375 (trunk)
Author: Yann Ylavic
Message: mod_proxy_uwsgi: Remove duplicate slashes at the beginning of 
PATH_INFO.

To accommodate for configs like:
ProxyPass /uwsgi-pp uwsgi://localhost:8001/
which before r1892805 did not produce a leading double-slash in PATH_INFO.

Submitted by: rpluem



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

View the changeset: 
https://github.com/apache/httpd/compare/2baea6bf86a3...fa7f3753066c

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239483484?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#2036 (trunk - 2baea6b)

2021-10-08 Thread Travis CI
Build Update for apache/httpd
-

Build: #2036
Status: Fixed

Duration: 3 mins and 34 secs
Commit: 2baea6b (trunk)
Author: Ruediger Pluem
Message: * Good catch by Yann: This is dead code

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

View the changeset: 
https://github.com/apache/httpd/compare/d8b3d1f0f6ed...2baea6bf86a3

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239448423?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#2033 (trunk - d8b3d1f)

2021-10-08 Thread Travis CI
Build Update for apache/httpd
-

Build: #2033
Status: Broken

Duration: 17 mins and 29 secs
Commit: d8b3d1f (trunk)
Author: Ruediger Pluem
Message: * Make aliases more robust against potential traversal attacks, by 
using
  apr_filepath_merge to merge the real path and the remainder of the fake
  path like we do in the same situation for resources mapped by
  DocumentRoot.


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

View the changeset: 
https://github.com/apache/httpd/compare/861c15e03c41...d8b3d1f0f6ed

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239420393?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/httpd#2027 (2.4.51 - 275f2c2)

2021-10-07 Thread Travis CI
Build Update for apache/httpd
-

Build: #2027
Status: Passed

Duration: 21 mins and 10 secs
Commit: 275f2c2 (2.4.51)
Author: Stefan Eissing
Message: release 2.4.51 from voted 2.4.51-rc1

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

View the changeset: 
https://github.com/apache/httpd/compare/87ad5964a936^...275f2c2d7f32

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239352053?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/httpd#2026 (candidate-2.4.51-rc1 - 7193538)

2021-10-07 Thread Travis CI
Build Update for apache/httpd
-

Build: #2026
Status: Passed

Duration: 20 mins and 29 secs
Commit: 7193538 (candidate-2.4.51-rc1)
Author: Stefan Eissing
Message: Post 2.4.51-rc1 tag updates

git-svn-id: 
https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.51-rc1@1893986 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: 
https://github.com/apache/httpd/compare/fc143ab55c53...402159afad22

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239340141?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/httpd#2025 (candidate-2.4.51-rc1 - 87ad596)

2021-10-07 Thread Travis CI
Build Update for apache/httpd
-

Build: #2025
Status: Passed

Duration: 17 mins and 5 secs
Commit: 87ad596 (candidate-2.4.51-rc1)
Author: Stefan Eissing
Message: Tag branches/2.4.x@1893984 as 2.4.51-rc1

git-svn-id: 
https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.51-rc1@1893985 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: https://github.com/apache/httpd/commit/87ad5964a936

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239340006?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#2022 (trunk - 499f5d1)

2021-10-07 Thread Travis CI
Build Update for apache/httpd
-

Build: #2022
Status: Fixed

Duration: 20 mins and 26 secs
Commit: 499f5d1 (trunk)
Author: Yann Ylavic
Message: Fix ap_mmn.h after r1893971.

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

View the changeset: 
https://github.com/apache/httpd/compare/607bc8677fa8...499f5d137c0f

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239337135?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#2020 (2.4.x - c3a95d7)

2021-10-07 Thread Travis CI
Build Update for apache/httpd
-

Build: #2020
Status: Broken

Duration: 21 mins and 29 secs
Commit: c3a95d7 (2.4.x)
Author: Yann Ylavic
Message: Merge r1893971 from trunk:

core: Add ap_unescape_url_ex() for better decoding control, and deprecate
  unused AP_NORMALIZE_DROP_PARAMETERS flag.
 
Submitted by: ylavic
Reviewed by: ylavic, icing, gbechis


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

View the changeset: 
https://github.com/apache/httpd/compare/9ec872f21e21...c3a95d75da78

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239336547?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2019 (trunk - 5c385f2)

2021-10-07 Thread Travis CI
Build Update for apache/httpd
-

Build: #2019
Status: Still Failing

Duration: 26 mins and 29 secs
Commit: 5c385f2 (trunk)
Author: Yann Ylavic
Message: test/modules/http2: more encoding tests.

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

View the changeset: 
https://github.com/apache/httpd/compare/48b5dfd6968c...5c385f2b6c83

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239334595?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2018 (trunk - 48b5dfd)

2021-10-07 Thread Travis CI
Build Update for apache/httpd
-

Build: #2018
Status: Still Failing

Duration: 27 mins and 29 secs
Commit: 48b5dfd (trunk)
Author: Yann Ylavic
Message: core: Add ap_unescape_url_ex() for better decoding control, and 
deprecate
  unused AP_NORMALIZE_DROP_PARAMETERS flag.
 


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

View the changeset: 
https://github.com/apache/httpd/compare/7ecfc5b3a8f6...48b5dfd6968c

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239334523?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2017 (trunk - 7ecfc5b)

2021-10-07 Thread Travis CI
Build Update for apache/httpd
-

Build: #2017
Status: Still Failing

Duration: 13 mins and 53 secs
Commit: 7ecfc5b (trunk)
Author: Ruediger Pluem
Message: * Fix memory leak in case of failures to load the private key.

PR: 65620


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

View the changeset: 
https://github.com/apache/httpd/compare/e77dffef9aa8...7ecfc5b3a8f6

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239334187?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2016 (trunk - e77dffe)

2021-10-07 Thread Travis CI
Build Update for apache/httpd
-

Build: #2016
Status: Still Failing

Duration: 22 mins and 19 secs
Commit: e77dffe (trunk)
Author: Joe Orton
Message: * modules/ssl/ssl_engine_init.c (ssl_init_ctx_callbacks,
  ssl_init_server_certs): Flip logic for enabling/disabling DH auto
  parameter selection for OpenSSL 1.1+ to be simpler and consistent
  with auto ECDH curve selection.


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

View the changeset: 
https://github.com/apache/httpd/compare/34f7c6ed3bd6...e77dffef9aa8

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239326637?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2015 (trunk - 34f7c6e)

2021-10-07 Thread Travis CI
Build Update for apache/httpd
-

Build: #2015
Status: Still Failing

Duration: 8 mins and 20 secs
Commit: 34f7c6e (trunk)
Author: Stefan Eissing
Message:  * changed status expectations 



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

View the changeset: 
https://github.com/apache/httpd/compare/47c7dc7f0976...34f7c6ed3bd6

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239317428?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2014 (trunk - 47c7dc7)

2021-10-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #2014
Status: Still Failing

Duration: 17 mins and 59 secs
Commit: 47c7dc7 (trunk)
Author: Stefan Eissing
Message:  * another encoding test for a file with % in its name


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

View the changeset: 
https://github.com/apache/httpd/compare/5b2174d5c07e...47c7dc7f0976

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239281391?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#2013 (trunk - 5b2174d)

2021-10-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #2013
Status: Still Failing

Duration: 16 mins and 35 secs
Commit: 5b2174d (trunk)
Author: Stefan Eissing
Message:  * additional encoding test



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

View the changeset: 
https://github.com/apache/httpd/compare/76f900fcd889...5b2174d5c07e

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239279713?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#2012 (trunk - 76f900f)

2021-10-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #2012
Status: Broken

Duration: 20 mins and 18 secs
Commit: 76f900f (trunk)
Author: Stefan Eissing
Message:  * extending h2 tests with url encodings, 3 of which currently fail.



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

View the changeset: 
https://github.com/apache/httpd/compare/dd5f2cc3dfff...76f900fcd889

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239248961?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/httpd#2008 (2.4.50 - 6439048)

2021-10-04 Thread Travis CI
Build Update for apache/httpd
-

Build: #2008
Status: Passed

Duration: 4 mins and 57 secs
Commit: 6439048 (2.4.50)
Author: Stefan Eissing
Message: release 2.4.50 from voted 2.4.50-rc1

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

View the changeset: 
https://github.com/apache/httpd/compare/9c74bec6f343^...64390481929c

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/239026407?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/httpd#2003 (candidate-2.4.50-rc1 - e95bf67)

2021-10-01 Thread Travis CI
Build Update for apache/httpd
-

Build: #2003
Status: Passed

Duration: 17 mins and 45 secs
Commit: e95bf67 (candidate-2.4.50-rc1)
Author: Stefan Eissing
Message: Post 2.4.50-rc1 tag updates

git-svn-id: 
https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.50-rc1@1893787 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: 
https://github.com/apache/httpd/compare/444a60f87a08...2fa8a156260f

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238928513?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/httpd#2002 (candidate-2.4.50-rc1 - 9c74bec)

2021-10-01 Thread Travis CI
Build Update for apache/httpd
-

Build: #2002
Status: Passed

Duration: 30 mins and 30 secs
Commit: 9c74bec (candidate-2.4.50-rc1)
Author: Stefan Eissing
Message: Tag branches/2.4.x@1893785 as 2.4.50-rc1

git-svn-id: 
https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.50-rc1@1893786 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: https://github.com/apache/httpd/commit/9c74bec6f343

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238928287?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1983 (trunk - 3d2842e)

2021-09-24 Thread Travis CI
Build Update for apache/httpd
-

Build: #1983
Status: Fixed

Duration: 29 mins and 34 secs
Commit: 3d2842e (trunk)
Author: Yann Ylavic
Message: mod_proxy: Add tunnel_forward hook.

* modules/proxy/mod_proxy.h, modules/proxy/mod_proxy.c:
  Declare/implement the hook.

* modules/proxy/proxy_util.c(proxy_transfer):
  Run tunnel_forward hooks when called by the tunneling loop.
  Simpler input/output brigade cleanup on exit.



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

View the changeset: 
https://github.com/apache/httpd/compare/b44b9b6b2a4a...3d2842e915d2

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238441256?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1981 (trunk - b44b9b6)

2021-09-24 Thread Travis CI
Build Update for apache/httpd
-

Build: #1981
Status: Broken

Duration: 13 mins and 26 secs
Commit: b44b9b6 (trunk)
Author: Yann Ylavic
Message: mod_proxy: Handle ap_proxy_buckets_lifetime_transform() errors.

* modules/proxy/mod_proxy.h,modules/proxy/proxy_util.c:
  Add ap_proxy_fill_error_brigade() to factorize proxy error handling
  on the client connection side.

* modules/proxy/mod_proxy_{http,ajp,uwsgi}.c:
  Use ap_proxy_fill_error_brigade() where needed, including when an
  empty brigade is returned on the backend side or when calling
  ap_proxy_buckets_lifetime_transform fails.



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

View the changeset: 
https://github.com/apache/httpd/compare/074d55133a2a...b44b9b6b2a4a

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238419575?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1978 (trunk - 63da5b9)

2021-09-24 Thread Travis CI
Build Update for apache/httpd
-

Build: #1978
Status: Errored

Duration: 24 mins and 4 secs
Commit: 63da5b9 (trunk)
Author: Yann Ylavic
Message: mod_proxy: typedef struct proxy_tunnel_conn proxy_tunnel_conn_t.



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

View the changeset: 
https://github.com/apache/httpd/compare/df3a6135551e...63da5b997fcb

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238415201?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1975 (trunk - 7f08c2b)

2021-09-24 Thread Travis CI
Build Update for apache/httpd
-

Build: #1975
Status: Fixed

Duration: 11 mins and 17 secs
Commit: 7f08c2b (trunk)
Author: Ruediger Pluem
Message: * Correctly handle errors returned by dav providers on REPORT requests.

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

View the changeset: 
https://github.com/apache/httpd/compare/1032155c5720...7f08c2bfa117

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238402524?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Failed: apache/httpd#1974 (trunk - 1032155)

2021-09-23 Thread Travis CI
Build Update for apache/httpd
-

Build: #1974
Status: Failed

Duration: 22 mins and 5 secs
Commit: 1032155 (trunk)
Author: Christophe Jaillet
Message: Tentative update to reduce noise in travis log (i.e. tons of AH02637).

Just switch 2 tests in 'dialup_handler()' when deciding to DECLINE something.

If mod_dialup is not configured, there is no need lo log anything about an
mpm that doesn't support something that is finally not used.

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

View the changeset: 
https://github.com/apache/httpd/compare/61a5af6ac2c2...1032155c5720

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238377854?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1972 (trunk - 61a5af6)

2021-09-23 Thread Travis CI
Build Update for apache/httpd
-

Build: #1972
Status: Errored

Duration: 34 mins and 25 secs
Commit: 61a5af6 (trunk)
Author: Stefan Eissing
Message: mod_http2: fixed speling error.


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

View the changeset: 
https://github.com/apache/httpd/compare/ebf7cf2faf3f...61a5af6ac2c2

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238345076?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1967 (trunk - 505c4fc)

2021-09-23 Thread Travis CI
Build Update for apache/httpd
-

Build: #1967
Status: Broken

Duration: 10 mins and 41 secs
Commit: 505c4fc (trunk)
Author: Ruediger Pluem
Message: * t/modules/http2.t is gone since 1893547. So do not use it any longer 
in
  HTTP/2 tests and remove the dependency on Protocol::HTTP2::Client. 
  Update test/travis_run_linux.sh to handle NO_TEST_FRAMEWORK.


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

View the changeset: 
https://github.com/apache/httpd/compare/0557043c0244...505c4fcb9a3f

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238331945?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1959 (trunk - 0557043)

2021-09-23 Thread Travis CI
Build Update for apache/httpd
-

Build: #1959
Status: Fixed

Duration: 11 mins and 41 secs
Commit: 0557043 (trunk)
Author: Yann Ylavic
Message: mod_rewrite: Follow up to r1893519: Handle potential 
"unix://[authority]/".

is_absolute_uri() should return the offset to the authority part, if any.



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

View the changeset: 
https://github.com/apache/httpd/compare/8720881b0634...0557043c0244

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238315502?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1958 (trunk - 8720881)

2021-09-22 Thread Travis CI
Build Update for apache/httpd
-

Build: #1958
Status: Broken

Duration: 9 mins and 29 secs
Commit: 8720881 (trunk)
Author: Ruediger Pluem
Message: * Correctly decrement active_daemons also in the case that the child
  process decides on its own to die because of MaxRequestsPerChild.

PR: 65592


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

View the changeset: 
https://github.com/apache/httpd/compare/6d476a66956a...8720881b0634

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238277617?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1956 (trunk - 6d76cbb)

2021-09-22 Thread Travis CI
Build Update for apache/httpd
-

Build: #1956
Status: Broken

Duration: 21 mins and 37 secs
Commit: 6d76cbb (trunk)
Author: Yann Ylavic
Message: mod_rewrite: Fix UDS ("unix:") scheme for [P] rules.  PR 57691 + 65590.

Handle the unix: scheme as an obsolute URI or a rule like:
  RewriteRule ^/(.*) unix:/path/to/uds.sock|fcgi://localhost/$1 [P]
sets r->filename for /index.html as:
  
proxy:http://www.example.com/unix:/path/to/uds.sock|http://localhost/index.html
instead of the expected:
  proxy:unix:/path/to/uds.sock|http://localhost/index.html

Submitted by: Janne Peltonen 
Reviewed by: ylavic



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

View the changeset: 
https://github.com/apache/httpd/compare/994787e1262a...6d76cbb9100b

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238275176?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1955 (trunk - dda1303)

2021-09-21 Thread Travis CI
Build Update for apache/httpd
-

Build: #1955
Status: Fixed

Duration: 9 mins and 52 secs
Commit: dda1303 (trunk)
Author: Yann Ylavic
Message: mod_optional_hook_import: debug message at APLOG_DEBUG level.



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

View the changeset: 
https://github.com/apache/httpd/compare/a117a32b044a...dda130347ee4

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238186133?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1954 (trunk - a117a32)

2021-09-21 Thread Travis CI
Build Update for apache/httpd
-

Build: #1954
Status: Broken

Duration: 11 mins and 46 secs
Commit: a117a32 (trunk)
Author: Ruediger Pluem
Message: * Follow up to r1893497: Make use of ap_pre_connection in mpm_motorz 
and mpm_simple_io

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

View the changeset: 
https://github.com/apache/httpd/compare/6d9a8cd1f243...a117a32b044a

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238181239?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/httpd#1951 (trunk - 8e54d27)

2021-09-20 Thread Travis CI
Build Update for apache/httpd
-

Build: #1951
Status: Passed

Duration: 21 mins and 14 secs
Commit: 8e54d27 (trunk)
Author: Yann Ylavic
Message: No nullglob with ls..

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

View the changeset: 
https://github.com/apache/httpd/compare/c64996059289...8e54d2793c4c

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238072128?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1950 (trunk - c649960)

2021-09-20 Thread Travis CI
Build Update for apache/httpd
-

Build: #1950
Status: Errored

Duration: 29 mins and 3 secs
Commit: c649960 (trunk)
Author: Yann Ylavic
Message: mod_example_hooks, mod_optional_fn_export: debug messages at 
APLOG_DEBUG level

Switch from APLOG_NOTICE/ERR to APLOG_DEBUG to avoid filling the logs.


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

View the changeset: 
https://github.com/apache/httpd/compare/59a5a8d3e516...c64996059289

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238071274?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1948 (trunk - 59a5a8d)

2021-09-20 Thread Travis CI
Build Update for apache/httpd
-

Build: #1948
Status: Errored

Duration: 24 mins and 26 secs
Commit: 59a5a8d (trunk)
Author: Yann Ylavic
Message: More of test -n wants a single argument.

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

View the changeset: 
https://github.com/apache/httpd/compare/e711176bde27...59a5a8d3e516

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238066646?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Failed: apache/httpd#1947 (trunk - e711176)

2021-09-20 Thread Travis CI
Build Update for apache/httpd
-

Build: #1947
Status: Failed

Duration: 17 mins and 58 secs
Commit: e711176 (trunk)
Author: Yann Ylavic
Message: test -n wants a single argument.

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

View the changeset: 
https://github.com/apache/httpd/compare/266ae085c342...e711176bde27

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238056592?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1946 (trunk - 266ae08)

2021-09-20 Thread Travis CI
Build Update for apache/httpd
-

Build: #1946
Status: Errored

Duration: 24 mins and 24 secs
Commit: 266ae08 (trunk)
Author: Yann Ylavic
Message: MPMs: cap idle_spawn_rate to MAX_SPAWN_RATE.

idle_spawn_rate *= 2 can go above MAX_SPAWN_RATE at some point, and it's not
enough for MAX_SPAWN_RATE to be a power of two for MPMs event and worker since
idle_spawn_rate is per bucket (num_buckets is not necessarily a power of two).

Let's cap on the other MPMs too should MAX_SPAWN_RATE change in the future.



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

View the changeset: 
https://github.com/apache/httpd/compare/363472acfd97...266ae085c342

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/238052766?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1945 (2.4.x - 49b7da3)

2021-09-19 Thread Travis CI
Build Update for apache/httpd
-

Build: #1945
Status: Fixed

Duration: 13 mins and 10 secs
Commit: 49b7da3 (2.4.x)
Author: Christophe Jaillet
Message: Remove useless CHANGES entry + trigger CI

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

View the changeset: 
https://github.com/apache/httpd/compare/2dcc0bb4fe42...49b7da3f5212

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237990460?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1944 (trunk - 363472a)

2021-09-18 Thread Travis CI
Build Update for apache/httpd
-

Build: #1944
Status: Errored

Duration: 18 mins and 9 secs
Commit: 363472a (trunk)
Author: Yann Ylavic
Message: ci: show >debug logs only.

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

View the changeset: 
https://github.com/apache/httpd/compare/fac88add451e...363472acfd97

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237965596?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1943 (trunk - fac88ad)

2021-09-18 Thread Travis CI
Build Update for apache/httpd
-

Build: #1943
Status: Errored

Duration: 14 mins and 42 secs
Commit: fac88ad (trunk)
Author: Yann Ylavic
Message: Trigger ci.

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

View the changeset: 
https://github.com/apache/httpd/compare/aba49a1f744f...fac88add451e

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237965505?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1942 (trunk - aba49a1)

2021-09-18 Thread Travis CI
Build Update for apache/httpd
-

Build: #1942
Status: Errored

Duration: 19 mins and 17 secs
Commit: aba49a1 (trunk)
Author: Yann Ylavic
Message: ci: show non-traceX logs only.

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

View the changeset: 
https://github.com/apache/httpd/compare/58910e2b87a4...aba49a1f744f

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237965337?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1941 (trunk - 58910e2)

2021-09-18 Thread Travis CI
Build Update for apache/httpd
-

Build: #1941
Status: Errored

Duration: 15 mins and 41 secs
Commit: 58910e2 (trunk)
Author: Yann Ylavic
Message: ci: print error_log on perl-framework failure.

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

View the changeset: 
https://github.com/apache/httpd/compare/00e2ca574f6e...58910e2b87a4

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237965208?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1938 (2.4.x - 2dcc0bb)

2021-09-17 Thread Travis CI
Build Update for apache/httpd
-

Build: #1938
Status: Broken

Duration: 19 mins and 11 secs
Commit: 2dcc0bb (2.4.x)
Author: Stefan Eissing
Message: Merge of /httpd/httpd/trunk:r1893399

  *) mod_md: when MDMessageCmd for a 'challenge-setup::'
 fails (!= 0 exit), the renewal process is aborted and an error is
 reported for the MDomain. This provides scripts that distribute
 information in a cluster to abort early with bothering an ACME
 server to validate a dns name that will not work. The common
 retry logic will make another attempt in the future, as with
 other failures.
 Fixed a bug when adding private key specs to an already working
 MDomain, see .



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

View the changeset: 
https://github.com/apache/httpd/compare/22382addd193...2dcc0bb4fe42

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237908149?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1937 (trunk - 00e2ca5)

2021-09-17 Thread Travis CI
Build Update for apache/httpd
-

Build: #1937
Status: Broken

Duration: 11 mins and 56 secs
Commit: 00e2ca5 (trunk)
Author: Stefan Eissing
Message:   *) mod_md: when MDMessageCmd for a 'challenge-setup::'
 fails (!= 0 exit), the renewal process is aborted and an error is
 reported for the MDomain. This provides scripts that distribute
 information in a cluster to abort early with bothering an ACME
 server to validate a dns name that will not work. The common
 retry logic will make another attempt in the future, as with
 other failures.
 Fixed a bug when adding private key specs to an already working
 MDomain, see .



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

View the changeset: 
https://github.com/apache/httpd/compare/44abd7180eba...00e2ca574f6e

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237906294?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/httpd#1932 (2.4.49 - bd35112)

2021-09-15 Thread Travis CI
Build Update for apache/httpd
-

Build: #1932
Status: Passed

Duration: 16 mins and 33 secs
Commit: bd35112 (2.4.49)
Author: Stefan Eissing
Message: release vote passed for 2.4.49


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

View the changeset: 
https://github.com/apache/httpd/compare/6e215ab9f023^...bd351125ec14

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237698984?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/httpd#1893 (trunk - fa99bd5)

2021-09-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #1893
Status: Passed

Duration: 9 mins and 23 secs
Commit: fa99bd5 (trunk)
Author: Yann Ylavic
Message: mod_unique_id: Follow up to r1892915 and r1893002: Atomic counter.

* modules/metadata/mod_unique_id.c(gen_unique_id):
  Use an atomic 32bit counter to close the race condition, using the lower
  16 bits for uuencoding still.



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

View the changeset: 
https://github.com/apache/httpd/compare/13d3c1926aa7...fa99bd5bf667

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237059004?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1892 (trunk - 13d3c19)

2021-09-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #1892
Status: Errored

Duration: 11 mins and 1 sec
Commit: 13d3c19 (trunk)
Author: Yann Ylavic
Message: mod_unique_id: Follow up to r1892915: Shorter counter race condition 
yet.

* modules/metadata/mod_unique_id.c(gen_unique_id):
  Set the counter in network byte order for uuencoding only, allowing for
  simple cur_unique_id.counter++



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

View the changeset: 
https://github.com/apache/httpd/compare/9fdd6a91fbc9...13d3c1926aa7

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237055136?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1888 (trunk - 47e6ece)

2021-09-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #1888
Status: Errored

Duration: 24 mins and 19 secs
Commit: 47e6ece (trunk)
Author: Yann Ylavic
Message: mod_proxy: Follow up to r1892986: APLOGNO()

Stefan get out of this body! :)


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

View the changeset: 
https://github.com/apache/httpd/compare/fe32f679f4f9...47e6ecef2083

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237013503?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1888 (trunk - 47e6ece)

2021-09-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #1888
Status: Errored

Duration: 25 mins and 54 secs
Commit: 47e6ece (trunk)
Author: Yann Ylavic
Message: mod_proxy: Follow up to r1892986: APLOGNO()

Stefan get out of this body! :)


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

View the changeset: 
https://github.com/apache/httpd/compare/fe32f679f4f9...47e6ecef2083

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237013503?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1888 (trunk - 47e6ece)

2021-09-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #1888
Status: Errored

Duration: 32 mins and 23 secs
Commit: 47e6ece (trunk)
Author: Yann Ylavic
Message: mod_proxy: Follow up to r1892986: APLOGNO()

Stefan get out of this body! :)


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

View the changeset: 
https://github.com/apache/httpd/compare/fe32f679f4f9...47e6ecef2083

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237013503?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1887 (trunk - fe32f67)

2021-09-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #1887
Status: Errored

Duration: 40 mins and 3 secs
Commit: fe32f67 (trunk)
Author: Yann Ylavic
Message: mod_proxy: Follow up to r1892814.

* modules/proxy/proxy_util.c(fix_uds_filename):
  Sanity checks on the configured UDS path, fail with 500 if invalid since
  continuing through proxy processing wouldn't work as expected.



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

View the changeset: 
https://github.com/apache/httpd/compare/9c8178f7b70b...fe32f679f4f9

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237012529?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/httpd#1886 (2.4.x - 1e93923)

2021-09-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #1886
Status: Passed

Duration: 39 mins and 32 secs
Commit: 1e93923 (2.4.x)
Author: Yann Ylavic
Message: Merge r1892915 from trunk:

Reduce the time window where duplicates may be generated by mod_uniqueid

Submitted by: jailletc36
Reviewed by: jailletc36, jorton, icing


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

View the changeset: 
https://github.com/apache/httpd/compare/123e27c56004...1e939238745c

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237011676?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1885 (2.4.x - 123e27c)

2021-09-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #1885
Status: Errored

Duration: 29 mins and 34 secs
Commit: 123e27c (2.4.x)
Author: Yann Ylavic
Message: Merge r1892914 from trunk:

Revert r1887244 and r1887245 which causes issues on Windows

Submitted by: jailletc36
Reviewed by: jailletc36, icing, jorton


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

View the changeset: 
https://github.com/apache/httpd/compare/e900039c6aa7...123e27c56004

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/237009320?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/httpd#1883 (candidate-2.4.49-rc1 - ce533c8)

2021-09-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #1883
Status: Passed

Duration: 21 mins and 22 secs
Commit: ce533c8 (candidate-2.4.49-rc1)
Author: Stefan Eissing
Message: Post  tag updates

git-svn-id: 
https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.49-rc1@1892975 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: 
https://github.com/apache/httpd/compare/00a6d3a70ecf...cc5a9f9c846a

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/236997141?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/httpd#1882 (candidate-2.4.49-rc1 - 6e215ab)

2021-09-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #1882
Status: Passed

Duration: 21 mins and 30 secs
Commit: 6e215ab (candidate-2.4.49-rc1)
Author: Stefan Eissing
Message: Tag branches/2.4.x@1892973 as 2.4.49-rc1

git-svn-id: 
https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.49-rc1@1892974 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: https://github.com/apache/httpd/commit/6e215ab9f023

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/236996874?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1872 (candidate-2.4.49 - bbacd79)

2021-09-03 Thread Travis CI
Build Update for apache/httpd
-

Build: #1872
Status: Fixed

Duration: 16 mins and 57 secs
Commit: bbacd79 (candidate-2.4.49)
Author: Stefan Eissing
Message: Post  tag updates

git-svn-id: 
https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.49@1892866 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: 
https://github.com/apache/httpd/compare/a4dc599605d3...185b02d9fda7

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/236895546?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1871 (candidate-2.4.49 - 5d8a82e)

2021-09-03 Thread Travis CI
Build Update for apache/httpd
-

Build: #1871
Status: Fixed

Duration: 16 mins and 56 secs
Commit: 5d8a82e (candidate-2.4.49)
Author: Stefan Eissing
Message: Tag branches/2.4.x@1892863 as 2.4.49

git-svn-id: 
https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.49@1892865 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: 
https://github.com/apache/httpd/compare/249100054faf...a4dc599605d3

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/236895228?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1862 (2.4.x - b15b9a5)

2021-09-03 Thread Travis CI
Build Update for apache/httpd
-

Build: #1862
Status: Broken

Duration: 26 mins and 38 secs
Commit: b15b9a5 (2.4.x)
Author: Nilgun Belma Buguner
Message: update transformations. 

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

View the changeset: 
https://github.com/apache/httpd/compare/65fcb0194c86...b15b9a590288

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/236874643?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Failed: apache/httpd#1859 (candidate-2.4.49 - ababb7a)

2021-09-02 Thread Travis CI
Build Update for apache/httpd
-

Build: #1859
Status: Failed

Duration: 24 mins and 2 secs
Commit: ababb7a (candidate-2.4.49)
Author: Stefan Eissing
Message: Post  tag updates

git-svn-id: 
https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.49@1892813 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: 
https://github.com/apache/httpd/compare/3566f1dd4b1d...249100054faf

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/236802508?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Failed: apache/httpd#1857 (candidate-2.4.49 - d458b74)

2021-09-02 Thread Travis CI
Build Update for apache/httpd
-

Build: #1857
Status: Failed

Duration: 21 mins and 29 secs
Commit: d458b74 (candidate-2.4.49)
Author: Stefan Eissing
Message: release candidate 2.4.49

git-svn-id: 
https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.49@1892809 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: 
https://github.com/apache/httpd/compare/d990cfa86dec...3566f1dd4b1d

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/236796377?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Failed: apache/httpd#1856 (candidate-2.4.49 - cd5b61d)

2021-09-02 Thread Travis CI
Build Update for apache/httpd
-

Build: #1856
Status: Failed

Duration: 24 mins and 12 secs
Commit: cd5b61d (candidate-2.4.49)
Author: Stefan Eissing
Message: release candidate 2.4.49

git-svn-id: 
https://svn.apache.org/repos/asf/httpd/httpd/tags/candidate-2.4.49@1892807 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: https://github.com/apache/httpd/commit/cd5b61dc60c4

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/236795061?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Canceled: apache/httpd#1841 (trunk - 376e04c)

2021-08-25 Thread Travis CI
Build Update for apache/httpd
-

Build: #1841
Status: Canceled

Duration: ?
Commit: 376e04c (trunk)
Author: Stefan Eissing
Message:  * test/modules/http2: using stop/start instead of reload when 
changing apache configs
   to give reliable results. The new reload behaviour keeps old children around 
until
   very late and may answer on old configurations.



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

View the changeset: 
https://github.com/apache/httpd/compare/f390a459161e...376e04c95aed

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/236198374?utm_medium=notification_source=email

  Restart your build: 
https://app.travis-ci.com/github/apache/httpd/builds/236198374?utm_medium=notification_source=email

--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Canceled: apache/httpd#1842 (trunk - 3259f23)

2021-08-25 Thread Travis CI
Build Update for apache/httpd
-

Build: #1842
Status: Canceled

Duration: ?
Commit: 3259f23 (trunk)
Author: Stefan Eissing
Message: mod_http2: fixes a use-after-read of an integer value when
   passing a stream identifier for further IO checking. A
   non-issue since an int value matching no active stream
   will lead to no action.



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

View the changeset: 
https://github.com/apache/httpd/compare/376e04c95aed...3259f2346014

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/236201215?utm_medium=notification_source=email

  Restart your build: 
https://app.travis-ci.com/github/apache/httpd/builds/236201215?utm_medium=notification_source=email

--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1839 (trunk - f390a45)

2021-08-25 Thread Travis CI
Build Update for apache/httpd
-

Build: #1839
Status: Fixed

Duration: 20 mins and 38 secs
Commit: f390a45 (trunk)
Author: Yann Ylavic
Message: mpm_{event,worker,prefork}: follow up to r1892587: restore ungraceful 
on MPM change.

While at it add a comment for the rationale, including for MPM motorz.


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

View the changeset: 
https://github.com/apache/httpd/compare/243c5fad0a8d...f390a459161e

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/236173878?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-24 Thread Travis CI
Build Update for apache/httpd
-

Build: #1831
Status: Broken

Duration: 21 mins and 33 secs
Commit: 243c5fa (trunk)
Author: Yann Ylavic
Message: mpm_{event,worker,prefork}: late stop of children processes on restart.

Change how the main process handles restarts, from:
0. 
1. stop old generation of children processes (graceful or not)
2. reload new configuration
3. start new generation of children processes
to:
0. 
1. reload new configuration
2. stop old generation of children processes (graceful or not)
3. start new generation of children processes

The delay between stop and start is now very short and does not depend on the
reload time (which can be quite long with many vhosts and/or complex setups
with regexps or whatever third party components to compile).

Also, while reloading, the old generation of children processes keeps accepting
and handling incoming connections until the new generation is up to take over.

* os/unix/unixd.c (sig_term, sig_restart):
  Set AP_MPMQ_STOPPING only once.

* server/listen.c (ap_duplicate_listeners):
  Use ap_log_error() the main server instead of ap_log_perror().

* server/mpm/{event,worker,prefork}/{event,worker,prefork}.c
({event,worker,prefork}_retained_data):
  Save the generation pool pointer (gen_pool) and all the buckets here, they
  won't be cleared before the reload like pconf so they need a persitent
  storage accross restarts (i.e. retained->gen_pool).

* server/mpm/{event,worker,prefork}/{event,worker,prefork}.c
(perform_idle_server_maintenance, child_main, make_child):
  Change usage of all_buckets (previously with global/static scope) to the new
  retained->buckets array.



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

View the changeset: 
https://github.com/apache/httpd/compare/9acfea84831e...243c5fad0a8d

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/236134359?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1820 (2.4.x - 066b7cd)

2021-08-22 Thread Travis CI
Build Update for apache/httpd
-

Build: #1820
Status: Fixed

Duration: 10 mins and 27 secs
Commit: 066b7cd (2.4.x)
Author: Graham Leggett
Message: Vote.


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

View the changeset: 
https://github.com/apache/httpd/compare/f41ac38fe3ac...066b7cd5cdf8

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/235930194?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1819 (2.4.x - f41ac38)

2021-08-22 Thread Travis CI
Build Update for apache/httpd
-

Build: #1819
Status: Broken

Duration: 10 mins and 53 secs
Commit: f41ac38 (2.4.x)
Author: Graham Leggett
Message: Vote.


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

View the changeset: 
https://github.com/apache/httpd/compare/a9c22fa03283...f41ac38fe3ac

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/235930038?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1791 (2.4.x - 180ef64)

2021-08-16 Thread Travis CI
Build Update for apache/httpd
-

Build: #1791
Status: Fixed

Duration: 3 mins and 37 secs
Commit: 180ef64 (2.4.x)
Author: Stefan Eissing
Message: Merge 1892185,1892207 from trunk:

 *) core: ap_timeout_parameter_parse UBI fuzz fix followup



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

View the changeset: 
https://github.com/apache/httpd/compare/9be3b39a2f55...180ef6455b3b

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/235469375?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#1790 (2.4.x - 9be3b39)

2021-08-16 Thread Travis CI
Build Update for apache/httpd
-

Build: #1790
Status: Still Failing

Duration: 3 mins and 44 secs
Commit: 9be3b39 (2.4.x)
Author: Jim Jagielski
Message: Cast some votes!



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

View the changeset: 
https://github.com/apache/httpd/compare/c38aad5351f0...9be3b39a2f55

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/235466927?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Still Failing: apache/httpd#1789 (2.4.x - dfb06aa)

2021-08-16 Thread Travis CI
Build Update for apache/httpd
-

Build: #1789
Status: Still Failing

Duration: 4 mins and 13 secs
Commit: dfb06aa (2.4.x)
Author: Graham Leggett
Message: Update MMN.


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

View the changeset: 
https://github.com/apache/httpd/compare/de7104cff69a...dfb06aa18366

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/235454955?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Errored: apache/httpd#1788 (trunk - 7fb2910)

2021-08-11 Thread Travis CI
Build Update for apache/httpd
-

Build: #1788
Status: Errored

Duration: 6 hrs, 19 mins, and 40 secs
Commit: 7fb2910 (trunk)
Author: Eric Covener
Message: tolerate apr-1.5


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

View the changeset: 
https://github.com/apache/httpd/compare/9226cbc6b924...7fb2910feb88

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/235057092?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1787 (trunk - 9226cbc)

2021-08-10 Thread Travis CI
Build Update for apache/httpd
-

Build: #1787
Status: Fixed

Duration: 3 mins and 45 secs
Commit: 9226cbc (trunk)
Author: Christophe Jaillet
Message: Follow up to 1892038, 1892063.

Improve fix to please a fuzzer which reports:
   util.c:2713:26: runtime error: signed integer overflow:
    * 1000 cannot be represented in type 'long'

Compute the maximum limit for each case 's', 'h', 'ms' and 'mi' and make sure 
that the input is below this value.

While at it, move a comment to make things more consistent and use 
'apr_time_from_msec() instead of hand writing it.

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

View the changeset: 
https://github.com/apache/httpd/compare/30db75534d67...9226cbc6b924

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/234983779?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1786 (2.4.x - 79a84dc)

2021-08-10 Thread Travis CI
Build Update for apache/httpd
-

Build: #1786
Status: Broken

Duration: 3 mins and 54 secs
Commit: 79a84dc (2.4.x)
Author: Stefan Eissing
Message: Merge of 1892038,1892063 from trunk:

  *) core: avoid signed integer overflow under fuzzing in
 ap_timeout_parameter_parse



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

View the changeset: 
https://github.com/apache/httpd/compare/6772035da57e...79a84dcf65c4

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/234928270?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1779 (trunk - 30db755)

2021-08-07 Thread Travis CI
Build Update for apache/httpd
-

Build: #1779
Status: Broken

Duration: 11 mins and 12 secs
Commit: 30db755 (trunk)
Author: Eric Covener
Message: ap_timeout_parameter_parse: axe unsigned < 0 check

add check to see if the result was smaller than what we started with.
But the operative part is avoiding the UBI


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

View the changeset: 
https://github.com/apache/httpd/compare/7ea44d040233...30db75534d67

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/234760479?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1777 (trunk - 7ea44d0)

2021-08-06 Thread Travis CI
Build Update for apache/httpd
-

Build: #1777
Status: Fixed

Duration: 12 mins and 15 secs
Commit: 7ea44d0 (trunk)
Author: Eric Covener
Message: fix int overflow in ap_timeout_parameter_parse

signed integer overflow in ap_timeout_parameter_parse under fuzzing 


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

View the changeset: 
https://github.com/apache/httpd/compare/d8bce6f575ab...7ea44d040233

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/234701872?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1776 (trunk - d8bce6f)

2021-08-04 Thread Travis CI
Build Update for apache/httpd
-

Build: #1776
Status: Broken

Duration: 31 mins and 18 secs
Commit: d8bce6f (trunk)
Author: Eric Covener
Message: fix ap_escape_quotes with pre-escaped quotes


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

View the changeset: 
https://github.com/apache/httpd/compare/700d9b5b5bc7...d8bce6f575ab

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/234476226?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1774 (trunk - f11b97a)

2021-07-31 Thread Travis CI
Build Update for apache/httpd
-

Build: #1774
Status: Fixed

Duration: 11 mins and 29 secs
Commit: f11b97a (trunk)
Author: Stefan Eissing
Message: Corrected MODULE_MAGIC_NUMBER_MINOR.



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

View the changeset: 
https://github.com/apache/httpd/compare/19360d53dfb6...f11b97a29102

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/234162429?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1772 (trunk - 19360d5)

2021-07-31 Thread Travis CI
Build Update for apache/httpd
-

Build: #1772
Status: Broken

Duration: 3 mins and 18 secs
Commit: 19360d5 (trunk)
Author: Stefan Eissing
Message:   * core/mpm: add hook 'child_stopping` that gets called when the MPM 
is
stopping a child process. The additional `graceful` parameter allows
registered hooks to free resources early during a graceful shutdown.



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

View the changeset: 
https://github.com/apache/httpd/compare/7c939cdcce76...19360d53dfb6

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/234160106?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1756 (2.4.x - aaeb994)

2021-07-20 Thread Travis CI
Build Update for apache/httpd
-

Build: #1756
Status: Fixed

Duration: 19 mins and 35 secs
Commit: aaeb994 (2.4.x)
Author: Yann Ylavic
Message: Trigger ci.

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

View the changeset: 
https://github.com/apache/httpd/compare/42b44ca56416...aaeb994a6914

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/233229756?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1755 (2.4.x - 42b44ca)

2021-07-20 Thread Travis CI
Build Update for apache/httpd
-

Build: #1755
Status: Fixed

Duration: 11 mins and 18 secs
Commit: 42b44ca (2.4.x)
Author: Ruediger Pluem
Message: Merge r1891496 from trunk:

* Get a full backtrace
Submitted by: rpluem
Reviewed by: rpluem (CTR)


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

View the changeset: 
https://github.com/apache/httpd/compare/0244d12ca3c9...42b44ca56416

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/233222162?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1754 (2.4.x - 0244d12)

2021-07-20 Thread Travis CI
Build Update for apache/httpd
-

Build: #1754
Status: Broken

Duration: 25 mins and 20 secs
Commit: 0244d12 (2.4.x)
Author: Stefan Eissing
Message: Merged /httpd/httpd/trunk:r1891683

  *) mod_md:
 - Domain names in `` can now appear in quoted form.
 - Fixed a failure in ACME challenge selection that aborted further searches
   when the tls-alpn-01 method did not seem to be suitable.
 - Changed the tls-alpn-01 setup to only become unsuitable when none of the
   dns names showed support for a configured 'Protocols ... acme-tls/1'. 
This
   allows use of tls-alpn-01 for dns names that are not mapped to a 
VirtualHost.



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

View the changeset: 
https://github.com/apache/httpd/compare/c0e971242e98...0244d12ca3c9

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/233210507?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/httpd#1753 (trunk - 3fe911d)

2021-07-20 Thread Travis CI
Build Update for apache/httpd
-

Build: #1753
Status: Passed

Duration: 3 mins and 16 secs
Commit: 3fe911d (trunk)
Author: Stefan Eissing
Message:   *) mod_md:
 - Domain names in `` can now appear in quoted form.
 - Fixed a failure in ACME challenge selection that aborted further searches
   when the tls-alpn-01 method did not seem to be suitable.
 - Changed the tls-alpn-01 setup to only become unsuitable when none of the
   dns names showed support for a configured 'Protocols ... acme-tls/1'. 
This
   allows use of tls-alpn-01 for dns names that are not mapped to a 
VirtualHost.



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

View the changeset: 
https://github.com/apache/httpd/compare/eb3b8d452600...3fe911d3c9b9

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/233208210?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



  1   2   3   4   >