Re: [users@httpd] SSLEngine error

2023-11-18 Thread rakesh r
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

[users@httpd] cache control header missing on HEAD request for cache miss

2020-12-05 Thread rakesh r
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-

[users@httpd] cache control missing for HEAD request

2020-11-18 Thread rakesh r
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