Re: mod_brotli in 2.4.x is missing a few Makefile changes

2017-04-26 Thread Evgeny Kotkov
Jim Jagielski writes: > BTW, there are also deltas for config.m4 in modules/filters mainly > around mod_brotli. At present what is in 2.4 seems to work fine, but > should we consider backporting config.m4 as well? The difference is caused by these four mentioned changes

Re: HTTP Server Hackathon/BOFs in Miami?

2017-04-26 Thread Rich Bowen
I will be present, but I expect to be very busy with meetings, feathercasts, and so on. Between events, I will hang out at a HTTP hackathon table and work on docs stuff that I have outstanding. On 04/26/2017 01:05 AM, William A Rowe Jr wrote: > Reiterating the question... from the absence of any

Re: mod_brotli in 2.4.x is missing a few Makefile changes

2017-04-26 Thread Gregg Smith
On 4/26/2017 7:53 AM, Jim Jagielski wrote: Thanks! Are these the full diffs for Makefile? On Apr 26, 2017, at 10:50 AM, Gregg Smith wrote: On 4/26/2017 4:51 AM, Jim Jagielski wrote: On Apr 25, 2017, at 4:34 PM, Evgeny Kotkov wrote: Hi all, I

Re: mod_brotli in 2.4.x is missing a few Makefile changes

2017-04-26 Thread Jim Jagielski
BTW, there are also deltas for config.m4 in modules/filters mainly around mod_brotli. At present what is in 2.4 seems to work fine, but should we consider backporting config.m4 as well?

Re: mod_brotli in 2.4.x is missing a few Makefile changes

2017-04-26 Thread Jim Jagielski
Thanks! Are these the full diffs for Makefile? > On Apr 26, 2017, at 10:50 AM, Gregg Smith wrote: > > > On 4/26/2017 4:51 AM, Jim Jagielski wrote: >> >>> On Apr 25, 2017, at 4:34 PM, Evgeny Kotkov >>> wrote: >>> >>> Hi all, >>> >>> I noticed that

Re: mod_brotli in 2.4.x is missing a few Makefile changes

2017-04-26 Thread Gregg Smith
On 4/26/2017 4:51 AM, Jim Jagielski wrote: On Apr 25, 2017, at 4:34 PM, Evgeny Kotkov wrote: Hi all, I noticed that the version of mod_brotli that has been backported to 2.4.x lacks a few Makefile changes from trunk. This results in a failing Unix build when

Re: mod_brotli on windows custom log

2017-04-26 Thread Eric Covener
On Wed, Apr 26, 2017 at 8:19 AM, Steffen wrote: > BrotliFilterNote ratio > DeflateFilterNote ratio You should (must) pick different parameters here. -- Eric Covener cove...@gmail.com

mod_brotli on windows custom log

2017-04-26 Thread Steffen
Added mod_brotli to the 2.4.26-Dev with Apr & Apr-utit 1.6.0 and openssl 1.1.0e See https://www.apachelounge.com/viewtopic.php?p=35266#35266 With the help of Gregg. Noticed the following: Have: SetOutputFilter BROTLI_COMPRESS;DEFLATE SetEnvIfNoCase Request_URI

Re: HTTP Server Hackathon/BOFs in Miami?

2017-04-26 Thread Jim Jagielski
I have never been productive at Hackathons. The discussion is great and all that, but as far as the actual coding is concerned, I am too accustomed to having a certain environment when coding, including my desktop cpu, full keyboard and monitor. I just can't do serious coding/hacking on a laptop.

Re: HTTP Server Hackathon/BOFs in Miami?

2017-04-26 Thread Eric Covener
On Wed, Apr 26, 2017 at 1:05 AM, William A Rowe Jr wrote: > Reiterating the question... from the absence of any answer I'm not able to make it this year.

Re: mod_brotli in 2.4.x is missing a few Makefile changes

2017-04-26 Thread Jim Jagielski
> On Apr 25, 2017, at 4:34 PM, Evgeny Kotkov > wrote: > > Hi all, > > I noticed that the version of mod_brotli that has been backported to 2.4.x > lacks a few Makefile changes from trunk. This results in a failing Unix > build when mod_brotli is not being built.

Two questions: Macro conversion tool? Any success with mod_dbd and SQLite3?

2017-04-26 Thread Tom Browder
I'm running httpd 2.4.25 on Debian 8, 64-bit. I use macros for my 10 or so vhosts on one server. I have not yet been able to get mod_dbd to initialize my sqlite3 db for authn and am going back to the file method until I know what's wrong. I posted my macro on the users' list yesterday. Is

Re: svn commit: r1707087 - /httpd/httpd/trunk/modules/debugging/mod_bucketeer.c

2017-04-26 Thread Stefan Eissing
> Am 26.04.2017 um 11:14 schrieb Plüm, Rüdiger, Vodafone Group > : > > > >> -Ursprüngliche Nachricht- >> Von: Stefan Eissing [mailto:stefan.eiss...@greenbytes.de] >> Gesendet: Mittwoch, 26. April 2017 10:55 >> An: dev@httpd.apache.org >> Betreff: Re: svn

AW: svn commit: r1707087 - /httpd/httpd/trunk/modules/debugging/mod_bucketeer.c

2017-04-26 Thread Plüm , Rüdiger , Vodafone Group
> -Ursprüngliche Nachricht- > Von: Stefan Eissing [mailto:stefan.eiss...@greenbytes.de] > Gesendet: Mittwoch, 26. April 2017 10:55 > An: dev@httpd.apache.org > Betreff: Re: svn commit: r1707087 - > /httpd/httpd/trunk/modules/debugging/mod_bucketeer.c > > Eh, not really into

Re: svn commit: r1707087 - /httpd/httpd/trunk/modules/debugging/mod_bucketeer.c

2017-04-26 Thread Stefan Eissing
Eh, not really into mod_bucketeer and its use cases, but some observations after a quick scan: line 99: rv = ap_pass_brigade(f->next, ctx->bb); apr_brigade_cleanup(ctx->bb); line 146: rv = ap_pass_brigade(f->next, ctx->bb);

AW: AW: svn commit: r1707087 - /httpd/httpd/trunk/modules/debugging/mod_bucketeer.c

2017-04-26 Thread Plüm , Rüdiger , Vodafone Group
> -Ursprüngliche Nachricht- > Von: Jacob Champion [mailto:champio...@gmail.com] > Gesendet: Mittwoch, 26. April 2017 00:23 > An: dev@httpd.apache.org; Plüm, Rüdiger, Vodafone Group > > Betreff: Re: AW: svn commit: r1707087 - >