[GitHub] mijrs commented on issue #1346: err_content_decoding_failed from v1.12

2018-03-07 Thread GitBox
mijrs commented on issue #1346: err_content_decoding_failed from v1.12 URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1346#issuecomment-371064219 Have the same problem. At my server, the created combined CSS file sometimes fail with net::ERR_CONTENT_DECODING_FAILED. ---

[GitHub] S2- opened a new issue #1757: wrong orientation on optimized images

2018-03-07 Thread GitBox
S2- opened a new issue #1757: wrong orientation on optimized images URL: https://github.com/apache/incubator-pagespeed-mod/issues/1757 When using mod_pagespeed to optimize images, the exif orientation data is not taken into account, and exif data is stripped, so the image rotation is wrong

[GitHub] oschaaf commented on issue #1757: wrong orientation on optimized images

2018-03-07 Thread GitBox
oschaaf commented on issue #1757: wrong orientation on optimized images URL: https://github.com/apache/incubator-pagespeed-mod/issues/1757#issuecomment-371085197 Thanks for the report. Note that it is possible to disable the meta data stripping, maybe that helps in the short term: htt

[GitHub] S2- commented on issue #1757: wrong orientation on optimized images

2018-03-07 Thread GitBox
S2- commented on issue #1757: wrong orientation on optimized images URL: https://github.com/apache/incubator-pagespeed-mod/issues/1757#issuecomment-371085583 thank you @oschaaf, I didn't know that. still, having the image optimized and resized, while retaining the correct orientation would

[GitHub] oschaaf commented on issue #1757: wrong orientation on optimized images

2018-03-07 Thread GitBox
oschaaf commented on issue #1757: wrong orientation on optimized images URL: https://github.com/apache/incubator-pagespeed-mod/issues/1757#issuecomment-371089472 By disabling meta data stripping I was suggesting you could achieve resizing and most optimizations on offer (only excluding the

[GitHub] S2- commented on issue #1757: wrong orientation on optimized images

2018-03-07 Thread GitBox
S2- commented on issue #1757: wrong orientation on optimized images URL: https://github.com/apache/incubator-pagespeed-mod/issues/1757#issuecomment-371091471 Yes it works. Metadata is retained and the css property `image-orientation: from-image;` works (in browsers that support it).

[GitHub] oschaaf commented on issue #1757: wrong orientation on optimized images

2018-03-07 Thread GitBox
oschaaf commented on issue #1757: wrong orientation on optimized images URL: https://github.com/apache/incubator-pagespeed-mod/issues/1757#issuecomment-371092485 Cool, thanks for sharing that. Let?s keep this issue open, to see if we can automagically make this work at some point.

[GitHub] helged opened a new issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source

2018-03-07 Thread GitBox
helged opened a new issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source URL: https://github.com/apache/incubator-pagespeed-mod/issues/1758 I just upgraded to mod_pagespeed 1.13.35.2. I hoped that I could finally get rid of `script-src 'unsafe-eval'` i

[GitHub] oschaaf commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source

2018-03-07 Thread GitBox
oschaaf commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source URL: https://github.com/apache/incubator-pagespeed-mod/issues/1758#issuecomment-371282314 How is the CSP header added to the response? (E.g. via php?) --

[GitHub] helged commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source

2018-03-07 Thread GitBox
helged commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source URL: https://github.com/apache/incubator-pagespeed-mod/issues/1758#issuecomment-371282880 The CSP header is added via Apache's security.conf. I can post the file; I am also happy

[GitHub] oschaaf commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source

2018-03-07 Thread GitBox
oschaaf commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source URL: https://github.com/apache/incubator-pagespeed-mod/issues/1758#issuecomment-371285918 I have a hunch.. One workaround you could try is to add any CSP directives as a html me

[GitHub] oschaaf commented on issue #1741: Update NOTICE and LICENSE

2018-03-07 Thread GitBox
oschaaf commented on issue #1741: Update NOTICE and LICENSE URL: https://github.com/apache/incubator-pagespeed-mod/pull/1741#issuecomment-371286483 Anyone up for reviewing / double checking this? This is an automated message

[GitHub] helged commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source

2018-03-07 Thread GitBox
helged commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source URL: https://github.com/apache/incubator-pagespeed-mod/issues/1758#issuecomment-371292366 Adding the CSP via a meta tag to the HTML head - in addition to the Apache configuration

[GitHub] helged opened a new issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source

2018-03-07 Thread GitBox
helged opened a new issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source URL: https://github.com/apache/incubator-pagespeed-mod/issues/1758 I just upgraded to mod_pagespeed 1.13.35.2. I hoped that I could finally get rid of `script-src 'unsafe-eval'` i

[GitHub] helged closed issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source

2018-03-07 Thread GitBox
helged closed issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source URL: https://github.com/apache/incubator-pagespeed-mod/issues/1758 This is an automated message from the Apache Git Ser

[GitHub] helged commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source

2018-03-07 Thread GitBox
helged commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source URL: https://github.com/apache/incubator-pagespeed-mod/issues/1758#issuecomment-371292660 Not sure if I should close this or not. I'll leave it open until an updated version of m

[GitHub] jmarantz commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source

2018-03-07 Thread GitBox
jmarantz commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source URL: https://github.com/apache/incubator-pagespeed-mod/issues/1758#issuecomment-371293485 Leaving it open makes sense, although it seems like this might be complex to fix if th

[GitHub] helged commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source

2018-03-07 Thread GitBox
helged commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source URL: https://github.com/apache/incubator-pagespeed-mod/issues/1758#issuecomment-371294079 If it is possible to change the filter order, maybe some guidance/documentation would he

[GitHub] jmarantz commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source

2018-03-07 Thread GitBox
jmarantz commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source URL: https://github.com/apache/incubator-pagespeed-mod/issues/1758#issuecomment-371295038 Changing filter order in Apache generally, and certainly in mod_pagespeed, is done in

[GitHub] oschaaf commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source

2018-03-07 Thread GitBox
oschaaf commented on issue #1758: ModPagespeedHonorCsp ignores that unsafe-eval is not an allowed script source URL: https://github.com/apache/incubator-pagespeed-mod/issues/1758#issuecomment-371303748 Another thought -- would it make sense to make header reading more configurable per hea

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-08 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-371453637 hi, thank you for your respnse. Now I've turned off cloudflare at all, and still have some problems. 1) For the same filter

[GitHub] Lofesa commented on issue #1543: Problem with pagespeed filters

2018-03-08 Thread GitBox
Lofesa commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-371473980 Hi again pagespeed need some hits to get optimized resources and these optimized resources had a ttl based on what cache expires they

[GitHub] Rainbowturn commented on issue #1297: Serve resources from a consistent URL after installing mod_pagespeed

2018-03-09 Thread GitBox
Rainbowturn commented on issue #1297: Serve resources from a consistent URL after installing mod_pagespeed URL: https://github.com/apache/incubator-pagespeed-mod/issues/1297#issuecomment-371770682 1.Serve resources from a consistent URL 2.Minimize request size 3.Leverage browser cac

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

2018-03-09 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-371805020 Hi. Any update? This is an automated message from the Apache G

[GitHub] aaronjorbin opened a new issue #1545: server push not working while pagespeed is set to on

2018-03-10 Thread GitBox
aaronjorbin opened a new issue #1545: server push not working while pagespeed is set to on URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1545 Using `http2_push_preload on` for server push according to the instructions at https://www.nginx.com/blog/nginx-1-13-9-http2-server-

[GitHub] aaronjorbin commented on issue #1545: server push not working while pagespeed is set to on

2018-03-10 Thread GitBox
aaronjorbin commented on issue #1545: server push not working while pagespeed is set to on URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1545#issuecomment-372075431 Apologies if this is a duplicate of #1539 T

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

2018-03-11 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-372112552 I think cache awareness is a hard problem. The good news is that it doesn't have to be a perfect solutio

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-12 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-372405412 hi, what does this error mean? I see this in debug mode. "combine_css: Could not combine over barrier: flush" -

[GitHub] oschaaf commented on issue #1543: Problem with pagespeed filters

2018-03-12 Thread GitBox
oschaaf commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-372418201 That message indicates that a network flush was observed between two css references in the html. Which made the first css reference go

[GitHub] oschaaf closed pull request #1747: third party gprc library upgraded to version 1.6.0

2018-03-13 Thread GitBox
oschaaf closed pull request #1747: third party gprc library upgraded to version 1.6.0 URL: https://github.com/apache/incubator-pagespeed-mod/pull/1747 This is an automated message from the Apache Git Service. To respond to t

[GitHub] oschaaf opened a new pull request #1759: libwebp: update from v0.5.1 to v0.6.1

2018-03-14 Thread GitBox
oschaaf opened a new pull request #1759: libwebp: update from v0.5.1 to v0.6.1 URL: https://github.com/apache/incubator-pagespeed-mod/pull/1759 Based on Nico his work in https://github.com/apache/incubator-pagespeed-mod/issues/1753 Thanks @nberlee! --

[GitHub] oschaaf commented on issue #1759: libwebp: update from v0.5.1 to v0.6.1

2018-03-14 Thread GitBox
oschaaf commented on issue #1759: libwebp: update from v0.5.1 to v0.6.1 URL: https://github.com/apache/incubator-pagespeed-mod/pull/1759#issuecomment-372997219 checkin tests failed at https://github.com/apache/incubator-pagespeed-mod/blob/c78d8e85622fe8d451ef29d21f89c68f21067fe6/pagespeed/

[GitHub] sourcedump commented on issue #980: mod_pagespeed strips custom HTML headers on HEAD requests

2018-03-14 Thread GitBox
sourcedump commented on issue #980: mod_pagespeed strips custom HTML headers on HEAD requests URL: https://github.com/apache/incubator-pagespeed-mod/issues/980#issuecomment-373040696 Hello! any news about this issue? Thanks ---

[GitHub] jmarantz commented on issue #980: mod_pagespeed strips custom HTML headers on HEAD requests

2018-03-14 Thread GitBox
jmarantz commented on issue #980: mod_pagespeed strips custom HTML headers on HEAD requests URL: https://github.com/apache/incubator-pagespeed-mod/issues/980#issuecomment-373049981 I see I asked a clarifying question 3 years ago and a response came back shortly after. Now I see that my r

[GitHub] sourcedump commented on issue #980: mod_pagespeed strips custom HTML headers on HEAD requests

2018-03-15 Thread GitBox
sourcedump commented on issue #980: mod_pagespeed strips custom HTML headers on HEAD requests URL: https://github.com/apache/incubator-pagespeed-mod/issues/980#issuecomment-373340548 Hello! yes, in my case, when I make an HEAD request (eg using 'curl -I') the 'Link' header is stripped

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-19 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374119692 Hi, thank you for your response. Now my problem is this: When I test my site with google tools (https://developers.google.

[GitHub] Lofesa commented on issue #1543: Problem with pagespeed filters

2018-03-19 Thread GitBox
Lofesa commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374163387 Hi Read [this](https://groups.google.com/forum/#!topic/mod-pagespeed-discuss/lNCMjtV1Dz4). I´m not sure of this but I think these

[GitHub] Lofesa commented on issue #1543: Problem with pagespeed filters

2018-03-19 Thread GitBox
Lofesa commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374163387 Hi Read [this](https://groups.google.com/forum/#!topic/mod-pagespeed-discuss/lNCMjtV1Dz4) I´m not sure of this but I think these r

[GitHub] Lofesa commented on issue #1543: Problem with pagespeed filters

2018-03-19 Thread GitBox
Lofesa commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374163387 Hi Read [this](https://groups.google.com/forum/#!topic/mod-pagespeed-discuss/lNCMjtV1Dz4). I´m not sure of this but I think these

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-20 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374551590 Hi, Next line of "pagespeed FetchHttps" is the continuation of it and ends with ";" I have removed all filters except prioriti

[GitHub] Lofesa commented on issue #1543: Problem with pagespeed filters

2018-03-20 Thread GitBox
Lofesa commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374645485 As estated in the google groups mail list, pagespeed need some hits to get resources optimized and store these optimized resources in th

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-20 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374692722 We don't get any error in debug mode, our problem is that url gets optimized then after some tests it shows unoptimized version then

[GitHub] jmarantz commented on issue #1543: Problem with pagespeed filters

2018-03-20 Thread GitBox
jmarantz commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374695510 The trouble you are seeing is that PageSpeed does not consider it an error to serve unoptimized content; as it's trying to optimize fo

[GitHub] Lofesa commented on issue #1543: Problem with pagespeed filters

2018-03-21 Thread GitBox
Lofesa commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374869973 Hi As @jmarantz say, perhaps you need to resize the cache to allow optimized resources stay in cache w/o eviction. As far as you have

[GitHub] Lofesa commented on issue #1543: Problem with pagespeed filters

2018-03-21 Thread GitBox
Lofesa commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374869973 Hi As @jmarantz say, perhaps you need to resize the cache to allow optimized resources stay in cache w/o eviction. As far as you have

[GitHub] Lofesa commented on issue #1543: Problem with pagespeed filters

2018-03-21 Thread GitBox
Lofesa commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374869973 Hi As @jmarantz say, perhaps you need to resize the cache to allow optimized resources stay in cache w/o eviction. As far as you have

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-21 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374886000 if pagespeed FileCacheCleanIntervalMs -1; then cache size and inode limit are ignored, so it's unlimited "Starting in version

[GitHub] Enalmada opened a new issue #1760: ModPagespeedAddResourceHeader Access-Control-Allow-Origin duplicate headers

2018-03-21 Thread GitBox
Enalmada opened a new issue #1760: ModPagespeedAddResourceHeader Access-Control-Allow-Origin duplicate headers URL: https://github.com/apache/incubator-pagespeed-mod/issues/1760 My server returns proper cors headers for every asset but I noticed that pagespeed optimized assets would not al

[GitHub] mashirozx commented on issue #1005: PageSpeed Optimized CSS and CORS Headers

2018-03-23 Thread GitBox
mashirozx commented on issue #1005: PageSpeed Optimized CSS and CORS Headers URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1005#issuecomment-375713921 I meeet something like this: >Failed to load https://a.com/tips_v3.7.json: The 'Access-Control-Allow-Origin' header

[GitHub] mashirozx commented on issue #1005: PageSpeed Optimized CSS and CORS Headers

2018-03-23 Thread GitBox
mashirozx commented on issue #1005: PageSpeed Optimized CSS and CORS Headers URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1005#issuecomment-375715052 I tried to remove `add_header 'Access-Control-Allow-Origin' *;` from `location ~* \.(json)${}` block, and `rm -rf /var/ngx_

[GitHub] mashirozx commented on issue #1005: PageSpeed Optimized CSS and CORS Headers

2018-03-23 Thread GitBox
mashirozx commented on issue #1005: PageSpeed Optimized CSS and CORS Headers URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1005#issuecomment-375716129 I got these headers: ![image](https://user-images.githubusercontent.com/16148054/37840093-23ceed56-2ef7-11e8-9313-4730d4

[GitHub] mashirozx commented on issue #1005: PageSpeed Optimized CSS and CORS Headers

2018-03-23 Thread GitBox
mashirozx commented on issue #1005: PageSpeed Optimized CSS and CORS Headers URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1005#issuecomment-375735349 I also tried to clean cache, still not work 😢 ![image](https://user-images.githubusercontent.com/16148054/37843380-af54e

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-23 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-375740449

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-23 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-375740670

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-23 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-375740449 --CSS rewrite failed: Cannot improve https://domain.com/combined.css.pagespeed.cc.5RudvXaQ3Y.css--> Can you advise me how to fix

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-23 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-375740449 --CSS rewrite failed: Cannot improve https://domain.com/combined.css.pagespeed.cc.5RudvXaQ3Y.css --> Can you advise me how to fi

[GitHub] ipagespeed commented on issue #1543: Problem with pagespeed filters

2018-03-23 Thread GitBox
ipagespeed commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-375740670

[GitHub] jmarantz commented on issue #1543: Problem with pagespeed filters

2018-03-23 Thread GitBox
jmarantz commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-374695510 The trouble you are seeing is that PageSpeed does not consider it an error to serve unoptimized content; as it's trying to optimize fo

[GitHub] zsalab commented on issue #693: `ngx_stat_active` increasing over time

2018-03-24 Thread GitBox
zsalab commented on issue #693: `ngx_stat_active` increasing over time URL: https://github.com/apache/incubator-pagespeed-ngx/issues/693#issuecomment-375854804 I have got the same problem, active connections increase "forever" if pagespeed is on. Any solution for that? ---

[GitHub] zsalab commented on issue #693: `ngx_stat_active` increasing over time

2018-03-24 Thread GitBox
zsalab commented on issue #693: `ngx_stat_active` increasing over time URL: https://github.com/apache/incubator-pagespeed-ngx/issues/693#issuecomment-375859057 looks the following settings solved the problem: pagespeed UseNativeFetcher on; ---

[GitHub] Lofesa commented on issue #1543: Problem with pagespeed filters

2018-03-24 Thread GitBox
Lofesa commented on issue #1543: Problem with pagespeed filters URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1543#issuecomment-375876078 This not an error. The combined file can´t be optimized because pagepeed can´t improve the result. i think is only informational message

[GitHub] oschaaf commented on issue #693: `ngx_stat_active` increasing over time

2018-03-25 Thread GitBox
oschaaf commented on issue #693: `ngx_stat_active` increasing over time URL: https://github.com/apache/incubator-pagespeed-ngx/issues/693#issuecomment-376006449 It's interesting that the native fetcher changes what happens here. That's probably a clue, but I'm not sure what to make of it.

[GitHub] l0nax opened a new issue #1546: HTTPS not Working with Pagespeed

2018-03-26 Thread GitBox
l0nax opened a new issue #1546: HTTPS not Working with Pagespeed URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1546 Here is my Site Configuration: ``server { listen 80 http2; listen [::]:80; ### # Headers Settings ###

[GitHub] oschaaf commented on issue #1546: HTTPS not Working with Pagespeed

2018-03-27 Thread GitBox
oschaaf commented on issue #1546: HTTPS not Working with Pagespeed URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1546#issuecomment-376463556 It looks like a H/2 protocol error occurs. I wonder what the H/2 trace looks like in the chrome net-internals overview for the H/2 co

[GitHub] Lofesa commented on issue #1546: HTTPS not Working with Pagespeed

2018-03-27 Thread GitBox
Lofesa commented on issue #1546: HTTPS not Working with Pagespeed URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1546#issuecomment-376619465 This listen 80 http2; is wrong. Nginx says in their doc that it support http2 w/o ssl, but browsers don´t support it unless [tls](h

[GitHub] Fertusco opened a new issue #1547: Nginx + Pagespeed + Varnish over SSL

2018-03-29 Thread GitBox
Fertusco opened a new issue #1547: Nginx + Pagespeed + Varnish over SSL URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1547 I'm running Nginx on port 80 redirecting (301) all traffic to the port 443 over SSL. This way, I proxy_pass to the Varnish on port 6081, witch send back

[GitHub] ooogooo opened a new issue #1548: debian 9 checking for psol ... not found

2018-03-30 Thread GitBox
ooogooo opened a new issue #1548: debian 9 checking for psol ... not found URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1548 adding module in /home/nginx/ngx_cache_purge-2.3 + ngx_http_cache_purge_module was configured adding module in /home/nginx/headers-more-nginx-

[GitHub] oschaaf commented on issue #1548: debian 9 checking for psol ... not found

2018-03-30 Thread GitBox
oschaaf commented on issue #1548: debian 9 checking for psol ... not found URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1548#issuecomment-377483202 Usually there's a lot more in `/home/nginx/nginx-1.13.10/objs/autoconf.err `. Could you post the complete contents somewhere

[GitHub] ooogooo commented on issue #1548: debian 9 checking for psol ... not found

2018-03-30 Thread GitBox
ooogooo commented on issue #1548: debian 9 checking for psol ... not found URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1548#issuecomment-377486603 checking for mmap(MAP_ANON|MAP_SHARED) ... found checking for mmap("/dev/zero", MAP_SHARED) ... found checking for Syst

[GitHub] ooogooo commented on issue #1548: debian 9 checking for psol ... not found

2018-03-30 Thread GitBox
ooogooo commented on issue #1548: debian 9 checking for psol ... not found URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1548#issuecomment-377486603 checking for mmap(MAP_ANON|MAP_SHARED) ... found checking for mmap("/dev/zero", MAP_SHARED) ... found checking for Syst

[GitHub] oschaaf commented on issue #1548: debian 9 checking for psol ... not found

2018-03-30 Thread GitBox
oschaaf commented on issue #1548: debian 9 checking for psol ... not found URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1548#issuecomment-377489059 So the part that is relevant to ngx_pagespeed is: ``` checking for psol /usr/bin/ld: cannot find -luuid colle

[GitHub] oschaaf closed issue #1548: debian 9 checking for psol ... not found

2018-03-30 Thread GitBox
oschaaf closed issue #1548: debian 9 checking for psol ... not found URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1548 This is an automated message from the Apache Git Service. To respond to the message, ple

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

2018-03-30 Thread GitBox
fabiograsso 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-377493375 I've tried using hint_preload_subresources but I've found that the Link header are sent with the "nopu

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

2018-03-30 Thread GitBox
fabiograsso 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-377493375 I've tried using hint_preload_subresources but I've found that the Link header are sent with the "nopu

[GitHub] ooogooo commented on issue #1548: debian 9 checking for psol ... not found

2018-03-30 Thread GitBox
ooogooo commented on issue #1548: debian 9 checking for psol ... not found URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1548#issuecomment-377501250 thank you This is an automated message from the Apache Git

[GitHub] Enalmada commented on issue #1760: ModPagespeedAddResourceHeader Access-Control-Allow-Origin duplicate headers

2018-03-30 Thread GitBox
Enalmada commented on issue #1760: ModPagespeedAddResourceHeader Access-Control-Allow-Origin duplicate headers URL: https://github.com/apache/incubator-pagespeed-mod/issues/1760#issuecomment-377579188 Here is a test server that shows the dupe headers bug: https://test.gelltest.com/home

[GitHub] eldk opened a new issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript

2018-03-30 Thread GitBox
eldk opened a new issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript URL: https://github.com/apache/incubator-pagespeed-mod/issues/1761 Hello, I've done some more test (cf https://groups.google.com/forum/#!topic/mod-pagespeed-discuss/DZD-mv6A3WE).

[GitHub] eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript

2018-04-01 Thread GitBox
eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript URL: https://github.com/apache/incubator-pagespeed-mod/issues/1761#issuecomment-377794179 Hello, For case a, it seems like picture is delivered through IPRO (url is not rewritten w

[GitHub] eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript

2018-04-01 Thread GitBox
eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript URL: https://github.com/apache/incubator-pagespeed-mod/issues/1761#issuecomment-377794179 Hello, For case a, it seems like picture is delivered through IPRO (url is not rewritten w

[GitHub] eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript

2018-04-01 Thread GitBox
eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript URL: https://github.com/apache/incubator-pagespeed-mod/issues/1761#issuecomment-377794179 Hello, For case a, it seems like picture is delivered through IPRO (url is not rewritten w

[GitHub] eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript

2018-04-01 Thread GitBox
eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript URL: https://github.com/apache/incubator-pagespeed-mod/issues/1761#issuecomment-377794179 Hello, For case a, it seems like picture is delivered through IPRO (url is not rewritten w

[GitHub] eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript

2018-04-01 Thread GitBox
eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript URL: https://github.com/apache/incubator-pagespeed-mod/issues/1761#issuecomment-377794179 Hello, For case a, it seems like picture is delivered through IPRO (url is not rewritten w

[GitHub] eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript

2018-04-01 Thread GitBox
eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript URL: https://github.com/apache/incubator-pagespeed-mod/issues/1761#issuecomment-377796511 Headers of one picture to be proxyed though js - case b : ``` Accept-Ranges: bytes

[GitHub] eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript

2018-04-01 Thread GitBox
eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript URL: https://github.com/apache/incubator-pagespeed-mod/issues/1761#issuecomment-377796511 Headers of one picture to be proxyed through js inline in html - case b : ``` Accept-

[GitHub] eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript

2018-04-01 Thread GitBox
eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript URL: https://github.com/apache/incubator-pagespeed-mod/issues/1761#issuecomment-377797230 Result is the same when proxying https://www.gstatic.com/psa/static/1.gif case b : KO ca

[GitHub] yerrinaidu commented on issue #1394: Purge Single URL doesn't work

2018-04-04 Thread GitBox
yerrinaidu commented on issue #1394: Purge Single URL doesn't work URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1394#issuecomment-378648493 ![purging](https://user-images.githubusercontent.com/38078878/38318480-68c541b2-37fd-11e8-8714-5bb158969e97.PNG) i was trying to

[GitHub] jmarantz commented on issue #1394: Purge Single URL doesn't work

2018-04-04 Thread GitBox
jmarantz commented on issue #1394: Purge Single URL doesn't work URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1394#issuecomment-378653515 I've never seen the error message you pasted. It's not coming from PageSpeed. Actually it's obviously coming from Microsoft :) What

[GitHub] eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript

2018-04-04 Thread GitBox
eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript URL: https://github.com/apache/incubator-pagespeed-mod/issues/1761#issuecomment-378688566 https://github.com/apache/incubator-pagespeed-mod/issues/1099 https://github.com/apache/incubat

[GitHub] oschaaf closed pull request #1741: Update NOTICE and LICENSE

2018-04-05 Thread GitBox
oschaaf closed pull request #1741: Update NOTICE and LICENSE URL: https://github.com/apache/incubator-pagespeed-mod/pull/1741 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] oschaaf commented on issue #1741: Update NOTICE and LICENSE

2018-04-05 Thread GitBox
oschaaf commented on issue #1741: Update NOTICE and LICENSE URL: https://github.com/apache/incubator-pagespeed-mod/pull/1741#issuecomment-378916495 Merging this as-is, we'll get feedback when we perform our first incubator release. -

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

2018-04-05 Thread GitBox
eldk 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-378988709 Hello, Trying to build, it's fail with following error too : ``` CXX(target) out/Release/obj.target/i

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

2018-04-05 Thread GitBox
eldk 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-379027376 https://github.com/apache/incubator-pagespeed-mod/pull/1744 ---

[GitHub] eldk commented on issue #1744: Fix for release build failure during single thread execution

2018-04-05 Thread GitBox
eldk commented on issue #1744: Fix for release build failure during single thread execution URL: https://github.com/apache/incubator-pagespeed-mod/pull/1744#issuecomment-379028567 Same error with Ubuntu 16.04.4 LTS and mod_pagespeed https://github.com/apache/incubator-pagespeed-mod/commit

[GitHub] eldk opened a new issue #1762: When building : /usr/bin/ld : can't find -luuid

2018-04-05 Thread GitBox
eldk opened a new issue #1762: When building : /usr/bin/ld : can't find -luuid URL: https://github.com/apache/incubator-pagespeed-mod/issues/1762 Hello, When building mod_pagespeed from sources, on ubuntu 16.04 those errors may be thrown : ``` LINK(target) out/Debug/mod_

[GitHub] eldk closed issue #1762: When building : /usr/bin/ld : can't find -luuid

2018-04-05 Thread GitBox
eldk closed issue #1762: When building : /usr/bin/ld : can't find -luuid URL: https://github.com/apache/incubator-pagespeed-mod/issues/1762 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] oschaaf commented on issue #1744: Fix for release build failure during single thread execution

2018-04-05 Thread GitBox
oschaaf commented on issue #1744: Fix for release build failure during single thread execution URL: https://github.com/apache/incubator-pagespeed-mod/pull/1744#issuecomment-379054937 Whoops. I'll see if I can fix that. I suspect this was introduced in 7ea8d5fc141c7067c54ffa2b9fbc552c15089

[GitHub] oschaaf commented on issue #1760: ModPagespeedAddResourceHeader Access-Control-Allow-Origin duplicate headers

2018-04-05 Thread GitBox
oschaaf commented on issue #1760: ModPagespeedAddResourceHeader Access-Control-Allow-Origin duplicate headers URL: https://github.com/apache/incubator-pagespeed-mod/issues/1760#issuecomment-379058664 Thanks for the report, and posting a workaround. This needs looking in to. -

[GitHub] eldk commented on issue #1744: Fix for release build failure during single thread execution

2018-04-05 Thread GitBox
eldk commented on issue #1744: Fix for release build failure during single thread execution URL: https://github.com/apache/incubator-pagespeed-mod/pull/1744#issuecomment-379061282 Hello, If I use at least with : ``` make -j2 BUILDTYPE=Debug mod_pagespeed_test pagespeed_automa

[GitHub] eldk commented on issue #1744: Fix for release build failure during single thread execution

2018-04-05 Thread GitBox
eldk commented on issue #1744: Fix for release build failure during single thread execution URL: https://github.com/apache/incubator-pagespeed-mod/pull/1744#issuecomment-379061282 Hello, If I build with at least -j2 : ``` make -j2 BUILDTYPE=Debug mod_pagespeed_test pagespeed

[GitHub] oschaaf commented on issue #1760: ModPagespeedAddResourceHeader Access-Control-Allow-Origin duplicate headers

2018-04-05 Thread GitBox
oschaaf commented on issue #1760: ModPagespeedAddResourceHeader Access-Control-Allow-Origin duplicate headers URL: https://github.com/apache/incubator-pagespeed-mod/issues/1760#issuecomment-379061878 `ModPagespeedAddResourceHeader ` was introduced via https://github.com/apache/incubator-p

<    11   12   13   14   15   16   17   18   19   20   >