Heim >Backend-Entwicklung >PHP-Tutorial >请教如何获取fastcgi缓存的key

请教如何获取fastcgi缓存的key

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-06 20:45:091099Durchsuche

nginx.conf中设置的fastcgi缓存的key如下

<code>fastcgi_cache_key $request_method://$host$request_uri;
</code>

举例,有这么一个URL

http://levi.cg.am/archives/3066

请问如何用PHP得到缓存的文件名称

备注:

  1. 这么做的目的是要清除某一个页面的nginx缓存
  2. 我试过这么写,但是不对

    md5('http://levi.cg.am/archives/3066');

回复内容:

nginx.conf中设置的fastcgi缓存的key如下

<code>fastcgi_cache_key $request_method://$host$request_uri;
</code>

举例,有这么一个URL

http://levi.cg.am/archives/3066

请问如何用PHP得到缓存的文件名称

备注:

  1. 这么做的目的是要清除某一个页面的nginx缓存
  2. 我试过这么写,但是不对

    md5('http://levi.cg.am/archives/3066');

用echo 模块调试变量

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn