Resuming of downloads in Apache 2.2.29

2008-12-04 Thread Shibi NS
My application has a download link which was allowing pause/resume of download in mp1 , but after migration mp 2 it stooped working . The resuming of download is computed based on the headers 'Content-Range', 'Content-Length' etc. But after ap2 migration it's stopped working . The main issue I can

Help -- how can I make the Apache process die at the end of the request?

2008-12-04 Thread Victor Danilchenko
I need to do it forcibly, no matter what happens during the request. I have to slightly relax security constraints to call an unusual subrequest, and since I cannot guarantee that the cleanup code will be reached (what if the subrequest is terminated by the client, or dies on a bug?), I figure

Re: Help -- how can I make the Apache process die at the end of the request?

2008-12-04 Thread Adam Prime
Victor Danilchenko wrote: I need to do it forcibly, no matter what happens during the request. I have to slightly relax security constraints to call an unusual subrequest, and since I cannot guarantee that the cleanup code will be reached (what if the subrequest is terminated by the client,