[us...@httpd] Re: CGI Child Process Question

2009-03-21 Thread Lihet Ruben
during the thread. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Saturday, March 21, 2009 4:37 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: CGI Child Process Question Lihet Ruben wrote: > Well, I don't know better. I didn't knew at

[us...@httpd] Re: CGI Child Process Question

2009-03-21 Thread Lihet Ruben
e.org Subject: Re: [us...@httpd] Re: CGI Child Process Question Lihet Ruben wrote: > Well, I don't know better. I didn't knew at all before I emailed the list. > At first, I made an assumption, and I wanted someone to confirm it. Mean > time, I did reasearch on how it works and I fou

Re: [us...@httpd] Re: CGI Child Process Question

2009-03-21 Thread André Warnier
Lihet Ruben wrote: Well, I don't know better. I didn't knew at all before I emailed the list. At first, I made an assumption, and I wanted someone to confirm it. Mean time, I did reasearch on how it works and I found an answer, then share it to the community ;) Don't be mad at me :D Well, may

RE: [us...@httpd] Re: CGI Child Process Question

2009-03-21 Thread Lihet Ruben
riginal Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Saturday, March 21, 2009 3:53 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: CGI Child Process Question Lihet Ruben wrote: [...] Well, if you know better,

Re: [us...@httpd] Re: CGI Child Process Question

2009-03-21 Thread André Warnier
Lihet Ruben wrote: [...] Well, if you know better, why do you ask ? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: u

[us...@httpd] Re: CGI Child Process Question

2009-03-21 Thread Lihet Ruben
em, he can request again later. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Saturday, March 21, 2009 1:03 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: CGI Child Process Question Lihet Ruben wrote: [...] I would look at this in another way. A

Re: [us...@httpd] Re: CGI Child Process Question

2009-03-21 Thread André Warnier
Lihet Ruben wrote: [...] I would look at this in another way. A cgi-bin program is a separate process from the Apache child that runs it. The Apache process starts the cgi-bin process, and arranges to read back everything that the cgi-bin writes to STDOUT. Then Apache sends this to the browser.

[us...@httpd] Re: CGI Child Process Question

2009-03-20 Thread Lihet Ruben
: Friday, March 20, 2009 8:28 PM To: users@httpd.apache.org Subject: [us...@httpd] Re: CGI Child Process Question "Lihet Ruben" writes: > The most > important thing is I want to know if the person has downloaded the file > completely or canceled the download. So I thought that

[us...@httpd] Re: CGI Child Process Question

2009-03-20 Thread Dan Poirier
"Lihet Ruben" writes: > The most > important thing is I want to know if the person has downloaded the file > completely or canceled the download. So I thought that is the user cancels > the script, the program dies, I cannot log what happened. Problem: your script might have already sent its en