Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/logging/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
HTML<;meta>;标签和鱿鱼_Html_Caching_Meta Tags_Squid_Pragma - Fatal编程技术网

HTML<;meta>;标签和鱿鱼

HTML<;meta>;标签和鱿鱼,html,caching,meta-tags,squid,pragma,Html,Caching,Meta Tags,Squid,Pragma,HTML标记是否: <META http-equiv="Cache-Control" content="no-cache"> <META http-equiv="expires" content="0"> <META http-equiv="Pragma" content="no-cache"> 还指示squid不要缓存该特定页面吗?或者它只是告诉用户的浏览器不要在他/她的机器上本地缓存它?您应该将它作为HTTP头发送给squid,让它接收。您的服务器可

HTML标记是否:

<META http-equiv="Cache-Control" content="no-cache">
<META http-equiv="expires" content="0">
<META http-equiv="Pragma" content="no-cache">


还指示squid不要缓存该特定页面吗?或者它只是告诉用户的浏览器不要在他/她的机器上本地缓存它?

您应该将它作为HTTP头发送给squid,让它接收。您的服务器可能足够智能,并将它们添加到头中,但很可能不是这样。

您应该将其作为HTTP头发送,以便squid接收。您的服务器可能足够智能并将它们添加到头中,但很可能不是