Looking at my apache error logs i'm seeing a lot of 404 errors for resources such as JS & CSS.
For example:
[Tue Feb 21 14:41:58 2012] [error] [mod_pagespeed 0.10.21.2-1381 @7107] Fetch failed for http://www.example.com/scripts/scripts/jquery.something.CUSTOM.js.pagespeed.jm.tEOVuEyXGC.js, status=404
The resource it's SHOULD load is located at http://www.example.com/scripts/jquery.something.CUSTOM.js.pagespeed.jm.tEOVuEyXGC.js
.
Unfortunately I can't find the section of my site that is responsible for trying to load the incorrect path.
Any ideas how I can add this to the error log?