via the nginx log files, i see same IP, same timestamp, etc....
twice for the same file/image/etc. the 1st is http 1.1 and the 2nd is http 2.0 ?
one is apache, one is nginx
example:
and this i've seen some vhost ONLY have http1 or only http2
what or why is this happening?
what is causing this type of double file processing?
it seems in some cases, the vhost is working twice as hard because its send a file twice?
thanks
twice for the same file/image/etc. the 1st is http 1.1 and the 2nd is http 2.0 ?
one is apache, one is nginx
example:
Code:
2017-03-19 13:26:42 Access 216.145.157.92 200 GET /wp-content/uploads/pic.jpg HTTP/1.1 Mozilla/5.0 (Linux; Android 6.0.1; SM-G920V Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 518 Apache SSL/TLS access
2017-03-19 13:26:42 Access 216.145.157.92 200 GET /wp-content/uploads/pic.jpg HTTP/2.0 Mozilla/5.0 (Linux; Android 6.0.1; SM-G920V Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36 37.5 K nginx SSL/TLS access
and this i've seen some vhost ONLY have http1 or only http2
what or why is this happening?
what is causing this type of double file processing?
it seems in some cases, the vhost is working twice as hard because its send a file twice?
thanks