|
请教各位大虾,我安装了thttpd.
在服务器上放了一个网页,两张图片和一个active-x控件。
图片和控件都嵌在网页里面。
现在有两个问题,
1,在服务器的日志里,有如下的记录
192.168.2.3 - - [07/May/2003:14:50:20 +0800] "HEAD /default.html HTTP/1.1" 304 0 "" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
192.168.2.3 - - [07/May/2003:14:50:20 +0800] "HEAD /image/logo.gif HTTP/1.1" 304 0 "http://192.168.2.90/default.html" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
192.168.2.3 - - [07/May/2003:14:50:20 +0800] "HEAD /image/enter.jpg HTTP/1.1" 304 0 "http://192.168.2.90/default.html" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
192.168.2.3 - - [07/May/2003:14:50:20 +0800] "HEAD /NscX.ocx HTTP/1.1" 304 0 "" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
我在google上查了一下,这个304是一个http的错误代码,全部错误信息是http1.1/304 not modified
请问如何解决这个错误??
2,那个active-x控件能够下载到客户机,但是无法安装。控件的名字也还是一堆字符。形如"EA34--DFWW..."
请教解决的方法。
谢谢。 |
|