Lofesa commented on issue #1897:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1897#issuecomment-963128183


   These messages are stored in files, don´t remember where are stored, but are 
non human readable. Nothing to do whit server logs.
   But they says that pagespeed fail requesting the files and "remember" the 
fail XXX secons.
   If I´m not wrong you have some leke this:
   
   client -> https -> nginx+pagespeed -> http (maybe now https) -> localhost 
   as showed in the fecht error.
   
   In localhost,there is an apache server? Have rewrite rules? Some like this:
   
   ```
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteRule ^ /404 [L,R=301]
   ```
   Is this server runing pagespeed?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to