Re: [users@httpd] AWS Network Loadbalancer’s ProxyProtocol V2 and HTTPD mod_remoteip

2019-10-17 Thread William A Rowe Jr
Looks like it's not enabled on your listener. The global setting is not correctly inherited (and can lead to crashes because the merging is not handled correctly either.) I'd explicitly enable it in the first instance of each you are configuring. The fix is non-trivial, feel free to file a bug th

Re: [users@httpd] AWS Network Loadbalancer’s ProxyProtocol V2 and HTTPD mod_remoteip

2019-10-17 Thread David Tkacik
This is the only thing relevant to this: [Thu Oct 17 15:49:26.886038 2019] [core:debug] [pid 30279] protocol.c(1335): [client 172.31.38.27:59548] AH00566: request failed: malformed request line Thanks ! > On 17 Oct 2019, at 15:52, William A Rowe Jr wrote: > > On Thu, Oct 17, 2019 at 9:04 AM D

Re: [users@httpd] AWS Network Loadbalancer’s ProxyProtocol V2 and HTTPD mod_remoteip

2019-10-17 Thread William A Rowe Jr
On Thu, Oct 17, 2019 at 9:04 AM David Tkacik < dtka...@healthcoachinstitute.com> wrote: > > But when I try to connect I’m getting 400 Bad Request > Change your Apache LogLevel to 'debug' and repeat the attempt, examine the error log and feel free to quote it here for further guidance.

[users@httpd] AWS Network Loadbalancer’s ProxyProtocol V2 and HTTPD mod_remoteip

2019-10-17 Thread David Tkacik
Hey Guys, I’m trying to make it work the AWS Network Loadbalancer’s ProxyProtocol V2 and httpd. I’m using the server version: Apache/2.4.39 (Amazon) With mod_remoteip module loaded and enabled with the configuration directive RemoteIPProxyProtocol On within the main server config. What I was