我有一个网站。它不适用于某些机器(Chrome但在Firfox上工作)。站点托管在apache服务器上。
奇怪的是,在其他机器上它的工作正常(所有浏览器)。
我在google / stackflow上搜索了这个错误,但没有得到正确答案。
任何帮助
答案 0 :(得分:1)
您是否清空浏览器的缓存或禁用它们(String host="hostname";
String user="usename";
String password="password";
String command="ksh samplePass";
Properties config = new Properties();
config.put("StrictHostKeyChecking", "no");
session.setPassword(password);
session.setConfig(config);
session.connect();
)以及服务器上的网站(如果它使用某个框架)?
您是否将Chrome -> F12 -> Network tab -> Disable cache
与任何限制性规则一起使用?
写的页面是什么?您是否看过Apache日志(错误,警告)?