[GitHub] [incubator-pagespeed-ngx] Lofesa edited a comment on issue #1729: Changed IP then CSS files 404

2021-02-15 Thread GitBox


Lofesa edited a comment on issue #1729:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779405993


   | I did not set this up initially, and this is my intro to pagespeed. Any 
ideas of what I am missing here?
   
   Before this, you do nothing with css files?
   
   Can you try `https;//mydomain.com/?PageSpeedFilters=+debug` and then look at 
the html code to see debug messages?



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.

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




[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1729: Changed IP then CSS files 404

2021-02-15 Thread GitBox


Lofesa commented on issue #1729:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779405993


   | I did not set this up initially, and this is my intro to pagespeed. Any 
ideas of what I am missing here?
   
   Before this, you do nothing with css files?
   
   Can you try `https;//mydomain.com/?PageSpeedFilters=+debug` anf then look at 
the html code to see debug messages?



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.

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




[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1729: Changed IP then CSS files 404

2021-02-15 Thread GitBox


oschaaf commented on issue #1729:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779336742


   Maybe the dns resolution is being cached for the domain on the server. The 
module would then attempt to fetch from the old server.



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.

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




[GitHub] [incubator-pagespeed-ngx] benjaminadk opened a new issue #1729: Changed IP then CSS files 404

2021-02-15 Thread GitBox


benjaminadk opened a new issue #1729:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729


   I had to rebuild a server and changed IPs but same domain. When I fire up 
new server everything works except 404 for all pagespeed CSS files. 
   
   Other file types appear to be working as expected, and when I try 
`?ModPagespeed=off` it fetches the correct file directly and everything looks 
fine.
   
   Running the same CSS related stuff as old configuration
   
   ```
#CSS handling
pagespeed EnableFilters 
combine_css,fallback_rewrite_css_urls,flatten_css_imports,inline_css,rewrite_css;
   ```
   
   I did not set this up initially, and this is my intro to pagespeed. Any 
ideas of what I am missing here?



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.

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