Re: [users@httpd] SSI question

2016-03-01 Thread Dave Shaw
On 2/29/16, Yehuda Katz wrote: > The per-user error log in cPanel - and likely other control panels - is not > always accurate and you may need to check the main server error log. So the error that's arising from is the following: [date][error[client IP] unable to include "/some.html"

Re: [users@httpd] mod_proxy HTTP/2

2016-03-01 Thread Yehuda Katz
mod_proxy_http doesn't support http2 yet. There is a separate mod_proxy_http2, but I don't think it has been released. It uses a new syntax to force an h2 connection. Dev list discussion: http://marc.info/?l=apache-httpd-dev&m=145495124513617&w=2 - Y Sent from a device with a very small keyboard

[users@httpd] mod_proxy HTTP/2

2016-03-01 Thread Russel Van Tuyl
I have Apache (2.4.18) setup and working fine with HTTP/2 on host-a. I can establish HTTP/2 connections to host-a with any web browser. I also have HTTP/2 and mod_proxy setup on host-b. I can proxy HTTP/1.1 requests from host-b to host-a with any web browser. I can also establish HTTP/2 connections