I was wondering about the usage of pagespeed with multiple domains or subdomain, and whether it works or not.
I found some question here at SOF with similar things I want to achieve except that I want to do that with subdomains or multiple domains.
I tried to use the following to make things work yet not sure if it does!!
ModPagespeedDomain http://www.example-1.com # domain 1 where to get images from
ModPagespeedDomain http://static.example.com # subdomain 1 where to get js files from
ModPagespeedDomain http://resources.example.com # subdomain 2 where to get css from
now I want to know if the following setting is ok or not:
ModPagespeedMapRewriteDomain http://www.example.com http://www.example1.com
ModPagespeedMapRewriteDomain http://www.example.com http://static.example.com
ModPagespeedMapRewriteDomain http://www.example.com http://resources.example.com
or should that be inline to the main domain only instead of listing them one by one...
so my question is this configuration correct?? if not, how do I correct it??
I hope it is not confusing...
Thanks