Closed GoogleCodeExporter closed 9 years ago
I'm going to merge this with your other issue. They seem to be the same issue.
Original comment by sligocki@google.com
on 7 Mar 2013 at 3:42
Well, not quite I think...
This one is about filters applied to sources when they should be skipped. You
see, /var/www/mysite directory is excluded through the use of:
<Directory /var/www/mysite>
<IfModule pagespeed_module>
ModPagespeedDisallow *
</IfModule>
</Directory>
The other issue is about sources that are meant to be processed (not excluded),
but wrong patterns are being applied to them.
Original comment by klo...@gmail.com
on 7 Mar 2013 at 7:48
I think the point is that these messages are about mod_rewrite, which doesn't
know anything about ModPagespeedDisallow.
Original comment by jmara...@google.com
on 7 Mar 2013 at 7:53
Ah, I see! You are right then. This is a duplicate. Let's take it to the other
issue...
Original comment by klo...@gmail.com
on 7 Mar 2013 at 8:47
Original issue reported on code.google.com by
klo...@gmail.com
on 7 Mar 2013 at 9:06