从apache服务器缓存中停止304

时间:2018-08-02 20:12:03

标签: apache caching page-refresh

在虚拟服务器上设置一些网页。他们不断从服务器获取304。我将这些添加到我的配置中。有什么想法可以让页面得到投放吗? (这些页面嵌入了一些用jquery加载的HTML;因此,当它们更改时,它们需要重新加载该内容)

<VirtualHost *:80>
DocumentRoot "/var/www/html/netsistant.com"
ServerName www.netsistant.com
ServerAlias netsistant.com
# Other directives here - these don't seem to have any effect
    CacheDefaultExpire 120
    CacheMaxExpire 600
</VirtualHost>

我确实重新启动了httpd / apache。我也把它放在每个html页面中。我什么都没说:

<meta http-equiv="cache-control" content="max-age=923" />

不确定如何将其放入每个html代码段中。这些只是几行HTML,并在页面加载时使用jquery加载。我希望页面重新加载它们以防它们更改。

0 个答案:

没有答案