Passed: apache/httpd#389 (2.4.x - d865940)

2020-02-21 Thread Travis CI
Build Update for apache/httpd - Build: #389 Status: Passed Duration: 12 mins and 19 secs Commit: d865940 (2.4.x) Author: Graham Leggett Message: mpm_event: avoid possible KeepAlveTimeout off by -100 ms. trunk patch: http://svn.apache.org/r1874277 2.4.x patch:

Re: Branches 2.4.12-dev fails mod_ssl

2020-02-21 Thread Yann Ylavic
On Fri, Feb 21, 2020 at 5:02 PM Steffen wrote: > > It works. Thanks for testing. > > Patch Output mod_ssl.c: Looks good. > > How to test that the new OPENSSL_init_ssl() API, for OpenSSL = 1.1. is used ? It is used provided the version is >= 1.1.0. Runtime testing would be to make sure

Re: Branches 2.4.12-dev fails mod_ssl

2020-02-21 Thread Steffen
It works. Builds against 1.1.1 and runs with r1874323, Attached the two files, so you can check that the patch is ok ? (With Windows sometimes Patch gets confused) Patch Output mod_ssl.c: patching file modules/ssl/mod_ssl.c Hunk #2 succeeded at 328 (offset -6 lines). patch unexpectedly

Re: Branches 2.4.12-dev fails mod_ssl

2020-02-21 Thread Luca Toscano
Il giorno ven 21 feb 2020 alle ore 13:36 Ruediger Pluem ha scritto: > > > > On 02/21/2020 11:14 AM, Yann Ylavic wrote: > > Hi Steffen, > > > > On Fri, Feb 21, 2020 at 10:23 AM Steffen wrote: > >> > >> Building revision 1874291 failed in Windows. > >> > >> mod_ssl.c(27,10): fatal error C1083:

Re: Branches 2.4.12-dev fails mod_ssl

2020-02-21 Thread Yann Ylavic
On Fri, Feb 21, 2020 at 2:39 PM Ruediger Pluem wrote: > > So we need to have a solution in place that works on Windows and Unix and I > believe the solution from Yann does. What about r1874323 ? Using "ap_config.h" would exclude Windows from the new OPENSSL_init_ssl() API, even for OpenSSL >=

Re: Branches 2.4.12-dev fails mod_ssl

2020-02-21 Thread Ruediger Pluem
On 02/21/2020 02:23 PM, Steffen wrote: > I run without it. > > Does that have a draw back ? Removing it likely breaks the Unix builds. So we need to have a solution in place that works on Windows and Unix and I believe the solution from Yann does. Hence it would be very helpful if you

Re: Branches 2.4.12-dev fails mod_ssl

2020-02-21 Thread Steffen
I run without it. Does that have a draw back ? Steffen > Op 21 feb. 2020 om 13:36 heeft Ruediger Pluem het > volgende geschreven: > >  > >> On 02/21/2020 11:14 AM, Yann Ylavic wrote: >> Hi Steffen, >> >>> On Fri, Feb 21, 2020 at 10:23 AM Steffen wrote: >>> >>> Building revision

Re: Branches 2.4.12-dev fails mod_ssl

2020-02-21 Thread Ruediger Pluem
On 02/21/2020 11:14 AM, Yann Ylavic wrote: > Hi Steffen, > > On Fri, Feb 21, 2020 at 10:23 AM Steffen wrote: >> >> Building revision 1874291 failed in Windows. >> >> mod_ssl.c(27,10): fatal error C1083: Cannot open include file: >> 'ap_config_auto.h': No such file or directory > > Better if

Re: Netcraft

2020-02-21 Thread Dirk-Willem van Gulik
Jim, On 21 Feb 2020, at 13:20, Jim Jagielski wrote: > Wow. Was Netcraft actually somewhat kind to Apache httpd? They actually > admitted some areas where httpd is doing better, and still does better, > market-share wise, than nginx. They are very kind (and professional) people. And the pub

Netcraft

2020-02-21 Thread Jim Jagielski
Wow. Was Netcraft actually somewhat kind to Apache httpd? They actually admitted some areas where httpd is doing better, and still does better, market-share wise, than nginx.

Re: svn commit: r1874132 - in /httpd/httpd/trunk: ./ modules/md/

2020-02-21 Thread Stefan Eissing
Ah, thanks for catching this, Yann. > Am 21.02.2020 um 10:49 schrieb Yann Ylavic : > > Hi Stefan, > > it seems that this commit reverts some of the spellcheck fixes from > Mike, see below hunks. > Both this commit (w/o the revert) and the typos have been backported > to 2.4.x, so "restore"

Re: Branches 2.4.12-dev fails mod_ssl

2020-02-21 Thread Steffen
Yesterday it was building fine (before 1874281 ), was no ap_config.. So I removed #include "ap_config_auto.h", builds and runs fine so far. Steffen On Friday 21/02/2020 at 11:14, Yann Ylavic wrote: Hi Steffen, On Fri, Feb 21, 2020 at 10:23 AM Steffen wrote: Building revision

Re: Branches 2.4.12-dev fails mod_ssl

2020-02-21 Thread Yann Ylavic
Hi Steffen, On Fri, Feb 21, 2020 at 10:23 AM Steffen wrote: > > Building revision 1874291 failed in Windows. > > mod_ssl.c(27,10): fatal error C1083: Cannot open include file: > 'ap_config_auto.h': No such file or directory Better if you #include "ap_config.h" instead? Regards, Yann.

Re: Branches 2.4.12-dev fails mod_ssl

2020-02-21 Thread Steffen
Typo in the subject must be: branches 2.4.x (2.4.42-dev) On Friday 21/02/2020 at 10:23, Steffen wrote: Building revision 1874291 failed in Windows. mod_ssl.c(27,10): fatal error C1083: Cannot open include file: 'ap_config_auto.h': No such file or directory Steffen

Re: svn commit: r1874132 - in /httpd/httpd/trunk: ./ modules/md/

2020-02-21 Thread Yann Ylavic
Hi Stefan, it seems that this commit reverts some of the spellcheck fixes from Mike, see below hunks. Both this commit (w/o the revert) and the typos have been backported to 2.4.x, so "restore" needed in trunk only. Cheers, Yann. > --- httpd/httpd/trunk/modules/md/md_acme_order.c (original) >

Branches 2.4.12-dev fails mod_ssl

2020-02-21 Thread Steffen
Building revision 1874291 failed in Windows. mod_ssl.c(27,10): fatal error C1083: Cannot open include file: 'ap_config_auto.h': No such file or directory Steffen