ioweb-gr commented on issue #1897:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1897#issuecomment-963024870


   > But you have a "fixed" part: pagespeed LoadFromFile 
"https://www.example.com/pub/media/"; "/path-to-the fixed-one/pub/media/"
   
   Not always,  some paths will be rendered like this 
   `pub/static/version1636311072/frontend/...../image.png `
   
   > I canĀ“t see a pagespeed Domain http*://*.domain.com 
   
   I just added it as 
   `pagespeed Domain http*://*.subdomain.example.com;`
   
   and as 
   
   `pagespeed Domain http*://subdomain.example.com;`
   
   and as 
   
   `pagespeed Domain http*://*.example.com;`
   
    but I don't see any change in the errors :( 
   
   Here's what shows in pagespeed admin in the first case `pagespeed Domain 
http*://*.subdomain.example.com;` for example
   ```
   Version: 14: on
   
   Filters
   gp   Convert Gif to Png
   jp   Convert Jpeg to Progressive
   jw   Convert Jpeg To Webp
   pj   Convert Png to Jpeg
   wa   Convert animated images to WebP
   ws   When converting images to WebP, prefer lossless conversions
   hw   Flushes html
   js   Jpeg Subsampling
   rj   Recompress Jpeg
   rp   Recompress Png
   rw   Recompress Webp
   cp   Strip Image Color Profiles
   md   Strip Image Meta Data
   
   Options
     AdminPath (nap)                              /pagespeed_admin
     AvoidRenamingIntrospectiveJavascript (aris)  True
     BeaconUrl (bu)                               /ngx_pagespeed_beacon
     ConsolePath (ncp)                            /pagespeed_console
     EnableCachePurge (euci)                      True
     EnableRewriting (e)                          1
     FetchHttps (fhs)                             enable,allow_self_signed
     FileCacheCleanIntervalMs (afcci)             3600000
     FileCacheInodeLimit (afcl)                   500000
     FileCachePath (afcp)                         /var/ngx_pagespeed_cache
     FileCacheSizeKb (afc)                        204800
     GlobalAdminPath (ngap)                       /pagespeed_global_admin
     GlobalStatisticsPath (ngsp)                  
/ngx_pagespeed_global_statistics
     LogDir (ald)                                 /var/log/ngx_pagespeed
     LRUCacheByteLimit (alcb)                     16384
     LRUCacheKbPerProcess (alcp)                  8192
     MessagesPath (nmp)                           /ngx_pagespeed_message
     RewriteLevel (l)                             Pass Through
     SslCertDirectory (assld)                     /etc/ssl/certs
     Statistics (ase)                             True
     StatisticsLogging (asle)                     True
     StatisticsPath (nsp)                         /ngx_pagespeed_statistics
   
   Domain Lawyer
     http*://*.subdomain.example.com/ Auth
   ```
   
   > In the log files can you see any request made with UA with "Serf" in it?
   
   I grepped 'serf' in the nginx access logs and I can see it if you mean that 
record
   
   ```
   ../logs/proxy_error_log:2021/11/08 10:42:10 [error] 1559750#0: 
[ngx_pagespeed 1.13.35.2-0] 
http://subdomain.example.com/pub/media/icons/34xNxetennis_rating_banner.png 
(connecting to:localhost):0:serf_context_run error status=111 (Connection 
refused)
   ```
   
   
   >  In the file cache (/var/ngx_pagespeed_cache) under v3 folder what you see?
   
   I can see files for my server IP and my main domain (the site is in a 
subdomain however I see only the domain part if that's correct) , I marked with 
an arrow my domain
   
   
![image](https://user-images.githubusercontent.com/20220341/140727824-c607cfc1-af3e-41d6-aa00-883eca37dbc1.png)
   


-- 
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