Otto van der Schaaf

Results 214 comments of Otto van der Schaaf

@wernight there's also https://github.com/apache/incubator-pagespeed-ngx/tree/master/docker On mod_pagespeed's master, we've ported the build to use bazel instead of gyp and lean more on absl/Envoy. That actually might make life easier (but I'd...

(For master, I suspect taking https://hub.docker.com/r/envoyproxy/envoy-alpine as a base could be convenient)

FWIW, there's no one with proper docker knowledge/experience involved in maintaining the apache ones, and help is surely welcome there :-)

I can add that, but it's also possible to propose it over at: https://github.com/apache/incubator-pagespeed-mod/tree/master/html (modpagespeed.com mirrors that)

Regarding Envoy's docker images, I think they are available via https://github.com/envoyproxy/envoy/tree/master/ci (the continuous integration pushes them). But I wasn't lying when I said I'm not expert here, so just pointing...

Well, there's psol-1.14.36.1-apache-incubating-x64.tar.gz

Sorry - that went out too early; I wanted to point to https://dist.apache.org/repos/dist/release/incubator/pagespeed/1.14.36.1/x64/

What does the full response to a POST look like, including response headers, when pagespeed is out of the equation? I’m pretty sure ngx_pagespeed has no logic for caching post...

To be honest, I still don’t think ngx_pagespeed has a bug here. But I’ll double check. what strikes me is that that the responses you post show cache-control headers that...

I haven't got around to seeing if I can reproduce it yet; but you could try disallowing affected url paths to see if that resolves the caching you experienced: https://www.modpagespeed.com/doc/restricting_urls#disallow...