[GitHub] jmarantz opened a new issue #1743: Cache-Control header values are not always treated case-insensitive as the spec indicates

2018-02-06 Thread GitBox
jmarantz opened a new issue #1743: Cache-Control header values are not always treated case-insensitive as the spec indicates URL: https://github.com/apache/incubator-pagespeed-mod/issues/1743 See https://tools.ietf.org/html/rfc7234#section-5.2 > Cache directives are identified by a

[GitHub] chaihongjun commented on issue #1533: configure: error: module ngx_pagespeed requires the pagespeed optimization library.

2018-02-06 Thread GitBox
chaihongjun commented on issue #1533: configure: error: module ngx_pagespeed requires the pagespeed optimization library. URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1533#issuecomment-363647063 close This

[GitHub] chaihongjun commented on issue #1533: configure: error: module ngx_pagespeed requires the pagespeed optimization library.

2018-02-06 Thread GitBox
chaihongjun commented on issue #1533: configure: error: module ngx_pagespeed requires the pagespeed optimization library. URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1533#issuecomment-363647015 @stevenzhu25 ??

[GitHub] chaihongjun closed issue #1533: configure: error: module ngx_pagespeed requires the pagespeed optimization library.

2018-02-06 Thread GitBox
chaihongjun closed issue #1533: configure: error: module ngx_pagespeed requires the pagespeed optimization library. URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1533 This is an automated message from the

[GitHub] stevenzhu25 commented on issue #1533: configure: error: module ngx_pagespeed requires the pagespeed optimization library.

2018-02-06 Thread GitBox
stevenzhu25 commented on issue #1533: configure: error: module ngx_pagespeed requires the pagespeed optimization library. URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1533#issuecomment-363646061 @chaihongjun ?? ?libuuid-devel? ??? Issue solved. Just

[GitHub] oschaaf commented on issue #1535: Pagespeed with downstream cache: How to cache static resources?

2018-02-11 Thread GitBox
oschaaf commented on issue #1535: Pagespeed with downstream cache: How to cache static resources? URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1535#issuecomment-364762563 If you query the origin directly, do the caching headers show? If not -- if you disable pagespeed

[GitHub] oschaaf commented on issue #1535: ModifyCachingHeaders should only apply to html responses

2018-02-13 Thread GitBox
oschaaf commented on issue #1535: ModifyCachingHeaders should only apply to html responses URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1535#issuecomment-365253793 The relevant code is over at

[GitHub] tobsch commented on issue #1535: ModifyCachingHeaders should only apply to html responses

2018-02-13 Thread GitBox
tobsch commented on issue #1535: ModifyCachingHeaders should only apply to html responses URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1535#issuecomment-365270159 I have to admit it is a little misleading but you want to be able to use them individually. so who can do

[GitHub] eldk commented on issue #1485: s-maxage stuck on

2018-02-13 Thread GitBox
eldk commented on issue #1485: s-maxage stuck on URL: https://github.com/apache/incubator-pagespeed-mod/issues/1485#issuecomment-365270222 Hello, Checking if some mp4 videos are indexed by Google, I've found that some of them are also always served with s-maxage=0 : ```

[GitHub] oschaaf commented on issue #1535: Pagespeed with downstream cache: How to cache static resources?

2018-02-13 Thread GitBox
oschaaf commented on issue #1535: Pagespeed with downstream cache: How to cache static resources? URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1535#issuecomment-365252494 Well, first I thought that `ModifyCachingHeaders` pretty much does what it says on the tin when you

[GitHub] eldk commented on issue #1485: s-maxage stuck on

2018-02-13 Thread GitBox
eldk commented on issue #1485: s-maxage stuck on URL: https://github.com/apache/incubator-pagespeed-mod/issues/1485#issuecomment-365270222 Hello, Checking if some mp4 videos are indexed by Google, I've found that some of them are also always served with s-maxage=0 (IPRO) :

[GitHub] tobsch commented on issue #1535: Pagespeed with downstream cache: How to cache static resources?

2018-02-12 Thread GitBox
tobsch commented on issue #1535: Pagespeed with downstream cache: How to cache static resources? URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1535#issuecomment-365168160 Hi Otto, I have got this configuration set up for caching of .pagespeed. resources: ``` #

[GitHub] tobsch commented on issue #1535: Pagespeed with downstream cache: How to cache static resources?

2018-02-13 Thread GitBox
tobsch commented on issue #1535: Pagespeed with downstream cache: How to cache static resources? URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1535#issuecomment-365215897 Hi Otto, I already tried this, nginx rejects to start if I set Cache-Control: ```

[GitHub] tobsch commented on issue #1535: Pagespeed with downstream cache: How to cache static resources?

2018-02-13 Thread GitBox
tobsch commented on issue #1535: Pagespeed with downstream cache: How to cache static resources? URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1535#issuecomment-365215897 Hi Otto, I already tried this, nginx rejects to start if I set Cache-Control: ```

[GitHub] ac1982 commented on issue #1533: configure: error: module ngx_pagespeed requires the pagespeed optimization library.

2018-02-13 Thread GitBox
ac1982 commented on issue #1533: configure: error: module ngx_pagespeed requires the pagespeed optimization library. URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1533#issuecomment-365208731 on Ubuntu 16.04, the lib named "`uuid-dev`" `sudo apt-get install uuid-dev`

[GitHub] tobsch commented on issue #1535: Pagespeed with downstream cache: How to cache static resources?

2018-02-13 Thread GitBox
tobsch commented on issue #1535: Pagespeed with downstream cache: How to cache static resources? URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1535#issuecomment-365215897 Hi Otto, I already tried this, nginx rejects to start if I set Cache-Control: ```

[GitHub] oschaaf commented on issue #1535: Pagespeed with downstream cache: How to cache static resources?

2018-02-12 Thread GitBox
oschaaf commented on issue #1535: Pagespeed with downstream cache: How to cache static resources? URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1535#issuecomment-365173878 Not sure if this works for cache detectives but it is worth a try.. Could you try if you can use

[GitHub] oschaaf commented on issue #1535: ModifyCachingHeaders should only apply to html responses

2018-02-13 Thread GitBox
oschaaf commented on issue #1535: ModifyCachingHeaders should only apply to html responses URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1535#issuecomment-365173878 Not sure if this works for cache directives but it is worth a try.. Could you try if you can use

[GitHub] oschaaf commented on issue #1535: ModifyCachingHeaders should only apply to html responses

2018-02-13 Thread GitBox
oschaaf commented on issue #1535: ModifyCachingHeaders should only apply to html responses URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1535#issuecomment-365295377 Well, it may take me a while before I get around to this, there are some other things in the project that

[GitHub] dtzWill commented on issue #1518: Nginx, brotli, ssl combination crashes nginx

2018-02-13 Thread GitBox
dtzWill commented on issue #1518: Nginx, brotli, ssl combination crashes nginx URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1518#issuecomment-365404566 I was encountering a bug that sounds very similar to this, but found it was fixed when using this version of ngx_brotli:

[GitHub] ashishk-1 commented on issue #1536: CentOS 6 configure error

2018-02-13 Thread GitBox
ashishk-1 commented on issue #1536: CentOS 6 configure error URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1536#issuecomment-365508832 can you try again by passing this to configure --with-ld-opt="-Wl,--start-group -luuid -lapr-1 -laprutil-1 -licudata -licuuc -lpng12

[GitHub] ashishk-1 opened a new pull request #1747: third party gprc library upgraded to version 1.6.0

2018-02-14 Thread GitBox
ashishk-1 opened a new pull request #1747: third party gprc library upgraded to version 1.6.0 URL: https://github.com/apache/incubator-pagespeed-mod/pull/1747 - grpc version 1.6.0 supports openssl version 1.1. So this can be built on platforms having openssl 1.0 and 1.1 as well. -

[GitHub] dtulyakov commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails

2018-02-14 Thread GitBox
dtulyakov commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1512#issuecomment-365527300 ./auto/configure --add-module=debian/modules/incubator-pagespeed-ngx --with-debug

[GitHub] dtulyakov commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails

2018-02-14 Thread GitBox
dtulyakov commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1512#issuecomment-365525797 nginx - 1.13.8 pagespeed and psol - latest stable answer to the question yes ``` ./auto/configure

[GitHub] oschaaf commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails

2018-02-14 Thread GitBox
oschaaf commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1512#issuecomment-365526154 What does autoconf.err look like? This is an automated

[GitHub] oschaaf closed issue #1512: Installing NGINX with 1.13.35.1-beta fails

2018-02-14 Thread GitBox
oschaaf closed issue #1512: Installing NGINX with 1.13.35.1-beta fails URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1512 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] oschaaf commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails

2018-02-14 Thread GitBox
oschaaf commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1512#issuecomment-365528250 Cool, closing! This is an automated message from the

[GitHub] dtulyakov commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails

2018-02-14 Thread GitBox
dtulyakov commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1512#issuecomment-365528176 thanks, helped ```apt-get install uuid-dev ``` This is

[GitHub] dtulyakov commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails

2018-02-14 Thread GitBox
dtulyakov commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1512#issuecomment-365526387 https://gist.github.com/dtulyakov/5cc316c389cbbc59556ce9219dcde76f

[GitHub] oschaaf commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails

2018-02-14 Thread GitBox
oschaaf commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1512#issuecomment-365527997 See https://www.modpagespeed.com/doc/build_ngx_pagespeed_from_source

[GitHub] oschaaf commented on issue #1518: Nginx, brotli, ssl combination crashes nginx

2018-02-14 Thread GitBox
oschaaf commented on issue #1518: Nginx, brotli, ssl combination crashes nginx URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1518#issuecomment-365526430 Thanks @dtzWill This is an automated message from the

[GitHub] oschaaf commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails

2018-02-14 Thread GitBox
oschaaf commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1512#issuecomment-365526795 "cannot find -luuid" .. the installer ought to have installed that. what commands did you run?

[GitHub] dtzWill commented on issue #1518: Nginx, brotli, ssl combination crashes nginx

2018-02-14 Thread GitBox
dtzWill commented on issue #1518: Nginx, brotli, ssl combination crashes nginx URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1518#issuecomment-365649454 @oschaaf you're welcome :). Did that fix things for you "too"?

[GitHub] nolybom commented on issue #1518: Nginx, brotli, ssl combination crashes nginx

2018-02-14 Thread GitBox
nolybom commented on issue #1518: Nginx, brotli, ssl combination crashes nginx URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1518#issuecomment-365747576 @dtzWill Thank you very much for the hint! I have tested it and can confirm so far that the bug is indeed fixed for me

[GitHub] nolybom commented on issue #1518: Nginx, brotli, ssl combination crashes nginx

2018-02-14 Thread GitBox
nolybom commented on issue #1518: Nginx, brotli, ssl combination crashes nginx URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1518#issuecomment-365747576 @dtzWill Thank you very much for the hint! I have tested it and can confirm so far that the bug is fixed.

[GitHub] nolybom commented on issue #1518: Nginx, brotli, ssl combination crashes nginx

2018-02-14 Thread GitBox
nolybom commented on issue #1518: Nginx, brotli, ssl combination crashes nginx URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1518#issuecomment-365747576 @dtzWill Thank you very much for the hint! I have tested it and can confirm so far that the bug is fixed. (y)

[GitHub] nolybom commented on issue #1518: Nginx, brotli, ssl combination crashes nginx

2018-02-14 Thread GitBox
nolybom commented on issue #1518: Nginx, brotli, ssl combination crashes nginx URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1518#issuecomment-365747576 @dtzWill Thank you very much for the hint! I have tested it and can confirm so far that the bug is indeed fixed for me

[GitHub] daehub opened a new issue #1536: CentOS 6 configure error

2018-02-13 Thread GitBox
daehub opened a new issue #1536: CentOS 6 configure error URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1536 My server run in CentOS 6.4 and the configure info is: ./configure --add-module=$HOME/$nps_dir ${PS_NGX_EXTRA_FLAGS} checking for OS + Linux

[GitHub] oschaaf commented on issue #1518: Nginx, brotli, ssl combination crashes nginx

2018-02-14 Thread GitBox
oschaaf commented on issue #1518: Nginx, brotli, ssl combination crashes nginx URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1518#issuecomment-365682126 Well I can see that the change in the brotli module you pointed out adresses a potential problem, which could very well

[GitHub] oschaaf closed issue #1518: Nginx, brotli, ssl combination crashes nginx

2018-02-14 Thread GitBox
oschaaf closed issue #1518: Nginx, brotli, ssl combination crashes nginx URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1518 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] oschaaf commented on issue #1747: third party gprc library upgraded to version 1.6.0

2018-02-14 Thread GitBox
oschaaf commented on issue #1747: third party gprc library upgraded to version 1.6.0 URL: https://github.com/apache/incubator-pagespeed-mod/pull/1747#issuecomment-365700735 So some this failed for me: ``` CXX(target)

[GitHub] tobsch commented on issue #1535: Pagespeed with downstream cache: How to cache static resources?

2018-02-09 Thread GitBox
tobsch commented on issue #1535: Pagespeed with downstream cache: How to cache static resources? URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1535#issuecomment-364445715 @oschaaf Sure. And I am behind a "Dumb" CDN (google) and this is why I disabled the beaconing and

[GitHub] oschaaf commented on issue #1532: NGX Pagespeed library can't be found

2018-02-05 Thread GitBox
oschaaf commented on issue #1532: NGX Pagespeed library can't be found URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1532#issuecomment-363326517 Can you post the commands you ran? On Tue, 6 Feb 2018 at 03:50, Ray Walker wrote: >

[GitHub] oschaaf commented on issue #1532: NGX Pagespeed library can't be found

2018-02-05 Thread GitBox
oschaaf commented on issue #1532: NGX Pagespeed library can't be found URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1532#issuecomment-363328516 (this came up earlier, and I had hoped this was addressed via

[GitHub] oschaaf commented on issue #1532: NGX Pagespeed library can't be found

2018-02-05 Thread GitBox
oschaaf commented on issue #1532: NGX Pagespeed library can't be found URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1532#issuecomment-363225665 Just ran the following on a fresh debian VM which worked fine: ``` bash <(curl -f -L -sS

[GitHub] stevenzhu25 opened a new issue #1532: NGX Pagespeed library can't be found

2018-02-05 Thread GitBox
stevenzhu25 opened a new issue #1532: NGX Pagespeed library can't be found URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1532 Hi, I was trying to update my nginx with PSv1.13.35.2 When compiling with all same arguments, it presented me this error message: ```

[GitHub] Ezyweb-uk commented on issue #67: ea-apache24-mod_version is needed

2018-02-08 Thread GitBox
Ezyweb-uk commented on issue #67: ea-apache24-mod_version is needed URL: https://github.com/apache/incubator-pagespeed-cpanel/issues/67#issuecomment-364087711 Solved: I'd missed running the first command. This is an

[GitHub] Ezyweb-uk closed issue #67: ea-apache24-mod_version is needed

2018-02-08 Thread GitBox
Ezyweb-uk closed issue #67: ea-apache24-mod_version is needed URL: https://github.com/apache/incubator-pagespeed-cpanel/issues/67 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] Ezyweb-uk opened a new issue #67: ea-apache24-mod_version is needed

2018-02-08 Thread GitBox
Ezyweb-uk opened a new issue #67: ea-apache24-mod_version is needed URL: https://github.com/apache/incubator-pagespeed-cpanel/issues/67 Following the instructions [here](https://tuxciti.com/2017/02/21/install-and-configure-mod_pagespeed-for-easyapache-4/) and the following command

[GitHub] stevenzhu25 commented on issue #1532: NGX Pagespeed library can't be found

2018-02-06 Thread GitBox
stevenzhu25 commented on issue #1532: NGX Pagespeed library can't be found URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1532#issuecomment-36341 Resolved... Simply by installing libuuid-devel. Was using custom install. Thank you.

[GitHub] oschaaf commented on issue #1747: third party gprc library upgraded to version 1.6.0

2018-02-14 Thread GitBox
oschaaf commented on issue #1747: third party gprc library upgraded to version 1.6.0 URL: https://github.com/apache/incubator-pagespeed-mod/pull/1747#issuecomment-365700735 So somehow this failed for me: ``` CXX(target)

[GitHub] oschaaf commented on issue #1748: Image Optimization doesn't work behind a CDN (cloudflare)

2018-02-15 Thread GitBox
oschaaf commented on issue #1748: Image Optimization doesn't work behind a CDN (cloudflare) URL: https://github.com/apache/incubator-pagespeed-mod/issues/1748#issuecomment-366166381 So my first thought is: this ought to work fine, as pagespeed will mark the html as not cacheable..

[GitHub] daehub commented on issue #1536: CentOS 6 configure error

2018-02-16 Thread GitBox
daehub commented on issue #1536: CentOS 6 configure error URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1536#issuecomment-366400012 I have found the reason. i used wrong nginx version. I have used stable version, but it should be the mainline version. When i changed the

[GitHub] rnlw opened a new issue #1537: DNS prefetch function uses "chrome.loadTimes" instead of the API Paint Timing

2018-02-16 Thread GitBox
rnlw opened a new issue #1537: DNS prefetch function uses "chrome.loadTimes" instead of the API Paint Timing URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1537 Hi, i updated to `Chrome 64` and from the console in my website i receive an advice as the follow:

[GitHub] Firegarden commented on issue #844: Pagespeed unable to see Nginx GZip

2018-02-17 Thread GitBox
Firegarden commented on issue #844: Pagespeed unable to see Nginx GZip URL: https://github.com/apache/incubator-pagespeed-ngx/issues/844#issuecomment-366489817 I am seeing this error and I have > pagespeed unplugged Which makes me believe that unplugged does not really mean

[GitHub] soft2u commented on issue #66: Wrong URL

2018-02-19 Thread GitBox
soft2u commented on issue #66: Wrong URL URL: https://github.com/apache/incubator-pagespeed-cpanel/issues/66#issuecomment-366825095 try this:

[GitHub] rajuginne commented on issue #844: Pagespeed unable to see Nginx GZip

2018-02-21 Thread GitBox
rajuginne commented on issue #844: Pagespeed unable to see Nginx GZip URL: https://github.com/apache/incubator-pagespeed-ngx/issues/844#issuecomment-367262789 i am also getting errors on latest versions both nginx and page speed

[GitHub] oschaaf commented on issue #844: Pagespeed unable to see Nginx GZip

2018-02-21 Thread GitBox
oschaaf commented on issue #844: Pagespeed unable to see Nginx GZip URL: https://github.com/apache/incubator-pagespeed-ngx/issues/844#issuecomment-367275487 These are not error messages, they are informational messages. Having said that, I agree it would be an improvement to not

[GitHub] oschaaf closed pull request #1749: .gitmodules: update giflib remote uri

2018-02-20 Thread GitBox
oschaaf closed pull request #1749: .gitmodules: update giflib remote uri URL: https://github.com/apache/incubator-pagespeed-mod/pull/1749 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] oschaaf opened a new pull request #1749: .gitmodules: update giflib remote uri

2018-02-20 Thread GitBox
oschaaf opened a new pull request #1749: .gitmodules: update giflib remote uri URL: https://github.com/apache/incubator-pagespeed-mod/pull/1749 sourceforge has been performing a datacenter migration, which resulted in a service disruption. Access via https:// is still broken, but via

[GitHub] nberlee commented on issue #1181: Support Alpine

2018-02-18 Thread GitBox
nberlee commented on issue #1181: Support Alpine URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1181#issuecomment-366546839 I just pushed https://github.com/We-Amp/ngx-pagespeed-alpine/tree/dev * Pagespeed 1.13.35.2 (mod and ngx) * Builds on Alpine 3.7 and edge *

[GitHub] TheMBB99 commented on issue #1538: Grey Bars in Image when resize_images

2018-02-20 Thread GitBox
TheMBB99 commented on issue #1538: Grey Bars in Image when resize_images URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1538#issuecomment-366996114 Exactly, this is an correct example of the problem. Running NGINX 1.12.2 with ngx_pagespeed 1.13.35.2-stable

[GitHub] oschaaf commented on issue #1538: Grey Bars in Image when resize_images

2018-02-20 Thread GitBox
oschaaf commented on issue #1538: Grey Bars in Image when resize_images URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1538#issuecomment-366989631 Can you post the version of ngx_pagespeed that is running on the server? The following an example of the problem right?:

[GitHub] TheMBB99 commented on issue #1538: Grey Bars in Image when resize_images

2018-02-20 Thread GitBox
TheMBB99 commented on issue #1538: Grey Bars in Image when resize_images URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1538#issuecomment-366975858 https://heydorn.com/shop/damen.html?PageSpeedFilters=+resize_images

[GitHub] jmarantz commented on issue #1539: Will ngx_pagespeed affect the use of http / 2 server push?

2018-02-24 Thread GitBox
jmarantz commented on issue #1539: Will ngx_pagespeed affect the use of http / 2 server push? URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1539#issuecomment-368234243 This is a great question. The direct answer you are asking for is that you can have h2 server push

[GitHub] sbellver commented on issue #60: Cant rpmbuild cpanel

2018-02-24 Thread GitBox
sbellver commented on issue #60: Cant rpmbuild cpanel URL: https://github.com/apache/incubator-pagespeed-cpanel/issues/60#issuecomment-368264735 Me too :'( This is an automated message from the Apache Git Service. To respond

[GitHub] sbellver commented on issue #60: Cant rpmbuild cpanel

2018-02-24 Thread GitBox
sbellver commented on issue #60: Cant rpmbuild cpanel URL: https://github.com/apache/incubator-pagespeed-cpanel/issues/60#issuecomment-368264735 Me too :'( Solved following this: https://github.com/Prajithp/cPanel_Mod_PageSpeed/blob/master/README.md#updating-instructions

[GitHub] mrblu3 opened a new issue #1748: Image Optimization doesn't work behind a CDN (cloudflare)

2018-02-15 Thread GitBox
mrblu3 opened a new issue #1748: Image Optimization doesn't work behind a CDN (cloudflare) URL: https://github.com/apache/incubator-pagespeed-mod/issues/1748 We've a few sites running on apache with pagespeed... few weeks ago we start to use cloudflare as a CDN This service act

[GitHub] oschaaf commented on issue #1538: Grey Bars in Image when resize_images

2018-02-16 Thread GitBox
oschaaf commented on issue #1538: Grey Bars in Image when resize_images URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1538#issuecomment-366380573 For someone who willing to evaluate this, it would probably be really helpful if you could post a link to a page that shows the

[GitHub] nberlee commented on issue #1181: Support Alpine

2018-02-23 Thread GitBox
nberlee commented on issue #1181: Support Alpine URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1181#issuecomment-368069334 @tobsch Are you having problems with my Dockerfile as-is? If this is the case I would like to know. If you only want libpng 1.6 (which i would

[GitHub] nberlee commented on issue #1181: Support Alpine

2018-02-23 Thread GitBox
nberlee commented on issue #1181: Support Alpine URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1181#issuecomment-368069334 @tobsch Are you having problems with my Dockerfile as-is? If this is the case I would like to know. If you only want libpng 1.6 (which i would

[GitHub] tobsch commented on issue #1181: Support Alpine

2018-02-22 Thread GitBox
tobsch commented on issue #1181: Support Alpine URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1181#issuecomment-367925157 @nberlee great thing! do you have an idea how to convince pagespeed to link libpng statically? In my case, I get trouble with other libraries

[GitHub] nberlee commented on issue #1181: Support Alpine

2018-02-23 Thread GitBox
nberlee commented on issue #1181: Support Alpine URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1181#issuecomment-368069334 @tobsch Are you having problems with my Dockerfile as-is? If this is the case I would like to know. If you only want libpng 1.6 (which i would

[GitHub] oschaaf closed issue #1753: libwebp should be updated to >=0.5.2

2018-02-25 Thread GitBox
oschaaf closed issue #1753: libwebp should be updated to >=0.5.2 URL: https://github.com/apache/incubator-pagespeed-mod/issues/1753 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] oschaaf commented on issue #1181: Support Alpine

2018-02-25 Thread GitBox
oschaaf commented on issue #1181: Support Alpine URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1181#issuecomment-368412578 @tobsch Thanks for the patch! And sure, I will take a look, but it will be next week as I am on vacation this week. The required change is not super

[GitHub] tobsch commented on issue #1181: Support Alpine

2018-02-25 Thread GitBox
tobsch commented on issue #1181: Support Alpine URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1181#issuecomment-368408109 @oschaaf maybe you can help me with https://github.com/apache/incubator-pagespeed-ngx/issues/1535 in exchange :-) ? this prevents me from using ps in

[GitHub] nberlee opened a new issue #1753: libwebp should be updated to >=0.5.2

2018-02-25 Thread GitBox
nberlee opened a new issue #1753: libwebp should be updated to >=0.5.2 URL: https://github.com/apache/incubator-pagespeed-mod/issues/1753 libwebp 0.5.1, currently used and has vulnerabilities described in CVE-2016-9085 and CVE-2016- (see

[GitHub] nberlee commented on issue #1753: libwebp should be updated to >=0.5.2

2018-02-26 Thread GitBox
nberlee commented on issue #1753: libwebp should be updated to >=0.5.2 URL: https://github.com/apache/incubator-pagespeed-mod/issues/1753#issuecomment-368637634 Got it to build with https://gist.github.com/nberlee/610a3e8a3a71781d290b153f392f9e48 But I am very new to gyp files, so I

[GitHub] oschaaf commented on issue #1751: Mod rewrite rules stop working

2018-02-26 Thread GitBox
oschaaf commented on issue #1751: Mod rewrite rules stop working URL: https://github.com/apache/incubator-pagespeed-mod/issues/1751#issuecomment-368669359 Maybe you have to exclude urls that have `.pagespeed.` in them from being processed by the rewrite rules.

[GitHub] nberlee commented on issue #1753: libwebp should be updated to >=0.5.2

2018-02-26 Thread GitBox
nberlee commented on issue #1753: libwebp should be updated to >=0.5.2 URL: https://github.com/apache/incubator-pagespeed-mod/issues/1753#issuecomment-368637634 Got it to build with https://gist.github.com/nberlee/610a3e8a3a71781d290b153f392f9e48 But I am very new to gyp files, so I

[GitHub] nberlee commented on issue #1753: libwebp should be updated to >=0.5.2

2018-02-26 Thread GitBox
nberlee commented on issue #1753: libwebp should be updated to >=0.5.2 URL: https://github.com/apache/incubator-pagespeed-mod/issues/1753#issuecomment-368637634 Got it to build with https://gist.github.com/nberlee/610a3e8a3a71781d290b153f392f9e48 But I am very new to gyp files, so I

[GitHub] oschaaf commented on issue #1753: libwebp should be updated to >=0.5.2

2018-02-26 Thread GitBox
oschaaf commented on issue #1753: libwebp should be updated to >=0.5.2 URL: https://github.com/apache/incubator-pagespeed-mod/issues/1753#issuecomment-368652376 At a glance that patch looks good to me ... I think it's worth creating a PR out of it. Now I'm not a real gyp expert either,

[GitHub] oschaaf closed issue #1750: How can i add header hit or pass?

2018-02-26 Thread GitBox
oschaaf closed issue #1750: How can i add header hit or pass? URL: https://github.com/apache/incubator-pagespeed-mod/issues/1750 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] oschaaf commented on issue #1750: How can i add header hit or pass?

2018-02-26 Thread GitBox
oschaaf commented on issue #1750: How can i add header hit or pass? URL: https://github.com/apache/incubator-pagespeed-mod/issues/1750#issuecomment-368668820 mod_pagespeed doesn't cache html, so I think that answers your question.. Closing this, but feel free to re-open if I

[GitHub] attinderdhillon opened a new issue #1573: Redis Unix Socket

2018-06-21 Thread GitBox
attinderdhillon opened a new issue #1573: Redis Unix Socket URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1573 How do I connect to Redis Unix Socket ? I tried (pagespeed RedisServer "/var/run/redis/redis.sock";)

[GitHub] attinderdhillon closed issue #1573: Redis Unix Socket

2018-06-21 Thread GitBox
attinderdhillon closed issue #1573: Redis Unix Socket URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1573 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] attinderdhillon commented on issue #1573: Redis Unix Socket

2018-06-21 Thread GitBox
attinderdhillon commented on issue #1573: Redis Unix Socket URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1573#issuecomment-399079853 https://github.com/apache/incubator-pagespeed-ngx/issues/1378 This is an

[GitHub] ivanionut opened a new issue #1572: Fetch as Google & images Temporarily unreachable

2018-06-20 Thread GitBox
ivanionut opened a new issue #1572: Fetch as Google & images Temporarily unreachable URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1572 Hi everyone, I have a problem with Google that indicates that all images optimized with pagespeed are "**_Temporarily unreachable_**".

[GitHub] xiangfengsu opened a new issue #1583: Jpeg file Content-Type does not become webp when using convert_jpeg_to_webp

2018-08-03 Thread GitBox
xiangfengsu opened a new issue #1583: Jpeg file Content-Type does not become webp when using convert_jpeg_to_webp URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1583 Hi, Please visit the link [website.](http://118.190.154.11/index.html) I can see that its type is

[GitHub] csandanov edited a comment on issue #1181: Support Alpine

2018-08-02 Thread GitBox
csandanov edited a comment on issue #1181: Support Alpine URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1181#issuecomment-410124479 PSOL compilation takes way too much time (~35 min on travis), so I moved it out to a [separate

[GitHub] jimmycasey opened a new pull request #1582: Fixed Spelling.

2018-07-30 Thread GitBox
jimmycasey opened a new pull request #1582: Fixed Spelling. URL: https://github.com/apache/incubator-pagespeed-ngx/pull/1582 Hi there, I wrote this bot based on the top 10 most misspelled english words. (https://blog.oxforddictionaries.com/2016/08/02/corpus-misspellings/) The bot

[GitHub] jimmycasey opened a new pull request #2: Fixed Spelling.

2018-07-30 Thread GitBox
jimmycasey opened a new pull request #2: Fixed Spelling. URL: https://github.com/apache/incubator-pagespeed-debian/pull/2 Hi there, I wrote this bot based on the top 10 most misspelled english words. (https://blog.oxforddictionaries.com/2016/08/02/corpus-misspellings/) The bot

[GitHub] jmarantz commented on issue #1787: .webp images

2018-07-30 Thread GitBox
jmarantz commented on issue #1787: .webp images URL: https://github.com/apache/incubator-pagespeed-mod/issues/1787#issuecomment-409001358 OK -- please be sure to read https://www.modpagespeed.com/doc/downstream-caching to understand the tradeoffs using downstream caches while

[GitHub] Pionell commented on issue #1787: .webp images

2018-07-29 Thread GitBox
Pionell commented on issue #1787: .webp images URL: https://github.com/apache/incubator-pagespeed-mod/issues/1787#issuecomment-408685317 what do you mean caching downstream? I can't provide a hostname, sorry.. This is an

[GitHub] oschaaf closed pull request #1703: Handle Apache >2.4 mod_authz_host

2018-07-27 Thread GitBox
oschaaf closed pull request #1703: Handle Apache >2.4 mod_authz_host URL: https://github.com/apache/incubator-pagespeed-mod/pull/1703 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] Lofesa commented on issue #1787: .webp images

2018-07-26 Thread GitBox
Lofesa commented on issue #1787: .webp images URL: https://github.com/apache/incubator-pagespeed-mod/issues/1787#issuecomment-408045454 Try to add ModPagespeedForbidAllDisabledFilters true This is an automated message

[GitHub] oschaaf closed issue #1580: วิงค์ไวท์

2018-07-26 Thread GitBox
oschaaf closed issue #1580: วิงค์ไวท์ URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1580 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] windsofchange opened a new issue #1789: Invalid command 'ModPagespeedRedisServer'

2018-07-31 Thread GitBox
windsofchange opened a new issue #1789: Invalid command 'ModPagespeedRedisServer' URL: https://github.com/apache/incubator-pagespeed-mod/issues/1789 Hello, Redis is configured and working fine in localhost. However defining in ModPagespeedRedisServer as localhost:6379 or

[GitHub] windsofchange edited a comment on issue #1789: Invalid command 'ModPagespeedRedisServer'

2018-08-01 Thread GitBox
windsofchange edited a comment on issue #1789: Invalid command 'ModPagespeedRedisServer' URL: https://github.com/apache/incubator-pagespeed-mod/issues/1789#issuecomment-409503645 Hi @Lofesa > 1.- You are using a IP6 notation in redis.conf and a IP4 notation in pagespeed.

[GitHub] windsofchange closed issue #1789: Invalid command 'ModPagespeedRedisServer'

2018-08-01 Thread GitBox
windsofchange closed issue #1789: Invalid command 'ModPagespeedRedisServer' URL: https://github.com/apache/incubator-pagespeed-mod/issues/1789 This is an automated message from the Apache Git Service. To respond to the

<    1   2   3   4   5   6   7   8   9   10   >