I am using mod_pagespeed. When using http, combine js, css and rewrite js and css work fine. However, when I switch to https, none of these four functions work. The apache error log is empty about this.
This is the relevant conf line ModPagespeedEnableFilters rewrite_javascript,rewrite_css,combine_css,combine_javascript,insert_dns_prefetch
mod_pagespeedcannot rewrite HTTPS resources by default, you have to explicitly enable it by one of these options:ModPagespeedMapOriginDomain- to tellmod_pagespeedto fetch HTTPS resources using HTTPModPagespeedLoadFromFile- to tellmod_pagespeedto load HTTPS resources directly from the filesystem.ModPagespeedFetchHttps- to tellmod_pagespeedto fetch HTTPS resources directly.ModPagespeedFetchFromModSpdy- if you havemod_spdyinstalled, to fetch resources using it.The documentation has more details: https://developers.google.com/speed/pagespeed/module/https_support