APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2003/03/07 20:24:07 $] Release [NOTE that only Alpha/Beta...
Rodent of Unusual Size
Ken.Coar@...
May 8, 2003 3:45 am
44060
Hi all, I am not able to unsubscribe instead of my repeated attempt. My mail-box is getting flooded. Could somebody help me to remove my entry from group. ...
Manoj Kumar Jain
Manoj.Kumar.Jain@...
May 8, 2003 5:03 am
44061
... There are instructions for unsubscribing in the headers of every message sent to the list. All you have to do is send a blank message to ...
Cliff Woolley
jwoolley@...
May 8, 2003 6:10 am
44062
Hello, We are using Apache 2.0 in our application. our application supports both windows and Unix (Tru64). I had built my module which uses Apache 2.0 APIs and...
Guntupalli, Santhi
santhi.guntupalli@...
May 8, 2003 2:28 pm
44063
... litteral -> literal +1 on the patch. bill...
Bill Stoddard
bill@...
May 8, 2003 2:49 pm
44064
If you send gdb back trace of hanged process it will be helpful. If you dont know how to do it : use "ps -aef | grep httpd" command to find pid then use "gdb...
amit athavale
amit_athavale@...
May 8, 2003 3:31 pm
44065
... Just a note: The .1 was reserved for your patch (since you've used it already). No opinion here, whether to change or not... nd -- Flhacs wird im Usenet...
André Malo
nd@...
May 8, 2003 9:05 pm
44066
1) Why does includes "virtual" sometimes fail with "unable to include potential exec \"%s\" in parsed file %s" when Options IncludesNoEXEC is used? Why is...
Glenn
gs-apache-dev@...
May 9, 2003 8:11 am
44067
... Anybody else want to review this and comment? (Thanks for looking at this already, Jim!)...
Jeff Trawick
trawick@...
May 9, 2003 11:11 am
44068
... if we've made a release with the .2 value, this needs to stay at .3. of we haven't, that reservation can be accepted and this returned down to .2.. right?...
Rodent of Unusual Size
Ken.Coar@...
May 9, 2003 1:09 pm
44069
... nope. It's 2.0.46-dev, too. ... .1? :-) Sounds reasonable for me. We need to be careful, however. Once we have released a 2.1 version, the backport chain...
André Malo
nd@...
May 9, 2003 1:47 pm
44070
two scenarios make it a bad idea to be able to hold the accept mutex when exiting a child process for idle child cleanup: 1) a child exit hook or a pchild...
Jeff Trawick
trawick@...
May 9, 2003 2:52 pm
44071
I'm experiencing a should-not-happen condition in apache 1.3.27, and wondered if anyone else could verify for me. In the case of a 403 error caused by...
Rich Bowen
rbowen@...
May 9, 2003 5:36 pm
44072
... Yes, this is a very longstanding and very irritating omission. I don't think I would be exagerating if I said this was the source of hundreds of confused...
... That's as designed, IIRC, though I cannot recall *why* we did it that way... -- ===========================================================================...
Jim Jagielski
jim@...
May 9, 2003 6:06 pm
44075
... Good quick sluthing. ... Having one error for each item in the DirectoryIndex (ie, one for index.html, index.htm, and index.php) seems like a small penalty...
Joshua Slive
joshua@...
May 9, 2003 6:23 pm
44076
... Then I would suggest that it is a bad design, and leads to a lot of user confusion. Unless there's a really good reason for this, it would be nice to have...
Rich Bowen
rbowen@...
May 9, 2003 6:34 pm
44077
... Reviewed. +1 Bill...
Bill Stoddard
bill@...
May 9, 2003 6:50 pm
44078
... Yes. I am also +1 on this, and have numerous 1.3 installations on which I can test it. -- Rich Bowen Apache - mod_perl - Perl - CGI ...
Rich Bowen
rbowen@...
May 9, 2003 6:53 pm
44079
... With LogLevel set at debug, I'm just getting: [Fri May 9 15:33:11 2003] [error] [client 127.0.0.1] (13)Permission denied: access to /index.html failed No...
Rich Bowen
rbowen@...
May 9, 2003 7:33 pm
44080
... What does your DirectoryIndex directive look like? Try something like DirectoryIndex a b c d e ... As long as we are taking all this trouble, we might as...
Joshua Slive
joshua@...
May 9, 2003 7:36 pm
44081
... Yes, we're always talking about single-threaded processes here (we're agnostic about other threads). The base level of understanding required is this: When...
Jeff Trawick
trawick@...
May 9, 2003 7:43 pm
44082
... The # of entries would equal the # of values for DirectoryIndex. At least, that's what the original bug handled. -- ...
Jim Jagielski
jim@...
May 9, 2003 7:46 pm
44083
... Ah, yes, I get: [Fri May 9 16:10:43 2003] [error] [client 127.0.0.1] (13)Permission denied: access to /index.html failed [Fri May 9 16:10:43 2003]...
Rich Bowen
rbowen@...
May 9, 2003 8:08 pm
44084
... OK. Here is a tested patch, but I'll wait for a couple explicit +1s before committing. I'm not sure if perhaps the message should say "... because search ...
Joshua Slive
joshua@...
May 9, 2003 8:35 pm
44085
Howdy. I'm new to the list as of this morning. Yesterday I met Brian Behlendorf here in Ottawa/Canada. I told him I did some work on suexec.c to make it work...
Rocke Robertson
rocker@...
May 9, 2003 8:40 pm
44086
... In 1.3 (on Unix), I would expect that the thread that does the accept would be the same thread that runs the child exit hook and pchild cleanups. When...
Bill Stoddard
bill@...
May 9, 2003 9:06 pm
44087
... +1 from me (tested) ... the message is plenty long already...
Jeff Trawick
trawick@...
May 9, 2003 9:22 pm
44088
--On Friday, May 09, 2003 13:30:57 -0400 Rocke Robertson ... Can you please send it as a unified diff instead? Thanks! -- justin...