Open vinvin27 opened 9 years ago
@vinvin27 The user-agent you mention is used by ngx_pagespeed for fetching resources internally, and is expected. You could consider LoadFromFile
[1] as an alternate means for loading resources.
Normally there would be a short period with lots of these requests as pagespeed discovers the website, which will settle down. If you see large amounts of these requests continuously you might have to:
LoadFromFile
) [1] https://developers.google.com/speed/pagespeed/module/domains#ModPagespeedLoadFromFile [2] https://developers.google.com/speed/pagespeed/module/admin
yes but for example in my case it is trying to fetch wrong locations.. for example i have tons of this:
10.0.0.X - - [26/Sep/2016:02:41:20 +0000] "GET /logo_sticky.png HTTP/1.1" 404 577 "http://beautivmazure.cloudapp.net/" "Serf/1.1.0 mod_pagespeed/1.9.32.14-0" *0*
they are error 404 ! and plus /loco_sticky.png does not exists on my domain, because it is a secundary cloud CDN images provider.. And that domain beautivmazure.cloudapp.net particularly should not be used, because it uses our generic template which lacks translations, etc, and many other things, that wont connect correctly, including link placeholders, thats why the error 404 ... How can i stop this all together, or exclude this domain ( the own domain)
@MiguelQueiroz It is possible to restrict optimization, so for example you could add the following to your configuration to exclude beautivmazure.cloudapp.net
:
pagespeed Disallow "http://beautivmazure.cloudapp.net/*";
See https://developers.google.com/speed/pagespeed/module/restricting_urls Does that help?
yes thanks. that helps.
Hello,
I got lot of access from this user agent Serf/1.1.0 mod_pagespeed/1.9.32.3-4448 and the IP is my server's IP..
My following pagespeed config :
Bad cache ? Or something else ?
Thanks :)