Fixed: apache/httpd#1523 (trunk - b1ae175)

2021-03-24 Thread Travis CI
Build Update for apache/httpd - Build: #1523 Status: Fixed Duration: 3 mins and 19 secs Commit: b1ae175 (trunk) Author: Stefan Eissing Message: Resolving gcc's "error: too many arguments for format [-Werror=format-extra-args]". git-svn-id:

Fixed: apache/httpd#1524 (trunk - 38af3ed)

2021-03-24 Thread Travis CI
Build Update for apache/httpd - Build: #1524 Status: Fixed Duration: 20 mins and 46 secs Commit: 38af3ed (trunk) Author: Jean-Frederic Clere Message: Make sure that conn->keepalive is NOT reset after being set in ap_read_request(). git-svn-id:

Re: svn commit: r1888008 - /httpd/httpd/branches/2.4.x/STATUS

2021-03-24 Thread Yann Ylavic
Hi Stefan, > > + *) core/mod_ssl/mod_md: > + - adding new ap_ssl_*() functions for a backward > + compatible replacement of the major optional mod_ssl functions. This > + allows other ssl modules to work without impersonating mod_ssl and > + also allows different ssl

Re: svn commit: r1888008 - /httpd/httpd/branches/2.4.x/STATUS

2021-03-24 Thread Stefan Eissing
> Am 24.03.2021 um 15:25 schrieb Yann Ylavic : > > Hi Stefan, > >> >> + *) core/mod_ssl/mod_md: >> + - adding new ap_ssl_*() functions for a backward >> + compatible replacement of the major optional mod_ssl functions. This >> + allows other ssl modules to work without

Re: svn commit: r1888008 - /httpd/httpd/branches/2.4.x/STATUS

2021-03-24 Thread Stefan Eissing
*subconscioussness > Am 24.03.2021 um 15:34 schrieb Stefan Eissing : > > > >> Am 24.03.2021 um 15:25 schrieb Yann Ylavic : >> >> Hi Stefan, >> >>> >>> + *) core/mod_ssl/mod_md: >>> + - adding new ap_ssl_*() functions for a backward >>> + compatible replacement of the major

Errored: apache/httpd#1526 (2.4.x - 33a54c5)

2021-03-24 Thread Travis CI
Build Update for apache/httpd - Build: #1526 Status: Errored Duration: 4 mins and 40 secs Commit: 33a54c5 (2.4.x) Author: Eric Covener Message: Merge r1888002 from trunk: pull in forward-dns example from authz_host lots of people miss it reading the doc for

Errored: apache/httpd#1527 (trunk - 0bc4647)

2021-03-24 Thread Travis CI
Build Update for apache/httpd - Build: #1527 Status: Errored Duration: 24 mins and 6 secs Commit: 0bc4647 (trunk) Author: Stefan Eissing Message: mod_md: make certain that the post config after ssl part runs really late. bumped version number.

Errored: apache/httpd#1529 (2.4.x - c0c8c96)

2021-03-24 Thread Travis CI
Build Update for apache/httpd - Build: #1529 Status: Errored Duration: 22 mins and 47 secs Commit: c0c8c96 (2.4.x) Author: Stefan Eissing Message: *) mod_http2: sync with github standalone version 1.15.17 - Log requests and sent the configured error

Errored: apache/httpd#1528 (2.4.x - a6489f5)

2021-03-24 Thread Travis CI
Build Update for apache/httpd - Build: #1528 Status: Errored Duration: 23 mins and 49 secs Commit: a6489f5 (2.4.x) Author: Stefan Eissing Message: Proposing backport of ap_ssl_* functions and related changes. git-svn-id:

Errored: apache/httpd#1530 (2.4.x - a578f9f)

2021-03-24 Thread Travis CI
Build Update for apache/httpd - Build: #1530 Status: Errored Duration: 21 mins and 46 secs Commit: a578f9f (2.4.x) Author: Stefan Eissing Message: adjust PR number for rebased PR on 2.4.x branch. git-svn-id:

Re: Hook function meta data?

2021-03-24 Thread Mike Summers
Good idea, thanks for the pointer On Wed, Mar 24, 2021 at 8:01 AM Eric Covener wrote: > On Wed, Mar 24, 2021 at 8:50 AM Mike Summers wrote: > > > > I would like to have a single hook that runs before any one of a number > of > > predecessor modules, is there a way for the hook to know which

Re: Hook function meta data?

2021-03-24 Thread Eric Covener
On Wed, Mar 24, 2021 at 8:50 AM Mike Summers wrote: > > I would like to have a single hook that runs before any one of a number of > predecessor modules, is there a way for the hook to know which module it's > running before? I don't see anything that looks like "hook meta data" in > request_rec.

Hook function meta data?

2021-03-24 Thread Mike Summers
I would like to have a single hook that runs before any one of a number of predecessor modules, is there a way for the hook to know which module it's running before? I don't see anything that looks like "hook meta data" in request_rec. Thanks.