Re: allow newlines in T_ESCAPE_LOGITEM?

2016-04-18 Thread William A Rowe Jr
That doesn't work because it's no longer atomic, those log lines end up fanned out among all the other worker threads doing the same thing. Very hard to parse. On Mon, Apr 18, 2016 at 3:08 PM, Stefan Fritsch wrote: > On Monday 18 April 2016 10:42:23, Eric Covener wrote: > >

Re: allow newlines in T_ESCAPE_LOGITEM?

2016-04-18 Thread Eric Covener
I'm won over and not tinkering with this FWIW.

Re: allow newlines in T_ESCAPE_LOGITEM?

2016-04-18 Thread Daniel Lescohier
Doing this in the httpd server will prevent use-cases of programmatically parsing the log files. I think the data in the file should support both use-cases - Parsing the log file data for data analysis. - Humans reading the logs. So, the raw data should support both use-cases. For a

Re: allow newlines in T_ESCAPE_LOGITEM?

2016-04-18 Thread Stefan Eissing
Would it make sense to replace \n with \n\t? > Am 18.04.2016 um 14:23 schrieb Jim Jagielski : > > No opinion :) > >> On Apr 13, 2016, at 3:43 PM, Eric Covener wrote: >> >> Currently newlines get backslash-escaped if written to the errorlog. >> This is via

Re: allow newlines in T_ESCAPE_LOGITEM?

2016-04-18 Thread Jim Jagielski
No opinion :) > On Apr 13, 2016, at 3:43 PM, Eric Covener wrote: > > Currently newlines get backslash-escaped if written to the errorlog. > This is via server/gen_test_char.c and stems from an ancient vuln > about escape sequences in log files potentially affecting peoples >

RE: allow newlines in T_ESCAPE_LOGITEM?

2016-04-18 Thread Plüm , Rüdiger , Vodafone Group
> -Original Message- > From: Yann Ylavic [mailto:ylavic@gmail.com] > Sent: Mittwoch, 13. April 2016 23:16 > To: httpd-dev > Subject: Re: allow newlines in T_ESCAPE_LOGITEM? > > On Wed, Apr 13, 2016 at 11:08 PM, Eric Covener wrote: > > On Wed, Apr 13, 2016 at 5:05

Re: mod_http2 - h2_session(): conn error -> shutdown

2016-04-18 Thread Stefan Eissing
At this location: > [Mon Apr 18 09:27:20.255871 2016] [http2:debug] [pid 1834:tid 51] > h2_session.c(1830): [client 10.163.21.188:54836] h2_session(151): conn error > -> shutdown mod_http2 has tried a read with a 1 second timeout on the connection and got a return code that it does not

mod_http2 - h2_session(): conn error -> shutdown

2016-04-18 Thread Petr Sumbera
Hi, I'm playing with mod_http2 on Solaris (now with version 2.4.20). And I'm getting following error (and I believe it worked for me with 2.4.17). Any idea? Thanks, Petr [Mon Apr 18 09:27:20.217807 2016] [ssl:info] [pid 1834:tid 51] [client 10.163.21.188:54836] AH01964: Connection to

Re: Thundering herd and MPMs (for dummies)

2016-04-18 Thread Luca Toscano
Hi Yann! 2016-04-16 14:20 GMT+02:00 Yann Ylavic : > On Sat, Apr 16, 2016 at 2:17 PM, Yann Ylavic wrote: > > Hi Luca, > > > > On Sat, Apr 16, 2016 at 12:07 PM, Luca Toscano > wrote: > >> The sockets are non blocking and without