The java virtual machine should be executable to the user that is
running the apache daemon. Also your java program should be readable to
the same user. Is that the case? What is the command that that you're
executing from your CGI?
By the way, what you're doing is not the best performance wise. I
I was having a similar problem and it was something related to the file
system being corrupted. It was very helpful to analyze the content of
the images being downloaded with a text/hex editor and compare it with
the "correct" image.
-Original Message-
From: news [mailto:[EMAIL PROTECTED]
Sorry I was doing some changes. The URLs are back.
Craig Dunigan wrote:
Same URL? 'Cause I get a 404 on bad.gif now.
On Wed, 8 Jun 2005, Andres Monroy-Hernandez wrote:
Good catch. I do have mod_perl enabled, but the images are real files,
not images served by a mod_perl applicati
ot;,2000,14,1)[EMAIL PROTECTED]@[EMAIL PROTECTED]@p<97>[EMAIL PROTECTED]@q<97>[EMAIL PROTECTED]@^L
Looks like perl code to me, like maybe you're serving an un-dereferenced code
ref?
On Wed, 8 Jun 2005, Andres Monroy-Hernandez wrote:
Hello,
I have two identical images (gif
Sorry, it was a copy and paste error :-D
Joost de Heer wrote:
12.45.228.130 - - [08/Jun/2005:15:02:03 -0400] "GET
/sfxctrl/pix.1.0/good.gif HTTP/1.1" 200 680
12.45.228.130 - - [08/Jun/2005:15:02:58 -0400] "GET /sfxctrl/pix.1.0/bad
HTTP/1.1" 200 2606
Is this a C&P error, or is t
My guess is that the graceful restart is not freeing the port after all
the children exit.
Is using apache restart out of the question? Perhaps your web
applications don't let the children exit and the request to exit times out?
-Andres
brad bowman wrote:
I was wondering if anyone could gi
P/1.1" 200 2606
Thanks
Christopher Malton wrote:
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,
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.he