Re: [users@httpd] Mod_proxy_http2 - got a 503

2017-06-17 Thread Eric Covener
On Sat, Jun 17, 2017 at 4:27 PM, Olivier Mallassi wrote: > BalancerMember h2://localhost:8081 I suggest re-reading Stefan's reply. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail:

Re: [users@httpd] Mod_proxy_http2 - got a 503

2017-06-17 Thread Olivier Mallassi
thanks for the help but it does not seem to be this. my proxy config (extract) is minmum ProxyPass / balancer://mycluster/ ProxyPassReverse / balancer://mycluster/ BalancerMember h2://localhost:8081 note that everything is running on the same machine for now. In the httpd error_log, I

Re: [users@httpd] Mod_proxy_http2 - got a 503

2017-06-17 Thread Stefan Eissing
Hi, do you talk http: or https: to the backend? h2://mybackend is for the SSL case, for unencrypted calls, use h2c://mybackend. Maybe that is the problem? -Stefan > Am 17.06.2017 um 15:26 schrieb Olivier Mallassi : > > Hello all > > We are trying to use the

[users@httpd] Mod_proxy_http2 - got a 503

2017-06-17 Thread Olivier Mallassi
Hello all We are trying to use the mod_proxy_http2 of httpd. Our use case is for now "simple" - multiple backedns (configured in HTTP2) - one httpd acting as proxy -- mod_proxy_http2 is activated -- we use the Balancer directive to load balanced accross backends (round-robin) - the client is a