Re: [Mod-fcgid-users] mod_fcgid-2.2 timeout config directives

2008-03-16 Thread Piotr Gackiewicz
On Mon, 17 Mar 2008, Piotr Gackiewicz wrote: + + config->ipc_comm_timeout=-1; + config->ipc_connect_timeout=-1; + config->busy_timeout=-1; + Damned pine, it did it again! This time, I have included patch as attachment. -- Piotr Gackiewicz Intertele S.A. - operator systemów IT

Re: [Mod-fcgid-users] mod_fcgid-2.2 timeout config directives

2008-03-16 Thread Piotr Gackiewicz
On Mon, 17 Mar 2008, Piotr Gackiewicz wrote: init_server_config(p, config); + + config->ipc_comm_timeout=-1; + config->ipc_connect_timeout=-1; + config->busy_timeout=-1; + Uh, something broke this patch in my editor :-/ Correct one below: [cut] diff -ru mod_fcgid.2.

[Mod-fcgid-users] mod_fcgid-2.2 timeout config directives

2008-03-16 Thread Piotr Gackiewicz
Hi there, There are three timeout configuration directives recognized by mod_fcgid-2.2 among other config parameters: IPCConnectTimeout IPCCommTimeout BusyTimeout Unfortunately, in mod_fcgid-2.2 they are effective only in section and due to programming mistake - completely ignored in global s