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

2002-12-13 Thread Francis Daly
On Thu, Dec 12, 2002 at 11:31:44AM -0500, Paul J. Reder wrote: > [EMAIL PROTECTED] wrote: > > >wrowe 2002/12/11 23:05:54 > > > > Modified:server request.c > > Log: > >Make the code simpler to follow, and perhaps clear up the > >follow-symlink > >bug reports we have see

Apache::Test/mod_perl now can control the order of configurationinsertion

2002-12-13 Thread Stas Bekman
I've just added a new feature to Apache::Test which provides a mechanism to control the order of configuration insertion. Here is what I'm going to add to the Apache::Test docs. I've already started using this feature in the mod_perl test suite. =head3 Controlling the Configuration Order Somet

unsubscribe [email protected]

2002-12-13 Thread Martin Ouimet
unsubscribe [EMAIL PROTECTED]

perchild is broken

2002-12-13 Thread Dirk Nehring
Dear Apache developer, I try to use Apache's perchild MPM. Unfortunately, it seems to be broken under Linux. I'm using RedHat 8.0 (glibc-2.2.5, gcc 3.2), took the latest CVS sources for httpd-2.0, apr and apr-util (today's CVS checkout), and compiled with the perchild MPM. The following happened a

Re: perchild is broken

2002-12-13 Thread Enrico Weigelt
On Fri, Dec 13, 2002 at 06:21:09PM +0100, Dirk Nehring wrote: > I try to use Apache's perchild MPM. Unfortunately, it seems to be broken > under Linux. I'm using RedHat 8.0 (glibc-2.2.5, gcc 3.2), took the > latest CVS sources for httpd-2.0, apr and apr-util (today's CVS > checkout), and compiled

Re: References to Documentation?

2002-12-13 Thread Chad N. Tindel
> > In particular, I'm trying to figure out at what spot in the does the > > entry in the access_log get written. I would expect it to be perhaps at > > the end of core_output_filter or something like that. And the log.c > > file only has functions to log errors, but not accesses. > > Take a look

Re: References to Documentation?

2002-12-13 Thread Cliff Woolley
On Fri, 13 Dec 2002, Chad N. Tindel wrote: > I'd like to write a module that provides alternative logging options, in > addition to the current logging options. You mean logging to databases and that sort of thing? Okay... But a handler really isn't what you want. A handler's job is just to ta