立即注册  找回密码
 立即注册
CeraNetworksBGVM服务器主机交流会员请立即修改密码Sharktech防护
查看: 5|回复: 0

$upstream_cache_status不生效,为什么值为空???

[复制链接]

$upstream_cache_status不生效,为什么值为空???

[复制链接]

7

主题

19

回帖

151

积分

注册会员

积分
151
我的比你大

7

主题

19

回帖

151

积分

注册会员

积分
151
2018-7-11 14:06:17 | 显示全部楼层 |阅读模式
想启用fastcgi cache,添加了一个自定义的response header,看缓存命中情况,发现$upstream_cache_status的值始终为空:

按理来说,这个值应该只有“ MISS”,“ BYPASS”,“ EXPIRED”,“ STALE”,“ UPDATING”,“ REVALIDATED”或“ HIT”这些状态呀,为毛会出现一个“空值”

[ol]
  • X-Cache: From www.a-demo-site.com[/ol]复制代码

    nginx -V

    [ol]
  • --user=www --group=www --prefix=/www/server/nginx --with-openssl=/www/server/nginx/src/openssl --with-http_stub_status_module --with-http_ssl_module --with-http_v2_module --with-http_image_filter_module --with-http_gzip_static_module --with-http_gunzip_module --with-stream --with-stream_ssl_module --with-http_sub_module --with-http_flv_module --with-http_addition_module --with-http_realip_module --with-http_mp4_module --with-ld-opt=-Wl,-E --with-ld-opt=-ljemalloc --add-module=/www/server/nginx/src/ngx_devel_kit --add-module=/www/server/nginx/src/set-misc-nginx-module/ --add-module=/www/server/nginx/src/srcache-nginx-module/ --add-module=/www/server/nginx/src/echo-nginx-module/ --add-module=/www/server/nginx/src/ngx_http_redis/ --add-module=/www/server/nginx/src/redis2-nginx-module/ --add-module=/www/server/nginx/src/ngx_cache_purge[/ol]复制代码

    目前配置:
    [ol]
  •     add_header X-Cache "$upstream_cache_status From $host";
  •     fastcgi_temp_path /tmp/ngx_fastcgi_tmp;
  •     fastcgi_cache_path /tmp/ngx_fcgi_cache levels=2:2 keys_zone=FASTCGICACHE:128m inactive=3h max_size=5g;
  •     fastcgi_cache_valid 200 301 302 1d;
  •     fastcgi_cache_use_stale error timeout invalid_header http_500;
  •     fastcgi_cache_key $request_method://$host$request_uri;
  •     fastcgi_cache_methods GET HEAD;
  •     fastcgi_ignore_headers Cache-Control Expires Set-Cookie Vary;[/ol]复制代码

    临时文件夹的用户组也已经调整过了:
    ll /tmp/
    [ol]
  • drwxr-xr-x. 2 www   www      4096 Jul 10 09:44 ngx_fastcgi_cache
  • drwxr-xr-x. 2 www   www      4096 Jul 10 09:44 ngx_fastcgi_tmp[/ol]复制代码
  • 回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|小黑屋|HS2V主机综合交流论坛

    GMT+8, 2024-11-22 16:41 , Processed in 0.043495 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表