RE: 2.0 Test

2001-04-10 Thread Doug MacEachern
On Tue, 10 Apr 2001, Geoffrey Young wrote: > after that, I still couldn't get (most of) the tests to work, though. That > is, until I added MP_DEBUG to the mix (just like Dave) i found the problem. it didn't show up for me because i still had this in my .makepl_args.mod_perl2: MP_USE_GTOP=1

Re: make test success

2001-04-10 Thread Eric Cholet
--On 10/04/01 09:48 -0700 Doug MacEachern wrote: > On Tue, 10 Apr 2001, Eric Cholet wrote: > >> Finally got make test to run. It seems to expect to find >> the apache binary in the path: >> >> lib/Apache/TestConfig.pm:$ENV{APACHE} || which($vars->{target}); > > it should figure this out based

RE: 2.0 Test

2001-04-10 Thread Geoffrey Young
> -Original Message- > From: Doug MacEachern [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 10, 2001 12:52 PM > To: Geoffrey Young > Cc: '[EMAIL PROTECTED]' > Subject: Re: 2.0 Test > > > On Tue, 10 Apr 2001, Geoffrey Young wrote: > > > [Tue Apr 10 09:00:29 2001] [error] (13)Permiss

Re: 2.0 Test

2001-04-10 Thread Doug MacEachern
On Tue, 10 Apr 2001, Geoffrey Young wrote: > [Tue Apr 10 09:00:29 2001] [error] (13)Permission denied: Couldn't unlink > unix domain socket /usr/local/apache-2.0/logs/cgisock strange that it is using your builtin ServerRoot, try the commands i just send in response to eric, maybe the -d $ServerR

Re: make test success

2001-04-10 Thread Doug MacEachern
On Tue, 10 Apr 2001, Eric Cholet wrote: > Finally got make test to run. It seems to expect to find > the apache binary in the path: > > lib/Apache/TestConfig.pm:$ENV{APACHE} || which($vars->{target}); it should figure this out based on the MP_APXS passed to Makefile.PL can you test that you

make test success

2001-04-10 Thread Eric Cholet
Finally got make test to run. It seems to expect to find the apache binary in the path: lib/Apache/TestConfig.pm:$ENV{APACHE} || which($vars->{target}); `APACHE=/usr/local/apache2/bin/httpd make test` did the trick. server localhost:8529 started (pid=5253, version=Apache/2.0.17-dev) server

FW: no_cache & pragma/cache-control headers : confusion

2001-04-10 Thread Geoffrey Young
whoops - I CC'd the wrong address the first time... > -Original Message- > From: Andrew Ho [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 05, 2001 4:19 AM > To: mod_perl List > Subject: Re: no_cache & pragma/cache-control headers : confusion > > > Hello, > > KO>From the code in Apa

RE: no_cache & pragma/cache-control headers : confusion

2001-04-10 Thread Geoffrey Young
> -Original Message- > From: Andrew Ho [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 05, 2001 4:19 AM > To: mod_perl List > Subject: Re: no_cache & pragma/cache-control headers : confusion > > > Hello, > > KO>From the code in Apache.xs, it seems like setting > $r->no_cache(0) wi

2.0 Test

2001-04-10 Thread Geoffrey Young
I've been working on getting the tests to pass - no luck... APACHE_USER= APACHE_GROUP= APACHE_PORT= APACHE=/usr/local/apache/httpd APXS= \ /usr/bin/perl -Iblib/arch -Iblib/lib \ t/TEST /usr/local/apache-2.0/bin/httpd -f /src/modperl-2.0/t/conf/httpd.conf waiting for server to warm up..ok se