求助!apache2.2.4无法显示图片

一个礼拜了,搞不定……
楼主可否使用wget -d 你的图片网址看看呢
[root@kylin httpd-2.2.4]# wget -d http://localhost
DEBUG output created by Wget 1.8.2 on linux-gnu.

--09:13:04--  http://localhost/
           => `index.html'
Resolving localhost... done.
Caching localhost => 127.0.0.1
Connecting to localhost[127.0.0.1]:80... connected.
Created socket 3.
Releasing 0x808dce0 (new refcount 1).
---request begin---
GET / HTTP/1.0
User-Agent: Wget/1.8.2
Host: localhost
Accept: */*
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... HTTP/1.1 200 OK
Date: Tue, 27 Mar 2007 01:13:04 GMT
Server: Apache/2.2.4 (Unix) DAV/2
Last-Modified: Mon, 26 Mar 2007 10:38:14 GMT
ETag: "165efd-46-9d5180"
Accept-Ranges: bytes
Content-Length: 70
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html


Found localhost in host_name_addresses_map (0x808dce0)
Registered fd 3 for persistent reuse.
Length: 70 [text/html]

100%[====================================>] 70            68.36K/s    ETA 00:00

09:13:04 (68.36 KB/s) - `index.html' saved [70/70]

[root@kylin httpd-2.2.4]# wget -d
DEBUG output created by Wget 1.8.2 on linux-gnu.

--09:15:37--  
           => `apache_pb.png'
Resolving localhost... done.
Caching localhost => 127.0.0.1
Connecting to localhost[127.0.0.1]:80... connected.
Created socket 3.
Releasing 0x808dd28 (new refcount 1).
---request begin---
GET /apache_pb.png HTTP/1.0
User-Agent: Wget/1.8.2
Host: localhost
Accept: */*
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
End of file while parsing headers.
Closing fd 3
Retrying.

--09:15:38--  
  (try: 2) => `apache_pb.png'
Found localhost in host_name_addresses_map (0x808dd2
Connecting to localhost[127.0.0.1]:80... connected.
Created socket 3.
Releasing 0x808dd28 (new refcount 1).
---request begin---
GET /apache_pb.png HTTP/1.0
User-Agent: Wget/1.8.2
Host: localhost
Accept: */*
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
End of file while parsing headers.
Closing fd 3
Retrying.
搞定了,原来是没有
EnableSendfile off