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.

[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.hex

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

2005-06-08 Thread Andres Monroy-Hernandez
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, I have two identical images

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

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 CP error, or is the