Re: OpenSSL 0.9.8/1.0.0 on Trunk

2015-12-21 Thread Jacob Perkins
This is kind of a show stopper here. I’m surprised something as major as code not compiling was not caught before it was sent out. — Jacob Perkins Product Owner cPanel Inc. jacob.perk...@cpanel.net Office: 713-529-0800 x 4046 Cell: 713-560-8655 > On Dec 15,

Re: OpenSSL 0.9.8/1.0.0 on Trunk

2015-12-21 Thread Eric Covener
On Mon, Dec 21, 2015 at 1:48 PM, Jacob Perkins wrote: > This is kind of a show stopper here. I’m surprised something as major as > code not compiling was not caught before it was sent out. This particular failure only occurs when compiling httpd against older levels of

Re: OpenSSL 0.9.8/1.0.0 on Trunk

2015-12-21 Thread Jacob Perkins
CentOS 5 still ships with OpenSSL 0.9.8, and is still supported for another year or so. Considering there’s a lot of servers still running CentOS 5 (and possibly older), it feels as if this would have been caught. Especially something as small as a missing semicolon. Would a linter / compile

Re: doxygen docs

2015-12-21 Thread Alan Nilsson
awesome, many thanks! > On Dec 21, 2015, at 7:10 AM, Luca Toscano wrote: > > Hi Alan, > > the daily build was broken, it has been fixed now! (thanks to Humbedooh) > > Luca > > 2015-12-15 19:12 GMT+01:00 Alan Nilsson : > >> There used to be an

[PATCH] Reduce memory footprint in mod_dav's property code

2015-12-21 Thread Stefan Fuhrmann
Hi, I stumbled over this while investigation an OOM report from a Subversion user [1]. Due to unfortunate circumstances [2], I've seen directory listings with a few 1 entries eat 10s of GB of RAM. Those circumstances are being addressed but the root cause is in mod_dav and the patch below

Re: OpenSSL 0.9.8/1.0.0 on Trunk

2015-12-21 Thread Eric Covener
On Mon, Dec 21, 2015 at 2:38 PM, Jacob Perkins wrote: > CentOS 5 still ships with OpenSSL 0.9.8, and is still supported for another > year or so. Considering there’s a lot of servers still running CentOS 5 (and > possibly older), it feels as if this would have been

Re: svn commit: r1721121 - in /httpd/httpd/trunk/modules/http2: h2_h2.c h2_io.c h2_io.h h2_mplx.h h2_push.c h2_request.c h2_request.h h2_session.c h2_session.h h2_stream.c h2_stream.h h2_task.c h2_tas

2015-12-21 Thread Christophe JAILLET
Le 21/12/2015 18:41, Mike Rumph a écrit : Comment below: Thanks, Mike On 12/21/2015 2:54 AM, ic...@apache.org wrote: Author: icing Date: Mon Dec 21 10:54:38 2015 New Revision: 1721121 URL: http://svn.apache.org/viewvc?rev=1721121=rev Log: byte savings by using bit fields, new env vars HTTP2

Re: OpenSSL 0.9.8/1.0.0 on Trunk

2015-12-21 Thread Jacob Perkins
Hi Eric, I’m going to work on setting up a test system for all of our supported environments so that we can test our platform quicker and provide feedback during the T period. I’d love to try and give back to the project honestly. cPanel has used Apache in the core of our webstack for at

Re: [PATCH] Reduce memory footprint in mod_dav's property code

2015-12-21 Thread Marion & Christophe JAILLET
You can also have a look at https://bz.apache.org/bugzilla/show_bug.cgi?id=48130 Le 22/12/2015 01:13, Stefan Fuhrmann a écrit : Hi, I stumbled over this while investigation an OOM report from a Subversion user [1]. Due to unfortunate circumstances [2], I've seen directory listings with a few

Re: access control for dynamic hosts

2015-12-21 Thread Fabien
Hello folks, I would like something like "Require XXX foo.dynamic-dns.somewhere" (where XXX could be "name", "hostname", "dynamic", ...) which would query the NS when the HTTP request is received and check that the corresponding ip is the client IP. I'm planing to develop a small module

Re: Segfault on graceful reload with OCSP stapling enabled?

2015-12-21 Thread Micha Lenk
Hi all, Am 18.12.2015 12:35, schrieb Micha Lenk: I am currently observing a httpd segfault that is triggered on my system by every second graceful reload (i.e. SIGUSR1). Unfotunately I won't be able to trace this down before Monday, so this is merely a heads-up for those interested. Is anybody

Re: Segfault on graceful reload with OCSP stapling enabled?

2015-12-21 Thread Jeff Trawick
On Mon, Dec 21, 2015 at 8:09 AM, Micha Lenk wrote: > Hi all, > > Am 18.12.2015 12:35, schrieb Micha Lenk: > >> I am currently observing a httpd segfault that is triggered on my >> system by every second graceful reload (i.e. SIGUSR1). >> >> Unfotunately I won't be able to trace

Re: doxygen docs

2015-12-21 Thread Luca Toscano
Hi Alan, the daily build was broken, it has been fixed now! (thanks to Humbedooh) Luca 2015-12-15 19:12 GMT+01:00 Alan Nilsson : > There used to be an online doxygen API ref @ > https://ci.apache.org/projects/httpd/trunk/doxygen/. That has been gone > for a while now. > >