• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved HTTP2 already enabled, Apache still using 1.0 in few requests

othmaqsa

Regular Pleskian
Server operating system version
20.04.4 LTS
Plesk version and microupdate number
18.0.45 Update #1
Hello,

HTTP/2 is already activated, however, I notice in the LOG requests that go through HTTP/1.

I checked on this site (HTTP/2 Test - Verify HTTP/2 Support | KeyCDN Tools) and the output is as follows:

HTTP/2 protocol is supported.
ALPN extension is supported.


Another information: I use the proxy mode.

Any idea why this happens?
 
I guess what you are seeing are HTTP/1.0 requests in the Apache log files (access_ssl_log). That's normal: nginx is the frontend server which is supporting HTTP/2 (as confirmed by your tests) but is using HTTP/1.0 internally to proxy the connection to Apache.

So short version: Nothing to worry about, it's expected behaviour.
 
Back
Top