Help needed: Bug #8480 still present in 1.3.23

2002-02-10 Thread Thomas Jarosch
Hi, the bug I've found on Oct 06 2001 is still present in Apache 1.3.23. I've spent several hours debugging the code myself, but ended up nowhere :-( Below you can find the summary of my bug report. To me it seems like a problem in the request body parser of Apache, but I'm not an Apache guru,

Re: 2.0 accept() error handling in Unix

2002-02-10 Thread Greg Ames
Greg Ames wrote: had another look at worker As it turns out, worker ignores the error and re-issues the accept(). bzzzt! wrong... if (rv == APR_EGENERAL) { signal_workers(); which gracefully cleans up the child and exits without affecting the parent. hmmm, that's

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

2002-02-10 Thread Greg Ames
Justin Erenkrantz wrote: On Sat, Feb 09, 2002 at 08:11:45AM -0800, Brian Behlendorf wrote: Heh, anyone want to check this out? Yeah, I see it too. Add: ForceLanguagePriority Prefer Fallback to daedalus's httpd.conf. I added it via .htaccess to docs-2.0 in httpd.apache.org and

Re: cvs commit: httpd-2.0/server/mpm/prefork prefork.c

2002-02-10 Thread Jeff Trawick
[EMAIL PROTECTED] writes: gregames02/02/10 06:21:44 Modified:.CHANGES server/mpm/prefork prefork.c Log: prefork shouldn't be killing its parent if a child runs out of resources. Since this is necessary for daedalus anyway, this should be in any

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

2002-02-10 Thread Greg Ames
Brian Behlendorf wrote: Heh, anyone want to check this out? Brian -- Forwarded message -- Date: Sat, 9 Feb 2002 05:05:58 -0600 From: Adam Hupp [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Random languages for httpd.apache.org/docs I get french for

daedalus is running JRE_1

2002-02-10 Thread Greg Ames
...since Thursday, 07-Feb-2002 19:35:24 PST . This is Justin's tag which we hope will become 2.0.32, plus the one line patch to allow prefork to survive resource shortages. I haven't checked yet to see if 2_0_28 has the same behavior when the client doesn't specify a language preference.

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

2002-02-10 Thread Joshua Slive
On Sun, 10 Feb 2002, Greg Ames wrote: Justin Erenkrantz wrote: On Sat, Feb 09, 2002 at 08:11:45AM -0800, Brian Behlendorf wrote: Heh, anyone want to check this out? Yeah, I see it too. Add: ForceLanguagePriority Prefer Fallback to daedalus's httpd.conf. I added it via

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

2002-02-10 Thread Greg Ames
Greg Ames wrote: Brian Behlendorf wrote: Heh, anyone want to check this out? Brian -- Forwarded message -- Date: Sat, 9 Feb 2002 05:05:58 -0600 From: Adam Hupp [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Random languages for

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

2002-02-10 Thread Justin Erenkrantz
On Sun, Feb 10, 2002 at 12:02:18PM -0500, Joshua Slive wrote: The config files are wrong; they should have ForceLanguagePriority. rbb and I agree that ForceLanguagePriority Prefer Fallback should be the default. It defaults to None right now. OtherBill added this a few months ago (?) when he

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

2002-02-10 Thread Ryan Bloom
Justin Erenkrantz wrote: On Sat, Feb 09, 2002 at 08:11:45AM -0800, Brian Behlendorf wrote: Heh, anyone want to check this out? Yeah, I see it too. Add: ForceLanguagePriority Prefer Fallback to daedalus's httpd.conf. I added it via .htaccess to docs-2.0 in

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

2002-02-10 Thread Justin Erenkrantz
On Sun, Feb 10, 2002 at 02:45:41PM -0500, Greg Ames wrote: ummm, no. 2_0_28 returns English with no language configured in Netscape. It doesn't have ForceLanguagePriority in the config file either. wrowe added FLP in revision 1.86 of mod_negotiation: revision 1.86 date: 2001/12/30 04:14:20;

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

2002-02-10 Thread Ryan Bloom
So we shouldn't just patch httpd.conf. We need to figure out what is going wrong. I believe nothing is wrong. I believe it is working as intended. Fix the config file, and move on. I will attempt to commit a change that makes PREFER and FALLBACK the default for ForceLangPriority in

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

2002-02-10 Thread Joshua Slive
On Sun, 10 Feb 2002, Ryan Bloom wrote: I agree 100% with everything Justin said. The only bug in the code is that we have a default in the standard config file that doesn't match the default in the code. My boss keeps trying to convince me that it is a bug if the software doesn't just

Re: cvs commit: httpd-2.0/server/mpm/prefork prefork.c

2002-02-10 Thread Justin Erenkrantz
On Sun, Feb 10, 2002 at 02:21:44PM -, [EMAIL PROTECTED] wrote: gregames02/02/10 06:21:44 Modified:.CHANGES server/mpm/prefork prefork.c Log: prefork shouldn't be killing its parent if a child runs out of resources. Revision ChangesPath

Re: Random languages for httpd.apache.org/docs

2002-02-10 Thread Joshua Slive
[Third try sending this... Now that my DNS problems are fixed, I hope it will go through.] On Sun, 10 Feb 2002, Justin Erenkrantz wrote: On Sun, Feb 10, 2002 at 12:02:18PM -0500, Joshua Slive wrote: The config files are wrong; they should have ForceLanguagePriority. rbb and I agree that

RE: cvs commit: httpd-2.0/server/mpm/worker pod.c pod.h Makefile.in mpm.h worker.c

2002-02-10 Thread Ryan Bloom
Modified:.CHANGES server/mpm/worker Makefile.in mpm.h worker.c Added: server/mpm/worker pod.c pod.h Log: Remove all signal handling from the worker MPM's child processes. Instead, we use the pipe of death for all communication between parent and

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

2002-02-10 Thread William A. Rowe, Jr.
From: Joshua Slive [EMAIL PROTECTED] Sent: Sunday, February 10, 2002 11:02 AM On Sun, 10 Feb 2002, Greg Ames wrote: ...so are we saying the config file suddenly went bad? It's possible, but I doubt it. The config files are wrong; they should have ForceLanguagePriority. BUT... This

Patch for PR# 4634

2002-02-10 Thread Dave Dribin
Hi, I've attached a patch against 1.3.23 that modifies ./configure to take a --force-suffix option as a solution to PR# 4634. http://bugs.apache.org/index.cgi/full/4634 This keeps the default behavior as is, but allows people who want to have the additional httpd tacked on the directories to