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

2021-04-19 Thread GitBox


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


   I have tested it now, and don´t have any more 404 error.
   But some css files are "out of radar" for pagespeed module. You may compare 
the http headers of css files from your own domain (from others domains not to 
be rewrited by pagespeed is normal) and you can see diffs betwwen these 
rewrited by pagespeed and those not rewrited.
   Maybe there is a Disallow directive for those css files not rewrited?


-- 
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-04-11 Thread GitBox


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


   1.- `pagespeed FetchHttps enable`  need 
   ```
   pagespeed SslCertDirectory directory;
   pagespeed SslCertFile file;
   ```
   See  
https://www.modpagespeed.com/doc/https_support#configuring_ssl_certificates as 
stated by @oschaaf 
   
   2.- `pagespeed Domain https://ladesignconcepts.com;` and `pagespeed Domain 
http*://*.ladesignconcepts.com;` are redundant, the 1st is included in the 2nd.
   
   3- Why you need MapRewriteDomain, MapOriginDomain and ShardDomain?
   
   Whit `pagespeed MapRewriteDomain ladesignconcepts.com 
images.ladesignconcepts.com;` any `images.ladesignconcepts.com` in the html 
code is converted to `ladesignconcepts.com` but I can´t see any 
`images.ladesignconcepts.com` in the html code when pagespeed is turned off.
   
   Whit `pagespeed ShardDomain https://images.ladesignconcepts.com 
https://ladesignconcepts.com;` you try to download request to 
`https://images.ladesignconcepts.com` from `https://ladesignconcepts.com` but 
you use http2 so no shard works here. Http2 creates 1 connection and download 
all assets from this connection.
   
   Whit `pagespeed MapOriginDomain localhost ladesignconcepts.com;` you make a 
request to localhost when the client request `http://ladesignconcepts.com`. 
This need 2 servers blocks in nginx config, 1 for `localhost` (http) and 1 for 
`ladesignconcepts.com` (http).
   If `ladesignconcepts.com` is https and you have this config, then the 
directive must be set as:
   `pagespeed MapOriginDomain localhost https://ladesignconcepts.com;`


-- 
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-23 Thread GitBox


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


   
   > [This is a gist with the output from `?PageSpeedFilters=+debug` 
](https://gist.github.com/benjaminadk/205e5fae50cfe54ea9ad2af73f3c8268)
   > 
   No, this gist contains only javascript, in not the output from the filter.
   
   Some server config is wrong, when I try to 
PageSpeedFilters=+debug,-inline_css this come in an infinyte loop, the plus 
sign is decoded to %20
   
   The outpu from the debug filter is some like:
   
   
![Captura](https://user-images.githubusercontent.com/22342793/108843102-86cf8780-75da-11eb-807d-63ff61510397.jpg)
   
   You can see in green the debug messages.
   
   An other question is that some css don´t be manipulated by pagespeed.
   Ths one is:
   
   
![Captura](https://user-images.githubusercontent.com/22342793/108843460-03626600-75db-11eb-9b3d-dfe32402f226.jpg)
   
   
   But this other not:
   
   
![Captura](https://user-images.githubusercontent.com/22342793/108843564-22f98e80-75db-11eb-83b6-236dcf322087.jpg)
   
   
   See the diff betwen the Etag headers, and the second image don´t have the 
pagespeed header. Both are from your domain, so are authorized.
   
   
   
   
   



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-16 Thread GitBox


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


   When you cleared the cache, css files are served rewrited by pagespeed or 
are the original css files?
   
   My bet is that some thing has changed and pagespeed is unable to fech the 
resources.
   I you try `https;//mydomain.com/?PageSpeedFilters=+debug` maybe the debug 
messages (as html comments in the code) have some clue.
   
   How pagespeed fecht https resources (What config have)?
   What domains have you authorized?
   
   Have you tried the LoadFromFile?
   



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