Re: httpd-2.0.46 cgid crashes

2003-06-23 Thread Glenn Nielsen
I submitted a bug report on this 6 weeks ago, and then submitted a patch which will 
restart
the cgid daemon 3 weeks ago.  See bug report:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19849

This doesn't prevent the cgid daemon from failing but at least makes sure
it gets restarted if it does. With this patch only a few cgi requests fail instead
of having to stop/start apache 2 to get cgi working again.
Regards,

Glenn

Jie Gao wrote:
On Thu, 5 Jun 2003, Justin Erenkrantz wrote:


--On Friday, June 6, 2003 4:29 PM +1000 Jie Gao [EMAIL PROTECTED] wrote:


Hi All,

This is happening too often to me and I need to do somthing about it.
It'd be helpful if you told us what was going on with mod_cgid so we could fix
it.  -- justin


Under heavy load, the cgid just dies. This is what's in the log:

(3)No such process: cgid daemon is gone; is Apache terminating?: uri.

This was reported before.

Thanks,



Jie





Re: httpd-2.0.46 cgid crashes

2003-06-23 Thread Jeff Trawick
Jie Gao wrote:
On Thu, 5 Jun 2003, Justin Erenkrantz wrote:


--On Friday, June 6, 2003 4:29 PM +1000 Jie Gao [EMAIL PROTECTED] wrote:


Hi All,

This is happening too often to me and I need to do somthing about it.
It'd be helpful if you told us what was going on with mod_cgid so we could fix
it.  -- justin


Under heavy load, the cgid just dies. This is what's in the log:

(3)No such process: cgid daemon is gone; is Apache terminating?: uri.
A common cause was fixed in 
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_cgid.c.diff?r1=1.145.2.5r2=1.145.2.6

please try that...  and Glenn's patch to restart the cgid daemon when 
necessary should get committed soon too...



httpd-2.0.46 cgid crashes

2003-06-06 Thread Jie Gao
Hi All,

This is happening too often to me and I need to do somthing about it.

In the manual about mod_cgi, it says:

When using a multi-threaded MPM under unix, the module mod_cgid
should be used in place of this module. At the user level, the two
modules are essentially identical.

My questions is: Can I disable mod_cgid and turn on mod_cgi in a
multi-threaded MPM setup at all?

Thanks,



Jie



Re: httpd-2.0.46 cgid crashes

2003-06-06 Thread Justin Erenkrantz
--On Friday, June 6, 2003 4:29 PM +1000 Jie Gao [EMAIL PROTECTED] wrote:

Hi All,

This is happening too often to me and I need to do somthing about it.
It'd be helpful if you told us what was going on with mod_cgid so we could fix 
it.  -- justin


Re: httpd-2.0.46 cgid crashes

2003-06-06 Thread Jie Gao
On Thu, 5 Jun 2003, Justin Erenkrantz wrote:

 --On Friday, June 6, 2003 4:29 PM +1000 Jie Gao [EMAIL PROTECTED] wrote:

  Hi All,
 
  This is happening too often to me and I need to do somthing about it.

 It'd be helpful if you told us what was going on with mod_cgid so we could fix
 it.  -- justin

Under heavy load, the cgid just dies. This is what's in the log:

(3)No such process: cgid daemon is gone; is Apache terminating?: uri.

This was reported before.

Thanks,



Jie