Problems using Apache::Test on Debian (and Ubuntu)

2017-03-03 Thread Sam Tregar
Hello all. I've been working on getting Apache::Test running on Debian and it's not going well. One problem seems to be that Debian's system Apache conf is not named what Apache::Test thinks it should be named (apache2.conf vs httpd.conf). After solving that problem I hit a bigger one - the

Re: Read scattered to gather send

2017-03-03 Thread Jacob Champion
On 03/03/2017 11:38 AM, Yann Ylavic wrote: First fix :) On Fri, Mar 3, 2017 at 6:41 PM, Yann Ylavic wrote: With apr_allocator_bulk_alloc(), one can request several apr_memnode_t of a fixed (optional) or minimal given size, and in the worst case get a single one

Re: release v1.9.2

2017-03-03 Thread Stefan Priebe - Profihost AG
Hi Stefan, live. Sorry for the late reply. Stefan Am 28.02.2017 um 11:49 schrieb Stefan Eissing: > Meh, my mistake. Sorry about that. Did not cleanup properly. Dare you with an > improved version: > > > > > >> Am 28.02.2017 um 08:41 schrieb Stefan Priebe - Profihost AG >>

Re: Read scattered to gather send (was [too long]: httpd 2.4.25, mpm_event, ssl: segfaults)

2017-03-03 Thread Yann Ylavic
First fix :) On Fri, Mar 3, 2017 at 6:41 PM, Yann Ylavic wrote: > > With apr_allocator_bulk_alloc(), one can request several apr_memnode_t > of a fixed (optional) or minimal given size, and in the worst case get > a single one (allocaœted), or in the best case as much free

Re: svn commit: r1785116 - in /httpd/httpd/branches/2.4.x: ./ modules/lua/config.m4

2017-03-03 Thread Jacob Champion
On 03/03/2017 10:27 AM, Jim Jagielski wrote: But what if you use the full path? That would work if I'd compiled Lua myself and installed into a separate prefix, but on my machine all the lua versions are right next to each other in the same prefix. So 5.3 will still take precedence. To try

Re: svn commit: r1785116 - in /httpd/httpd/branches/2.4.x: ./ modules/lua/config.m4

2017-03-03 Thread Jim Jagielski
But what if you use the full path? > On Mar 3, 2017, at 1:17 PM, Jacob Champion wrote: > > On 03/02/2017 04:27 AM, j...@apache.org wrote: >> Author: jim >> Date: Thu Mar 2 12:27:23 2017 >> New Revision: 1785116 >> >> URL: http://svn.apache.org/viewvc?rev=1785116=rev >>

Re: svn commit: r1785116 - in /httpd/httpd/branches/2.4.x: ./ modules/lua/config.m4

2017-03-03 Thread Jacob Champion
On 03/02/2017 04:27 AM, j...@apache.org wrote: Author: jim Date: Thu Mar 2 12:27:23 2017 New Revision: 1785116 URL: http://svn.apache.org/viewvc?rev=1785116=rev Log: Merge r1785115 from trunk: Look for specific versioned installs of Lua 5.3 Reviewed by: jim Modified:

Re: Read scattered to gather send (was [too long]: httpd 2.4.25, mpm_event, ssl: segfaults)

2017-03-03 Thread Yann Ylavic
On Fri, Mar 3, 2017 at 6:41 PM, Yann Ylavic wrote: > > Currently I have good results (with gdb/LOG_TRACE, no stress test yet ;) > > For "http:" (main server) with: > > EnableMMAP off > EnableSendfile off > > EnableScatterReadfile on > #FileReadBufferSize 8192

Threaded MPM Graceful segfaults

2017-03-03 Thread Jacob Perkins
Howdy,I adjusted the patch from Yann ( https://svn.apache.org/viewvc?view=revision=1783849 ) and got it compiling into Apache 2.4 mainline. The patch I’m using is attached to this email.During testing of this patch, we noticed that CGId is now crashing and not correctly handling the restarts

Read scattered to gather send (was [too long]: httpd 2.4.25, mpm_event, ssl: segfaults)

2017-03-03 Thread Yann Ylavic
Hi, few free time lately, yet I tried to implement this and it seems to work pretty well. Details below (and 2.4.x patches attached)... On Thu, Feb 23, 2017 at 4:38 PM, Yann Ylavic wrote: > > So I'm thinking of another way to achieve the same with the current >

Re: Segfault in mod_xml2enc.c with big5 charset

2017-03-03 Thread Ewald Dieterich
On 05.12.2016 14:38, Ewald Dieterich wrote: I have a segfault in mod_xml2enc.c, xml2enc_ffunc() when processing a page with big5 charset. I have another crash at exactly the same location, this time with charset "euc-kr". mod_xml2enc is definitely not able to handle multi-byte charsets