how to solve...

#1
hi,
i think my pagespeed mode is not working and when i checked the log files i saw these:
2016-02-12 05:52:44.364 WARN [modpagespeed] "on" cannot be set at this scope.
2016-02-12 05:52:44.364 WARN [modpagespeed] "FileCachePath" cannot be set at this scope.
2016-02-12 05:52:44.364 WARN [modpagespeed] "RewriteLevel" cannot be set at this scope.
2016-02-12 05:52:44.364 WARN [modpagespeed] "EnableFilters" cannot be set at this scope.
2016-02-12 05:52:44.364 WARN [modpagespeed] "EnableFilters" cannot be set at this scope.
2016-02-12 05:52:44.364 WARN [modpagespeed] "EnableFilters" cannot be set at this scope.
2016-02-12 05:52:44.364 WARN [modpagespeed] "EnableFilters" cannot be set at this scope.
2016-02-12 05:52:44.364 WARN [modpagespeed] "EnableFilters" cannot be set at this scope.
2016-02-12 05:52:44.364 WARN [modpagespeed] "EnableFilters" cannot be set at this scope.
2016-02-12 05:52:44.364 WARN [modpagespeed] "EnableFilters" cannot be set at this scope.
what do i have to do?
 

lsfoo

Administrator
#2
Hi Seyed,

The mod_pagespeed developer is not available currently. I will point him to this post on Monday.

That said, after poking around the code, I believe what is happening is that those options are not allowed to be set at the scope where you set it. For example, if you tried to set those options at Context level, but it is supposed to be set at VHost level only, it will complain.

Hope this helps,
Kevin
 
D

David

Guest
#4
Kevin said is correct.
Even if a filter can be set in VHost level, it still will WARN when you set to context level, but this won't cause error.
 
Top