Re: Ensure paths for EAPI exist

2001-08-10 Thread Doug MacEachern
thanks, looks good, applied.

Re: Changes to server config: opinions wanted

2001-08-10 Thread Doug MacEachern
On Fri, 10 Aug 2001, Gary Benson wrote: > > Hi all, > > I've been comparing httpd-test/perl-framework with our prototype in-house > apache tester, and the main difference I've found has been that our tests > carry what configuration directives they need inside the .t files; there > is no extra.c

Re: Fix for php func5 test

2001-08-10 Thread Gary Benson
You're welcome... On Fri, 10 Aug 2001, john sachs wrote: > oh, cool thanks! > > On Fri, Aug 10, 2001 at 01:59:50PM +0100, Gary Benson wrote: > + > + For some reason, not all builds of PHP send output from shutdown functions > + to the error log. This patch makes damn sure that the message goes t

Re: Fix for php func5 test

2001-08-10 Thread john sachs
oh, cool thanks! On Fri, Aug 10, 2001 at 01:59:50PM +0100, Gary Benson wrote: + + For some reason, not all builds of PHP send output from shutdown functions + to the error log. This patch makes damn sure that the message goes there. + + Gary

RE: Changes to server config: opinions wanted

2001-08-10 Thread Gary Benson
On Fri, 10 Aug 2001, Geoffrey Young wrote: > > > -Original Message- > > From: Gary Benson [mailto:[EMAIL PROTECTED] > > Sent: Friday, August 10, 2001 6:06 AM > > To: [EMAIL PROTECTED] > > Subject: Changes to server config: opinions wanted > > > > Hi all, > > > > I've been comparing httpd-

Fix for php func5 test

2001-08-10 Thread Gary Benson
For some reason, not all builds of PHP send output from shutdown functions to the error log. This patch makes damn sure that the message goes there. Gary [ Gary Benson, Red Hat Europe ][ [EMAIL PROTECTED] ][ GnuPG 60E8793A ] Index: t/htdocs/php/func5.php ===

RE: Changes to server config: opinions wanted

2001-08-10 Thread Geoffrey Young
> -Original Message- > From: Gary Benson [mailto:[EMAIL PROTECTED] > Sent: Friday, August 10, 2001 6:06 AM > To: [EMAIL PROTECTED] > Subject: Changes to server config: opinions wanted > > > > Hi all, > > I've been comparing httpd-test/perl-framework with our > prototype in-house > ap

Ensure paths for EAPI exist

2001-08-10 Thread Gary Benson
Hi all, Another patch... If you have mod_ssl's EAPI compiled in, then Apache trys to write files to a location defined in EAPI_MM_CORE_PATH. If this path does not exist then httpd can't start and TestServer::start fails. You can't override this path with configuration directives; you just have

Changes to server config: opinions wanted

2001-08-10 Thread Gary Benson
Hi all, I've been comparing httpd-test/perl-framework with our prototype in-house apache tester, and the main difference I've found has been that our tests carry what configuration directives they need inside the .t files; there is no extra.conf. This makes the tests more self-contained, and has