Otto van der Schaaf
Otto van der Schaaf
Cool! I think ASF releases generally consist of source code, but they can offer packages & binaries as a courtesy. See https://dlcdn.apache.org/incubator/pagespeed/1.14.36.1/ Ideally, we would work on reviewing & merging...
Whoop - that went out too early. In this case, I signed off on the release; to be able to do in a sensible way I met face to face...
What happens when you add this?: ``` ModPagespeedImagePreserveURLs on ```
I think it is; in fact I can't find any docs on that setting
FileCachePath & CreateSharedMemoryMetadataCache should be set up with paths that match [1]. This looks misconfigured, and possibly fixing that may eliminate the log messages you observed. The offending line probably...
Well, actually it's not an exact match, with regards to the trailing slash.. On Wed, 13 Dec 2017 at 13:32, frontal wrote: > Once again bad news :( > >...
I'm not sure what is up but https://groups.google.com/forum/m/#!topic/ngx-pagespeed-discuss/JBvQU0unpag looks very similar
So now it looks like the permission problem is gone, but you see a different problem: the cache hit ratio seems lower then you would expect. Correct? Perhaps points 1...
The message is triggered here: https://github.com/pagespeed/mod_pagespeed/blob/338c37915355c0a4dd8726643cd90718bc394d6f/pagespeed/kernel/cache/file_cache.cc#L403 However, the module tries to create `!clean!time` here: https://github.com/pagespeed/mod_pagespeed/blob/338c37915355c0a4dd8726643cd90718bc394d6f/pagespeed/kernel/cache/file_cache.cc#L360 Looking at the code, I think the warning actually will always be emitted at least...
That would be awesome, but would it be possible to build on linux/ubuntu? I've been using 19.10 with clang-10. I don't expect any fundamental blockers for OSX, but I think...