Chrome没有执行cgi脚本

时间:2012-09-20 22:41:28

标签: google-chrome refresh cgi-bin awstats

是否有任何关于chrome的细节或特性,并让它执行cgi(pl)脚本。

我已经为我的apache2服务器添加了awstats,它在Firefox和IE中运行良好。但是,当我在chrome中查看它时,它几乎就像是在缓存请求。

无论我点击刷新多少次,它都会显示旧数据。我已经在一个新标签中尝试过了,但我似乎无法解决这个问题。

有什么建议吗?

<Location "/awstats">
    AuthName "Private Site"
            AuthType basic
            AuthUserFile /etc/apache2/htusers
            Require valid-user
            Order deny,allow
            Deny from all
            Allow from 192.168.0.0/24
    Options +ExecCGI
</Location>

对于那些熟悉awstats的人,我可以选择不同的月份,它似乎执行一次。但在那之后,那个月被缓存并且不会重新启动。它似乎真的是缓存,实际上不会刷新。

1 个答案:

答案 0 :(得分:1)

看了之后(感谢plokuc)

https://superuser.com/questions/89809/how-to-force-refresh-without-cache-in-google-chrome

Chrome似乎在其刷新机制中存在某种错误。目前唯一的解决方案似乎是手动清除缓存并重新加载页面,或以隐身模式运行。

错误报告: http://code.google.com/p/chromium/issues/detail?id=44122