我正在尝试配置 mod_cache 以缓存所有网页。每次我点击刷新时都会得到这个标题
X-Cache-Detail:""cache miss: attempting entity save" from 1webwb1"
我打开调试日志记录,并为我尝试缓存的每个资源获取此信息:
[Tue Jun 23 11:16:49.223441 2015] [cache:debug] [pid 31903] mod_cache.c(1326): [client 172.31.217.72:65082] AH00769: cache: Caching url: /resource?param=x, referer: http://mywebsite/
[Tue Jun 23 11:16:49.223453 2015] [cache:debug] [pid 31903] mod_cache.c(1332): [client 172.31.217.72:65082] AH00770: cache: Removing CACHE_REMOVE_URL filter., referer: http://mywebsite/
[Tue Jun 23 11:16:49.223497 2015] [cache:debug] [pid 31903] mod_cache.c(700): (2)No such file or directory: [client 172.31.217.72:65082] AH00765: cache: Cache provider's store_body failed!, referer: http://mywebsite/
我可以发布我的 httpd.conf,但老实说,我在不同的盒子上使用了(几乎)完全相同的配置并且它有效。
盒子或 httpd 安装上是否有可能导致此错误的东西?我httpd-2.4.6-18.0.1.el7_0.x86_64
在两个盒子上都使用。