gpt4 book ai didi

即使明确设置,Apache 也不发送 Last-Modified header

转载 作者:行者123 更新时间:2023-12-04 03:39:38 25 4
gpt4 key购买 nike

我对 Last-Modified header 有问题。

我创建了一个简单的测试页面:

<?
header('Last-Modified: Thu, 14 Feb 2013 12:41:31 GMT');
?>

当我用浏览器打开这个测试页面时,如果我检查标题,则没有 Last-Modified 标题。所有其他标准标题设置正确。无论如何,如果我使用 https 访问测试页面,则会设置 Last-Modified header 。

我也在另一台服务器上尝试了相同的测试,即使没有 https,我也可以看到正确设置的 header 。

那么,什么可以阻止/取消设置第一台服务器上的 header ?我不包括 httpd.conf 文件,因为它很长。我只会包括缓存部分,即使我没有看到任何错误或与此问题相关的内容:
ServerSignature Off
ServerTokens Prod

Header unset ETag
FileETag None
<FilesMatch "(?i)^.*\.(ico|flv|jpe?g|png|gif|js|css).*$">
Header set Cache-Control "public, no-transform"
Header unset Vary:
</FilesMatch>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A2592000
ExpiresByType text/css "access plus 1 week"
ExpiresByType text/plain "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
</IfModule>

提前致谢

最佳答案

尝试

ssi off;

在此域的 nginx 配置中

关于即使明确设置,Apache 也不发送 Last-Modified header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15406667/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com