make sure you have installed mod_ssl.
Thanks
Rakesh
On Sat, Nov 18, 2023 at 12:43 PM John wrote:
>
> I'm trying to bring up Apache on a new server running Rocky Linux 9.1 and
> also upgrade the version
> of Apache from 2.4.25 to current.
>
> I have installed a .pem format certificate and when I
Cache control header missing for HEAD request but works for GET.
curl -I https://localhost/support.html -k
HTTP/1.1 200 OK
Date: Thu, 19 Nov 2020 16:35:48 GMT
Server: Apache
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-
Hello ,
I am having issues with cache control header for HEAD request, Apache is
getting content from AEM using a dispatcher module. When the content is not
cached on Apache2.2 ,using curl -I is displaying cache control header but
on 2.4 it is missing cache header.
➤ curl -I https://local/sup