- 论坛徽章:
- 0
|
[root@abc ~]# wget -S --spider www.sohu.com
--15:47:51-- http://www.sohu.com/
=> `index.html'
正在解析主机 www.sohu.com... 61.135.179.166, 61.135.179.184, 61.135.179.190, ...
Connecting to www.sohu.com|61.135.179.166|:80... 已连接。
已发出 HTTP 请求,正在等待回应...
HTTP/1.0 200 OK
Date: Mon, 19 May 2008 07:44:25 GMT
Server: Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a
Vary: Accept-Encoding,X-Up-Calling-Line-id,X-Source-ID,X-Up-Bearer-Type,x-huawei-nasip,x-wap-profile
Cache-Control: max-age=70
Expires: Mon, 19 May 2008 07:45:35 GMT
Last-Modified: Mon, 19 May 2008 07:44:06 GMT
Content-Type: text/html
Age: 63
Content-Length: 190729
X-Cache: HIT from 20430583.31309620.29323933.sohu.com
Via: 1.0 20430583.31309620.29323933.sohu.com:80 (squid/2.6.STABLE12)
Connection: close
长度:190,729 (186K) [text/html]
200 OK
[root@abc ~]# curl -I www.sohu.com
HTTP/1.0 200 OK
Date: Mon, 19 May 2008 07:45:12 GMT
Server: Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a
Vary: Accept-Encoding,X-Up-Calling-Line-id,X-Source-ID,X-Up-Bearer-Type,x-huawei-nasip,x-wap-profile
Cache-Control: max-age=70
Expires: Mon, 19 May 2008 07:46:22 GMT
Last-Modified: Mon, 19 May 2008 07:44:06 GMT
Content-Type: text/html
Age: 25
Content-Length: 190729
X-Cache: HIT from 14665659.19777528.23561209.sohu.com
Via: 1.0 14665659.19777528.23561209.sohu.com:80 (squid)
Connection: clos
可是sohu curl wget都是显示了hit。为什么呢? |
|