Re: [Mod-fcgid-users] Fwd: mod_fcgid with php CGI hangs on interrupted downloads

2011-02-23 Thread Liam O'Boyle
nce necessary to solve this; > you might require some change to the fcgid codebase in order to change > timeout behavior or be more proactive on checking the socket state... > > Josiah Purtlebaugh > josiah.purtleba...@gmail.com > +1 253 797 4233 > > On Feb 22, 2011, at 3:

Re: [Mod-fcgid-users] Fwd: mod_fcgid with php CGI hangs on interrupted downloads

2011-02-22 Thread Liam O'Boyle
rtleba...@gmail.com > +1 253 797 4233 > > On Feb 22, 2011, at 6:03 AM, Liam O'Boyle wrote: > >> Hi Josiah, >> >> There was a strace snippet in the linked serverfault page, as follows >> >> root@some-machine:~# strace -p 24837 >> Process 24837 attac

Re: [Mod-fcgid-users] Fwd: mod_fcgid with php CGI hangs on interrupted downloads

2011-02-22 Thread Liam O'Boyle
lead to you figuring out the true issue, though. > > Josiah Purtlebaugh > josiah.purtleba...@gmail.com > +1 253 797 4233 > > On Feb 21, 2011, at 4:12 PM, Liam O'Boyle wrote: > >> Morning, >> >> I still haven't had any luck addressing this problem; I'

[Mod-fcgid-users] Fwd: mod_fcgid with php CGI hangs on interrupted downloads

2011-02-21 Thread Liam O'Boyle
nce, Liam -- Forwarded message ------ From: Liam O'Boyle Date: Tue, Feb 8, 2011 at 4:46 PM Subject: mod_fcgid with php CGI hangs on interrupted downloads To: mod-fcgid-users@lists.sourceforge.net Hi there, I'm having an issue with downloads through PHP when using mod_fcgid

[Mod-fcgid-users] mod_fcgid with php CGI hangs on interrupted downloads

2011-02-07 Thread Liam O'Boyle
Hi there, I'm having an issue with downloads through PHP when using mod_fcgid; if the download is interrupted before it's complete, the php-cgi process seems to block until the execution timeout is reached, rather than aborting immediately. Further requests to the server by the same user that int