Re: svn commit: r1804671 - /httpd/httpd/trunk/modules/md/mod_md_config.c

2017-08-10 Thread Greg Stein
On Thu, Aug 10, 2017 at 8:58 AM, wrote: > Author: icing > Date: Thu Aug 10 13:58:26 2017 > New Revision: 1804671 > > URL: http://svn.apache.org/viewvc?rev=1804671=rev > Log: > fix for >... > +++ httpd/httpd/trunk/modules/md/mod_md_config.c Thu Aug 10 13:58:26 2017 > >... >

Re: Listen 443 https

2017-08-10 Thread Reindl Harald
Am 10.08.2017 um 17:57 schrieb William A Rowe Jr: On Thu, Aug 10, 2017 at 9:21 AM, Reindl Harald > wrote: > > > ServerName corecms.example.com > DocumentRoot

Re: Listen 443 https

2017-08-10 Thread William A Rowe Jr
On Thu, Aug 10, 2017 at 9:21 AM, Reindl Harald wrote: > > > ServerName corecms.example.com > DocumentRoot "/www/corecms.example.com" > This doesn't work, of course, owing to server_rec members such as scheme and port. If these moved to the addrs member, and we

Re: Listen 443 https

2017-08-10 Thread William A Rowe Jr
On Thu, Aug 10, 2017 at 9:21 AM, Reindl Harald wrote: > > it also would solve the chicken-egg-problem (again, without mod_md) that you > first need the http-host working for the well-known verfication file and the > path of the certificate could be easily pre-configured in

Re: Listen 443 https

2017-08-10 Thread William A Rowe Jr
On Thu, Aug 10, 2017 at 9:19 AM, Stefan Eissing wrote: > >> Am 10.08.2017 um 16:09 schrieb William A Rowe Jr : >> >>> Would we expect breakage by such a change? >> >> I think that Listen *:NNN is maybe the most common misconfiguration >> in

Re: v1.10.10: fixing stream response getting stuck when writing >32k on a...

2017-08-10 Thread Stefan Eissing
> Am 10.08.2017 um 16:18 schrieb William A Rowe Jr : > > On Thu, Aug 10, 2017 at 4:37 AM, Stefan Eissing > wrote: >> >>> Am 09.08.2017 um 20:32 schrieb Jacob Perkins : >>> >>> Hi Stefan, >>> >>> A patch for 2.4.27

Re: Listen 443 https

2017-08-10 Thread Reindl Harald
Am 10.08.2017 um 15:28 schrieb Stefan Eissing: Now that mod_md has landed in trunk, I am looking at more ways to simplify a SSL configuration. Looking at the Listen directive, it has an optional 2nd protocol parameter. Would it be unreasonable to assume that a Listen NNN https means

Re: Listen 443 https

2017-08-10 Thread Stefan Eissing
> Am 10.08.2017 um 16:09 schrieb William A Rowe Jr : > > Let's break it down and consider the implications of Listen... > > On Thu, Aug 10, 2017 at 8:28 AM, Stefan Eissing > wrote: >> Now that mod_md has landed in trunk, I am looking at more

Re: v1.10.10: fixing stream response getting stuck when writing >32k on a...

2017-08-10 Thread William A Rowe Jr
On Thu, Aug 10, 2017 at 4:37 AM, Stefan Eissing wrote: > >> Am 09.08.2017 um 20:32 schrieb Jacob Perkins : >> >> Hi Stefan, >> >> A patch for 2.4.27 would be great. >> >> Your assistance is greatly appreciated. > > Gladly. Patch available

Re: Listen 443 https

2017-08-10 Thread William A Rowe Jr
Let's break it down and consider the implications of Listen... On Thu, Aug 10, 2017 at 8:28 AM, Stefan Eissing wrote: > Now that mod_md has landed in trunk, I am looking at more ways > to simplify a SSL configuration. Looking at the Listen directive, > it has an

Listen 443 https

2017-08-10 Thread Stefan Eissing
Now that mod_md has landed in trunk, I am looking at more ways to simplify a SSL configuration. Looking at the Listen directive, it has an optional 2nd protocol parameter. Would it be unreasonable to assume that a Listen NNN https means that "SSLEngine on" should be the default in all

Re: v1.10.10: fixing stream response getting stuck when writing >32k on a...

2017-08-10 Thread Jacob Perkins
Good morning, This patched cleanly and we’re in the process of testing it now. Many thanks Stefan! I owe you a beer or two at the next ApacheCon. — Jacob Perkins Product Owner cPanel Inc. jacob.perk...@cpanel.net Office: 713-529-0800 x 4046 Cell:

Re: v1.10.10: fixing stream response getting stuck when writing >32k on a...

2017-08-10 Thread Stefan Eissing
> Am 09.08.2017 um 20:32 schrieb Jacob Perkins : > > Hi Stefan, > > A patch for 2.4.27 would be great. > > Your assistance is greatly appreciated. Gladly. Patch available at: https://github.com/icing/mod_h2/blob/master/patches/mod_h2-v1.10.10-apache-2.4.x.diff