My server is CentOS 7. I have two domains and each has a different SSL certificate at different locations.
As a total newbie, I am trying to run mod_pagespeed for both sites with certain filters (combine_css, combine_javascript, rewrite_css, rewrite_images, rewrite_javascript etc).
MDS is running, it caches the sites.
However, the filters do not work.
What I've tried so far:
modified the padespeed.conf in /etc/httpd/conf.d/pagespeed.conf
and added the lines below:
--------------------------------------
--------------------------------------
(not sure if I did this correctly)
and updated it by correct ModPagespeedSslCertDirectory and ModPagespeedSslCertFile.
Still can't make it work. Can somone please help me?