Re: FYI: worker not running on Solaris 8

2002-02-11 Thread Pier Fumagalli
Pier Fumagalli [EMAIL PROTECTED] wrote: Not even starting up... Once I launch it, the first child dies, and no workers are left to process requests... Now trying with threaded... Great... Should RTFM before complaining :) Setting the group to nobody made the trick! :) Pier

Re: Random languages for httpd.apache.org/docs (fwd)

2002-02-11 Thread Joshua Slive
On Mon, 11 Feb 2002, William A. Rowe, Jr. wrote: 1.3 sent the admin's choice. 2.0 should be able to do either, but default to sending the admin's choice. Make sense? OK. That's fine with me. Joshua.

Re: prefork segfaults under load

2002-02-11 Thread Adam Sussman
I agree that disabling threads is covering up a problem, but I suspect that the problem is in glibc and not in Apache. Some rather lame debug suggestions: 1) make sure you have the latest glibc... maybe the problem got fixed Upgrading to the latest glibc does not seem to help. 2) make

RE: prefork segfaults under load

2002-02-11 Thread Sander Striker
From: Adam Sussman [mailto:[EMAIL PROTECTED]] Sent: 12 February 2002 03:36 I agree that disabling threads is covering up a problem, but I suspect that the problem is in glibc and not in Apache. Some rather lame debug suggestions: 1) make sure you have the latest glibc... maybe

Re: prefork segfaults under load

2002-02-11 Thread Adam Sussman
Are you using APR HEAD? We fixed a bug in pools, which was basically writing too much in too little space. Yes. We are using HEAD on APR, APR-UTIL and httpd-2.0. -adam -- I believe in Kadath in the cold waste, and Ultima Thule. But you cannot prove to me that Harvard

Re: what is best way to statically link a multi-file module w/ httpd?

2002-02-11 Thread Jeff Trawick
Ryan Bloom [EMAIL PROTECTED] writes: On 11 Feb 2002, Jeff Trawick wrote: Suppose I have mod_fubar.c and a couple of other .c files... What is the recommended way to statically link them into httpd? Put them in modules/something and create config.m4 and Makefile.in? Use some

RE: what is best way to statically link a multi-file module w/ httpd?

2002-02-11 Thread Ryan Bloom
--with-module takes two arguments with a ':' separating them. The first argument is the module type, so that the configure script knows where to copy the file. The second is the file to copy. So, the following will add mod_apachecon.c to my Apache binary.

RE: what is best way to statically link a multi-file module w/ httpd?

2002-02-11 Thread Ryan Bloom
Ryan Bloom [EMAIL PROTECTED] writes: --with-module takes two arguments with a ':' separating them. The first argument is the module type, so that the configure script knows where to copy the file. The second is the file to copy. So, the following will add mod_apachecon.c to my

RE: what is best way to statically link a multi-file module w/ httpd?

2002-02-11 Thread Ryan Bloom
Ryan Bloom [EMAIL PROTECTED] writes: --with-module takes two arguments with a ':' separating them. The first argument is the module type, so that the configure script knows where to copy the file. The second is the file to copy. So, the following will add mod_apachecon.c to

Status of JRE_1 roll was Re: cvs commit: apr/file_io/win32 open.c

2002-02-11 Thread Justin Erenkrantz
On Tue, Feb 12, 2002 at 12:07:34AM -, [EMAIL PROTECTED] wrote: wrowe 02/02/11 16:07:34 Modified:file_io/win32 open.c Log: I don't trust that the OS is even returning an error - if the handle is an invalid handle - I'm not certain that's an error. Certainly

Re: cvs commit: httpd-2.0/server log.c

2002-02-11 Thread Justin Erenkrantz
On Tue, Feb 12, 2002 at 12:11:34AM -, [EMAIL PROTECTED] wrote: wrowe 02/02/11 16:11:34 Modified:server log.c Log: This code seriously misassumed (and may yet) that stderr was a valid file. It also has some bogus non-apr code that probably does great evil to