Oldiesmann
Basic Pleskian
At the suggestion of the Advisor extension, I enabled HTTP2 on my server. However, I'm still seeing requests in the logs using HTTP/1.0. Example:
GET /calendar/?viewmonth;year=2022;month=4;day=6; HTTP/1.0
Do I need to reconfigure/rebuild something to get Apache to use HTTP2 instead?
GET /calendar/?viewmonth;year=2022;month=4;day=6; HTTP/1.0
Do I need to reconfigure/rebuild something to get Apache to use HTTP2 instead?