RE: [EMAIL PROTECTED] CGI path problem

2005-07-18 Thread Andres Monroy-Hernandez
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

RE: [users@httpd] file requests not answered by apache

2005-06-30 Thread Andres Monroy-Hernandez
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]

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
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

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
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

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
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

Re: [users@httpd] Restart Errors (apache 2.0.50)

2005-06-08 Thread Andres Monroy-Hernandez
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

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
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,

[users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
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