Dukemaster
Regular Pleskian
Hi at all,
since I discovered two irregularities with the displayed version of Pagespeed I'm fighting with myself about recompiling Nginx 1.13.5 again with modules ngx_pagespeed, brotli, etc, shortly speaking the whole tutorial of @UFHH01.
The problem could be caused by my own mistake compiling new nginx 1.13.5 version with pagespeed 1.12.34.3-0 without removing the old nginx 1.13.2 compiled with pagespeed 1.12.34.2-0 from around two months ago.
1. Now Qualys (ssllabs.com) displays the (correct) new pagespeed version 1.12.34.3-0 and also new nginx 1.13.5 version. Everything seems to be perfect.
2. But in e.g. nginx logs (/var/log/nginx/error.log) the old pagespeed version 1.12.34.2-0 is shown:
or for example here in /var/www/vhosts/example.com/logs/access_ssl_log.processed:
It could be possible that the wrong displayed version could be a issue by pagespeed, but I couldn't find hints to this possibility. Don't know if other ngx_pagespeed users have the same diplayyed version problem, but I don't think so.
APART FROM THAT PAGESPEED WORKS VERY FINE (old and new version) ! ! !
Would be very nice and helpful if someone could help me to go the right way by removing pagespeed, if necessary also removing nginx. HOW to REMOVE it correctly.
Then for sure I want to compile nginx 1.13.5 again with ngx_pagespeed and the other modules. Pagespeed is amazing, don't want to give up using it..! ! ! Like PLESK <3
Perhaps there is no need to remove both and I only have to recompile it like it is by UFHH01's contribution.
Greets
since I discovered two irregularities with the displayed version of Pagespeed I'm fighting with myself about recompiling Nginx 1.13.5 again with modules ngx_pagespeed, brotli, etc, shortly speaking the whole tutorial of @UFHH01.
The problem could be caused by my own mistake compiling new nginx 1.13.5 version with pagespeed 1.12.34.3-0 without removing the old nginx 1.13.2 compiled with pagespeed 1.12.34.2-0 from around two months ago.
1. Now Qualys (ssllabs.com) displays the (correct) new pagespeed version 1.12.34.3-0 and also new nginx 1.13.5 version. Everything seems to be perfect.
2. But in e.g. nginx logs (/var/log/nginx/error.log) the old pagespeed version 1.12.34.2-0 is shown:
Code:
2017/10/16 17:57:05 [error] 2162#2162: *4306 invalid url, client: 91.200.12.81, server: , request: "GET / HTTP/1.0"
2017/10/16 18:42:13 [error] 2162#2162: *5480 invalid url, client: 91.200.12.81, server: , request: "GET / HTTP/1.0"
2017/10/16 19:28:43 [error] 2162#2494: [ngx_pagespeed 1.12.34.2-0] Slow ReadFile operation on file /var/ngx_pagespeed_cache/v3/example.com/https,3A/,2Fwww.example.com/photos/userImages/12/3011-12b2b0a4.jpg,: 52.461ms; configure SlowFileLatencyUs to change threshold
or for example here in /var/www/vhosts/example.com/logs/access_ssl_log.processed:
Code:
217.160.167.167 - - [17/Sep/2017:04:30:00 +0200] "GET /images/apple-touch-icon-32x32.png HTTP/1.1" 200 29390 "http://www.example.com/" "Serf/1.3.8 (mod_pagespeed/1.12.34.2-0)"
217.160.167.167 - - [17/Sep/2017:04:30:00 +0200] "GET /photos/userImages/0c/3079-0c145f07-medium.jpg HTTP/1.1" 200 44227 "http://www.example.com/" "Serf/1.3.8 (mod_pagespeed/1.12.34.2-0)"
217.160.167.167 - - [17/Sep/2017:04:30:00 +0200] "GET /images/colorPickerGradient.png HTTP/1.1" 200 8566 "http://www.example.com/" "Serf/1.3.8 (mod_pagespeed/1.12.34.2-0)"
217.160.167.167 - - [17/Sep/2017:04:30:00 +0200] "GET /images/colorPickerBar.png HTTP/1.1" 200 102 "http://www.example.com/" "Serf/1.3.8 (mod_pagespeed/1.12.34.2-0)"
217.160.167.167 - - [17/Sep/2017:04:30:56 +0200] "GET /images/smilies/emojione/1f914.png HTTP/1.1" 200 604 "http://www.example.com/" "Serf/1.3.8 (mod_pagespeed/1.12.34.2-0)"
It could be possible that the wrong displayed version could be a issue by pagespeed, but I couldn't find hints to this possibility. Don't know if other ngx_pagespeed users have the same diplayyed version problem, but I don't think so.
APART FROM THAT PAGESPEED WORKS VERY FINE (old and new version) ! ! !
Would be very nice and helpful if someone could help me to go the right way by removing pagespeed, if necessary also removing nginx. HOW to REMOVE it correctly.
Then for sure I want to compile nginx 1.13.5 again with ngx_pagespeed and the other modules. Pagespeed is amazing, don't want to give up using it..! ! ! Like PLESK <3
Perhaps there is no need to remove both and I only have to recompile it like it is by UFHH01's contribution.
Greets
Last edited: