Hi,
I have a probelm once configuring webpagetest private instance on windows, and ubuntu with apache 2.2.14, mod_pagespeed 0.10.21.2-1381 with mod_proxy enabled, and for some reason only files text/html are having the x-mod-pagespeed header.
it looks like the defaulttype on apache is taking priority -
“DefaultType text/plain”
i’ve configuered the SetOutputFilter MOD_PAGESPEED_OUTPUT_FILTER MOD_PAGESPEED_OUTPUT_FILTER
and under pagespeed.conf i’ve configuered -
AddOutputFilter MOD_PAGESPEED_OUTPUT_FILTER text/html text/javascript application/x-javascript
AddOutputFilter MOD_PAGESPEED_OUTPUT_FILTER application/x-httpd-php
i’ve tried also to use the apache in server mode, and the result was the same.
is there any configuration that can be done to overcome this issue?(if there is need for complete configuration or any other extra info please ask)
Thanks,
Yaron