Have you checked the error logs?

-----Original Message-----
From: Andres Monroy-Hernandez [mailto:[EMAIL PROTECTED] 
Sent: 08 June 2005 18:24
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Web server corrupting image? 

Hello,

I have two identical images (gifs). One is displayed correctly, the 
other one not. I hope you can provide any hints.

In order to make sure both files are identical I compared their 
hexadecimal fingerprint by doing:

% od good.gif > good.hex ; od bad.gif > bad.hex; diff bad.hex good.hex

I checked the HTTP headers for both images and everything looks fine 
looks fine: Content-Type and Content-Length are the same.
The Etag is different, but I believe this is normal.

The good one:
---------------------------
Response Headers - http://openurl.uquebec.ca:3210/sfxctrl/pix.1.0/good.gif
Date: Wed, 08 Jun 2005 17:02:08 GMT
Server: Apache/2.0.52 (Unix) mod_ssl/2.0.52 OpenSSL/0.9.7e DAV/2
Last-Modified: Sun, 13 Jun 2004 08:44:09 GMT
Etag: "1540fa-2a8-f9d9e840"
Accept-Ranges: bytes
Content-Length: 680
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Content-Type: image/gif

200 OK
---------------------------


The bad one:
---------------------------
http://openurl.uquebec.ca:3210/sfxctrl/pix.1.0/bad.gif
Date: Wed, 08 Jun 2005 17:00:48 GMT
Server: Apache/2.0.52 (Unix) mod_ssl/2.0.52 OpenSSL/0.9.7e DAV/2
Last-Modified: Sun, 13 Jun 2004 08:44:09 GMT
Etag: "154056-2a8-f9d9e840"
Accept-Ranges: bytes
Content-Length: 680
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: image/gif

200 OK

---------------------------


Thanks in advance.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.5 - Release Date: 07/06/2005




-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.5 - Release Date: 07/06/2005


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to