Re: Apache::TestMB

2004-06-23 Thread Stas Bekman
Geoffrey Young wrote: [...] Geoff, if you have no objections, can you handle this release? I'm on the road and not the most suitable person to do the release at the moment. sure, I'll try to wrap up a candidate tomorrow. Thanks Geoff! --

Re: new runtime option: -no-httpd

2004-06-23 Thread Stas Bekman
Geoffrey Young wrote: may be use -nohttpd, so that you don't need to quote the key string? I did it that way to mirror run-tests and others, thinking that using a hyphen to join words was the norm for this project. but either is fine with me. same here, just an idea... no-httpd is fine. -- __

Re: new runtime option: -no-httpd

2004-06-23 Thread Geoffrey Young
> +1 :) >> +if ($self->{opts}->{'no-httpd'}) { >> +warning "skipping configuration: -no-httpd specified"; > > > may be it's better to say"skipping httpd configuration"? sure, that's fine. >> +return > > > please don't forget ; if } is on the next line. oops :) > may b

Re: new runtime option: -no-httpd

2004-06-23 Thread Stas Bekman
Geoffrey Young wrote: hi all. we have been using Apache-Test to run our entire testing framework, which is great - we can mix and match apache-related and non-apache related tests under the same testing tree and it all works without a hitch. the only problem is that when working on small testing un

Re: [NOMINATE] commit access for david wheeler

2004-06-23 Thread Stas Bekman
Randy Kobes wrote: On Wed, 23 Jun 2004, Geoffrey Young wrote: hi all... as suggested by stas in a recent thread, it's about time we gave david commit access to the perl-framework - he has been actively helping with the project for as long as I can remember, from mac-specific stuff to lots of great

Re: Apache::TestMB

2004-06-23 Thread Geoffrey Young
Stas Bekman wrote: > David Wheeler wrote: > >> On Jun 23, 2004, at 9:02 AM, Stas Bekman wrote: >> >>> Now committed with a few minor tweaks, please test it since I don't >>> know how to test it. Thanks David. >> >> >> >> Cool, thanks. What do you need to be able to feel comfortable/ready to >> r

Re: [NOMINATE] commit access for david wheeler

2004-06-23 Thread Randy Kobes
On Wed, 23 Jun 2004, Geoffrey Young wrote: > hi all... > > as suggested by stas in a recent thread, it's about time we gave david > commit access to the perl-framework - he has been actively helping with the > project for as long as I can remember, from mac-specific stuff to lots of > great work o

[NOMINATE] commit access for david wheeler

2004-06-23 Thread Geoffrey Young
hi all... as suggested by stas in a recent thread, it's about time we gave david commit access to the perl-framework - he has been actively helping with the project for as long as I can remember, from mac-specific stuff to lots of great work on the (often thin) docs. and now he is working feveris

new runtime option: -no-httpd

2004-06-23 Thread Geoffrey Young
hi all. we have been using Apache-Test to run our entire testing framework, which is great - we can mix and match apache-related and non-apache related tests under the same testing tree and it all works without a hitch. the only problem is that when working on small testing units that don't requi

Re: Error running apache test

2004-06-23 Thread Abhishek Khandelwal
I think you misunderstood the problem. I did not build single binary. I seperately build binaries on Red-hat and Fedora machines. i.e I build httpd on two different machine one running Red-hat and one running Fedora core 1. Moreover, I am running Red-hat 9 Its some kind of library incompatibilit

Re: Apache::TestMB

2004-06-23 Thread David Wheeler
On Jun 23, 2004, at 9:19 AM, Stas Bekman wrote: As I mentioned I don't know how to test it, so if you think it's good, then nothing stops us from doing that. We ought to post a release candidate and 24 later go on CPAN. That works for me. As I said, I'll release MasonX::Interp::WithCallbacks

Re: Apache::TestMB

2004-06-23 Thread Stas Bekman
David Wheeler wrote: On Jun 23, 2004, at 9:02 AM, Stas Bekman wrote: Now committed with a few minor tweaks, please test it since I don't know how to test it. Thanks David. Cool, thanks. What do you need to be able to feel comfortable/ready to release it? As I mentioned I don't know how to test i

Re: Apache::TestMB

2004-06-23 Thread David Wheeler
On Jun 23, 2004, at 9:02 AM, Stas Bekman wrote: Now committed with a few minor tweaks, please test it since I don't know how to test it. Thanks David. Cool, thanks. What do you need to be able to feel comfortable/ready to release it? It's a well kept secret :) existing committers need to vote fi

Re: Apache::TestMB

2004-06-23 Thread Stas Bekman
David Wheeler wrote: Now committed with a few minor tweaks, please test it since I don't know how to test it. Thanks David. Moreover, I think it's time to give you commit access to A-T if you wish to. Do you have an account at apache.org? I don't. How do I get one? A quick look around www.apach

Re: Apache::TestMB

2004-06-23 Thread Stas Bekman
Ken Williams wrote: On Jun 22, 2004, at 5:15 PM, Stas Bekman wrote: David Wheeler wrote: I figured. I like my style, too (mainly just cperl-mode style). ;-) pretty much the same here, cperl-mode too :) For HTML::Mason we found it helpful to add the following as the first line of source files: #

Re: Error running apache test

2004-06-23 Thread Joe Orton
On Tue, Jun 22, 2004 at 06:08:17PM -0700, Abhishek Khandelwal wrote: > I am getting another strange problem. > I compile and install apache 2.0.49 for both fedora core 1 and red-hat > linux. > > Everything seems okay, and installs properly. > When I start httpd manually, it start running and when

Re: Error running apache test

2004-06-23 Thread Randy Kobes
On Tue, 22 Jun 2004, Abhishek Khandelwal wrote: > I changed original ssl.conf > to the SSLMutex default as shown below. > > > # Semaphore: > > # Configure the path to the mutual exclusion semaphore the > > # SSL engine uses internally for inter-process synchronization. > > #SSLMutex file:/o

Re: Error running apache test

2004-06-23 Thread Abhishek Khandelwal
I changed original ssl.conf to the SSLMutex default as shown below. > # Semaphore: > # Configure the path to the mutual exclusion semaphore the > # SSL engine uses internally for inter-process synchronization. > #SSLMutex file:/opt/oss/var/apache2/run/ssl_mutex > SSLMutex default > Then I

Re: Error running apache test

2004-06-23 Thread Randy Kobes
On Tue, 22 Jun 2004, Abhishek Khandelwal wrote: > Where exactly I put this? > > In the conf file generated by test, which is in t/conf/httpd.conf > > or even before compiling and building test, I change the original > httpd.conf? Try changing the original first - I think Apache-Test should pick u

Re: Error running apache test

2004-06-23 Thread Abhishek Khandelwal
Where exactly I put this? In the conf file generated by test, which is in t/conf/httpd.conf or even before compiling and building test, I change the original httpd.conf? Also, where exactly do I put this SSLMutex default? Abhishek On Tue, 2004-06-22 at 19:47, Randy Kobes wrote: > On Tue, 22 Ju

Re: Error running apache test

2004-06-23 Thread Randy Kobes
On Tue, 22 Jun 2004, Abhishek Khandelwal wrote: > I am getting another strange problem. > I compile and install apache 2.0.49 for both fedora core 1 and red-hat > linux. > > Everything seems okay, and installs properly. > When I start httpd manually, it start running and when I do wget using > htt

Re: Apache::TestMB

2004-06-23 Thread Ken Williams
On Jun 22, 2004, at 5:15 PM, Stas Bekman wrote: David Wheeler wrote: I figured. I like my style, too (mainly just cperl-mode style). ;-) pretty much the same here, cperl-mode too :) For HTML::Mason we found it helpful to add the following as the first line of source files: # -*- cperl-indent-leve

Error running apache test

2004-06-23 Thread Abhishek Khandelwal
I am getting another strange problem. I compile and install apache 2.0.49 for both fedora core 1 and red-hat linux. Everything seems okay, and installs properly. When I start httpd manually, it start running and when I do wget using http://localhost It works fine in both the machines. But, when I