> -----Original Message-----
> From: Jan Ehrhardt [mailto:[email protected]]
> Sent: donderdag 26 november 2015 19:20
> To: [email protected]
> Subject: Re: H2 stream dependencies
>
> Bert Huijben in gmane.comp.apache.devel (Thu, 26 Nov 2015 18:36:00
> +0100):
> >And another thing: gor my testing it would be useful if httpd would
> somehow
> >start logging how it received the requests... Currently it still logs
> >HTTP/1.1 in the access logs even for h2 requests.
>
> Apache 2.4.18-dev does log HTTP/2:
>
> 127.0.0.1 - - [26/Nov/2015:12:03:26 +0100] "GET /index.php HTTP/2" 200
> 3596 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101
> Firefox/42.0"
>
> Logformat:
> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
> \"%{User-Agent}i\"" combined
Nice...
Thanks,
I'll switch to testing with 2.4.x then.
Bert
>
> Jan