Re: [patch] have_apache_mpm()

2003-07-09 Thread gyoung
On Wed, 9 Jul 2003, Stas Bekman wrote: plan ..., have_apache2 have_apache_mpm('prefork'); I think this is probably the way to go. If you call have_apache_mpm() and it's apache 1.3, I might have it return an error of some kind, but I wouldn't have it return 'prefork'. ok, I can do that.

Re: [patch] have_apache_mpm()

2003-07-09 Thread Stas Bekman
[EMAIL PROTECTED] wrote: On Wed, 9 Jul 2003, Stas Bekman wrote: plan ..., have_apache2 have_apache_mpm('prefork'); I think this is probably the way to go. If you call have_apache_mpm() and it's apache 1.3, I might have it return an error of some kind, but I wouldn't have it return 'prefork'.

Re: Perl Testing

2003-07-09 Thread Stas Bekman
David Wheeler wrote: On Thursday, June 19, 2003, at 09:13 AM, Geoffrey Young wrote: I think he means by adding your own ServerRoot directive to extra.last.conf.in. however, I see what you are saying and that won't likely resolve your issue. Yes, and I can't know what it is ahead of time. I

Re: Test failure with Apache::Test 1.03, Apache/2.0.40 and perl-5.8.1-to-be

2003-07-09 Thread Stas Bekman
Randy Kobes wrote: On Sun, 6 Jul 2003, Slaven Rezic wrote: make test fails with following output: /usr/perl5.8.1/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -clean APACHE= APXS= APACHE_PORT= APACHE_USER= APACHE_GROUP= \ /usr/perl5.8.1/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -verbose=0 *** root mode:

Re: Makefile.PL Questions

2003-07-09 Thread Stas Bekman
David Wheeler wrote: On Monday, June 30, 2003, at 12:11 PM, David Wheeler wrote: BEGIN{ if (eval {require Apache::Test}) { Apache::Test-import(qw(have_lwp plan)); require Apache::TestRequest; Apache::TestRequest-import(qw(GET POST)); plan tests = 43, have_lwp;