0

I need to do some server migration stuff for my new job and I'm having a little trouble serving images. Using the chrome debugger, I get the following information when I try and access an image:

Request Method:GET
Status Code:500 Internal Server Error

Request Headersview source
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8
Cache-Control:max-age=0
Connection:keep-alive
Host:*.*.*.* ************(I replaced actual ip with stars)
User-Agent:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5

Response Headersview source
Connection:close
Content-Length:0
Content-Type:image/gif
Date:Tue, 29 May 2012 16:44:00 GMT
Server:Apache/2.2.3 (Red Hat)

I tried chmod the entire directory where the image is stored to chmod 777 (I thought it was a permissions issue) but even that is not working.

Any ideas? Thanks.

4

0 回答 0