[users@httpd] Port address infomation is removed when ProxyPreserveHost is ON

2020-05-10 Thread BALL SUN
Hi we have used apache as proxy in order to forward HTTP2 request to backend using mod_proxy_http2. We have enable ProxyPreserveHost such that the originally :authority header is preserved. However, we found that the port adress information is removed after proxy. e,g, incoming HTTP2 request to

Re: [users@httpd] Re: RemoteIPProxyProtocolExceptions with negated IP list

2020-05-10 Thread Eric Covener
On Sun, May 10, 2020 at 12:55 PM Marc Haber wrote: > > On Fri, May 08, 2020 at 01:16:28PM +0200, Marc Haber wrote: > > Is it possible to have a negated IP address list in > > RemoteIPProxyProtocolExceptions? I think that I cannot use SetEnvIf at > > this point because the ProxyProtocol processing

[users@httpd] Re: RemoteIPProxyProtocolExceptions with negated IP list

2020-05-10 Thread Marc Haber
On Fri, May 08, 2020 at 01:16:28PM +0200, Marc Haber wrote: > Is it possible to have a negated IP address list in > RemoteIPProxyProtocolExceptions? I think that I cannot use SetEnvIf at > this point because the ProxyProtocol processing happens way before any > http processing begins. After