Re: svn commit: r1801594 - in /httpd/httpd/trunk: docs/manual/mod/mod_proxy_wstunnel.xml modules/proxy/mod_proxy_wstunnel.c

2017-07-12 Thread Jacob Champion
On 07/11/2017 05:36 AM, Yann Ylavic wrote: I think it's quite hazardous to use/allow ANY and would prefer the upgrade_method (worker->s->upgrade) to be a list of acceptable protocols. I think both ANY *and* NONE are dangerous. Both of them turn proxy_wstunnel into a generic TCP forwarder (and

Re: [Announcement] Apache HTTP Server 2.2.34 Released

2017-07-12 Thread William A Rowe Jr
On Wed, Jul 12, 2017 at 4:47 AM, Daniel wrote: > Hello, > > Just FYI > > http://httpd.apache.org/download.cgi is still pointing to 2.2.32 > version and thus gives a 404 when trying to download. Thanks for the report! Now fixed.

graceful

2017-07-12 Thread Stefan Eissing
Is there a way for a child httpd to trigger a graceful restart, e.g. from a watchdog? It seems to me that our unixd security model forbids this in most setups (User/Group config). If I understand correctly, httpd under Windows is one process, so triggering the mpm_signal_service() would work?

Re: [Announcement] Apache HTTP Server 2.2.34 Released

2017-07-12 Thread Daniel
Hello, Just FYI http://httpd.apache.org/download.cgi is still pointing to 2.2.32 version and thus gives a 404 when trying to download. I don't know how to fix that, but I guess it is worth mentioning it. 2017-07-11 17:33 GMT+02:00 William A Rowe Jr : >July 11, 2017 > >

fuzzing h2

2017-07-12 Thread Stefan Eissing
FYI: I wrote a bit about fuzzing our HTTP/2 implementation and how everyone may join: https://icing.github.io/mod_h2/fuzzing.html tl;dr It's about making Robert Swiecki's honggfuzz (https://github.com/google/honggfuzz) working easily for anyone with a modern clang. honggfuzz also has

Re: rfc1123 aka Proxy balancer://127

2017-07-12 Thread jean-frederic clere
On 07/10/2017 11:36 AM, Yann Ylavic wrote: > Hi Jean-Frederic, > > On Mon, Jul 10, 2017 at 8:56 AM, jean-frederic clere > wrote: >> >> According rfc1123 the configuration: >> ProxyPass "/" "balancer://127" >> >> BalancerMember ajp://tomcat1:8009 >> BalancerMember