[GitHub] [incubator-pagespeed-mod] Terrafire123 commented on issue #1266: Apache can't create /var/log/pagespeed directory

2020-08-27 Thread GitBox
Terrafire123 commented on issue #1266: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1266#issuecomment-681875470 @cdoublev Do you remember how you solved this? This is an automated message from the Apache

[GitHub] [incubator-pagespeed-mod] cdoublev commented on issue #1266: Apache can't create /var/log/pagespeed directory

2020-08-27 Thread GitBox
cdoublev commented on issue #1266: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1266#issuecomment-681912481 Sorry, I closed this issue but didn't resolve it. I uninstalled the Pagespeed module and performed the optimizations manually. I'm sure it will always give better

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #1266: Apache can't create /var/log/pagespeed directory

2020-08-27 Thread GitBox
jmarantz commented on issue #1266: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1266#issuecomment-681923053 Fair one :). The intricacies of which user mod_pagespeed is running under, and who owns /var/cache/... are hard to keep track of, and differ based on OS

[GitHub] [incubator-pagespeed-mod] Terrafire123 edited a comment on issue #1266: Apache can't create /var/log/pagespeed directory

2020-08-27 Thread GitBox
Terrafire123 edited a comment on issue #1266: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1266#issuecomment-681933182 Thank you, cdoublev. **chcon --reference /var/log/apache2 /var/log/pagespeed** SHOULD have worked, but didn't work for me. I used

[GitHub] [incubator-pagespeed-mod] cdoublev commented on issue #1266: Apache can't create /var/log/pagespeed directory

2020-08-27 Thread GitBox
cdoublev commented on issue #1266: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1266#issuecomment-681919910 When it's able to write in `/var/cache/`, indeed. =) This is an automated message from the Apache

[GitHub] [incubator-pagespeed-ngx] jmarantz commented on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
jmarantz commented on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-681927466 RE "long time to load": that should not cause 404; it should cause PageSpeed to elect not to optimize that resource. RE "`pagespeed Domain

[GitHub] [incubator-pagespeed-mod] Terrafire123 edited a comment on issue #1266: Apache can't create /var/log/pagespeed directory

2020-08-27 Thread GitBox
Terrafire123 edited a comment on issue #1266: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1266#issuecomment-681933182 Thank you, cdoublev. **chcon --reference /var/log/apache2 /var/log/pagespeed** SHOULD have worked, but didn't work for me. I used

[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #1266: Apache can't create /var/log/pagespeed directory

2020-08-27 Thread GitBox
jmarantz commented on issue #1266: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1266#issuecomment-681918518 For the record, PageSpeed caches optimized results server-side, to avoid delaying responses to users. Initial requests for a website are served unoptimized,

[GitHub] [incubator-pagespeed-mod] Terrafire123 edited a comment on issue #1266: Apache can't create /var/log/pagespeed directory

2020-08-27 Thread GitBox
Terrafire123 edited a comment on issue #1266: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1266#issuecomment-681933182 Thank you, cdoublev. **chcon --reference /var/log/apache2 /var/log/pagespeed** SHOULD have worked, but didn't work for me. I used

[GitHub] [incubator-pagespeed-mod] Terrafire123 commented on issue #1266: Apache can't create /var/log/pagespeed directory

2020-08-27 Thread GitBox
Terrafire123 commented on issue #1266: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1266#issuecomment-681933182 Thank you, cdoublev. **chcon --reference /var/log/apache2 /var/log/pagespeed** SHOULD have worked, but didn't work for me. I used **chmod -R

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
Lofesa commented on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682054646 The image https://course.soundshine.com.tw/shared_img/256/256F15651848520587.png gets a 200 status from alibabacloud. Maybe the rewrited image

[GitHub] [incubator-pagespeed-ngx] ufgeorge edited a comment on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
ufgeorge edited a comment on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682299409 > Are there any other `RewriteDomain` directives in your config? There is no any RewriteDomain in my config. The whole pagespeed config as below

[GitHub] [incubator-pagespeed-ngx] ufgeorge commented on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
ufgeorge commented on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682299409 > Are there any other `RewriteDomain` directives in your config? There is no any RewriteDomain in my config. The whole pagespeed config as below `##

[GitHub] [incubator-pagespeed-ngx] ufgeorge edited a comment on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
ufgeorge edited a comment on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682299409 > Are there any other `RewriteDomain` directives in your config? There is no any RewriteDomain in my config. The whole pagespeed config as below

[GitHub] [incubator-pagespeed-ngx] ufgeorge edited a comment on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
ufgeorge edited a comment on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682299409 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-pagespeed-ngx] ufgeorge edited a comment on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
ufgeorge edited a comment on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682299409 > Are there any other `RewriteDomain` directives in your config? There is no any RewriteDomain in my config. The whole pagespeed config as below

[GitHub] [incubator-pagespeed-ngx] jmarantz commented on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
jmarantz commented on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682300766 Do you have downstream caching enabled? E.g. a Varnish cache between pagespeed and your clients? If so, can you flush that cache and see if the problem

[GitHub] [incubator-pagespeed-ngx] ufgeorge edited a comment on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
ufgeorge edited a comment on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682299409 > Are there any other `RewriteDomain` directives in your config? There is no any RewriteDomain in my config. The whole pagespeed config as below

[GitHub] [incubator-pagespeed-ngx] ufgeorge edited a comment on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
ufgeorge edited a comment on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682299409 > Are there any other `RewriteDomain` directives in your config? There is no any RewriteDomain in my config. The whole pagespeed config as below

[GitHub] [incubator-pagespeed-ngx] ufgeorge edited a comment on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
ufgeorge edited a comment on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682299409 > Are there any other `RewriteDomain` directives in your config? There is no any RewriteDomain in my config. The whole pagespeed config as below

[GitHub] [incubator-pagespeed-ngx] ufgeorge edited a comment on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
ufgeorge edited a comment on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682303142 > The image https://course.soundshine.com.tw/shared_img/256/256F15651848520587.png gets a 200 status from alibabacloud. > Maybe the rewrited image

[GitHub] [incubator-pagespeed-ngx] ufgeorge commented on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
ufgeorge commented on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682303142 > The image https://course.soundshine.com.tw/shared_img/256/256F15651848520587.png gets a 200 status from alibabacloud. > Maybe the rewrited image

[GitHub] [incubator-pagespeed-ngx] ufgeorge commented on issue #1709: MapProxyDomain OK but 404

2020-08-27 Thread GitBox
ufgeorge commented on issue #1709: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1709#issuecomment-682301774 > Do you have downstream caching enabled? E.g. a Varnish cache between pagespeed and your clients? If so, can you flush that cache and see if the problem persists?