Re: [mp2 patch] getting APR to work w/o modperl

2004-05-19 Thread Randy Kobes
On Tue, 18 May 2004, Stas Bekman wrote: > Randy Kobes wrote: > > On Mon, 17 May 2004, Stas Bekman wrote: > > [ ... ] > > > >>Randy Kobes wrote: > >> > >>>I'll try it for Windows and see how much is involved; if > >>>this works as expected, it should just involve changing > >>>how things are compil

Re: Apache::Dir

2004-05-19 Thread Larry Leszczynski
Hi David - > > that's the way it would work with apache 1.3, except that > > ClearModuleList unloads everything, so you now need an AddModule for > > every module, including mod_cgi, mod_rewrite, mod_auth, etc. > > Oh, too bad there isn't a RemoveModule. Then I could just do: > >RemoveModule m

Re: Apache::Dir

2004-05-19 Thread David Wheeler
On May 19, 2004, at 7:53 AM, Larry Leszczynski wrote: At apache 1.3 configure time there is "--permute-module" option, which can swap module ordering: --permute-module=N1:N2 on-the-fly permute module 'N1' with module 'N2' You can either give it the names of two modules to swap, e.g.:

Re: [mp2 patch] getting APR to work w/o modperl

2004-05-19 Thread Stas Bekman
Randy Kobes wrote: [...] - build APR first, so APR::* can link against it (the default action is to build APR::* first); Really? Is it specific to win32? On linux with the current cvs, I can run 'make -j' which builds things in parallel and I was getting APR/*.so getting build while src/modules/per

time for 1.99_14?

2004-05-19 Thread Stas Bekman
We haven't released a new version for almost 2.5 months, it's time to get 1.99_14 out of the door. Especially since we plan to do some restructuring of the source, to support APR w/o httpd. I'd prefer to have us release a new version and then it's OK to destabilize the source while we polish the

Re: time for 1.99_14?

2004-05-19 Thread Geoffrey Young
Stas Bekman wrote: > We haven't released a new version for almost 2.5 months, it's time to > get 1.99_14 out of the door. Especially since we plan to do some > restructuring of the source, to support APR w/o httpd. I'd prefer to > have us release a new version and then it's OK to destabilize the

Re: time for 1.99_14?

2004-05-19 Thread Stas Bekman
Geoffrey Young wrote: Stas Bekman wrote: We haven't released a new version for almost 2.5 months, it's time to get 1.99_14 out of the door. Especially since we plan to do some restructuring of the source, to support APR w/o httpd. I'd prefer to have us release a new version and then it's OK to dest

Re: time for 1.99_14?

2004-05-19 Thread Geoffrey Young
>> aim for a candidate on friday? > > > The sooner the better, so we can commit Randy's work sooner. Even today > is fine and release on Friday. Though I haven't run smoking for more > than a week, so may be we need to do a nightly smoke first. I don't ordinarily run smoke, so I don't have the

Re: time for 1.99_14?

2004-05-19 Thread Stas Bekman
Geoffrey Young wrote: aim for a candidate on friday? The sooner the better, so we can commit Randy's work sooner. Even today is fine and release on Friday. Though I haven't run smoking for more than a week, so may be we need to do a nightly smoke first. I don't ordinarily run smoke, so I don't ha

Re: time for 1.99_14?

2004-05-19 Thread Stas Bekman
Stas Bekman wrote: I'm working on API tests and docs, so I'm not really touching the code most of the time. I can hold on committing those test until after release. Actually, I do make quite a few changes, so the quicker this release cycle happens the more granular commits will be. -- __

[RELEASE CANDIDATE] mod_perl-1.99_14 RC1

2004-05-19 Thread Geoffrey Young
a release candidate for mod_perl 1.99_14 is now available for testing. please grab the candidate from http://perl.apache.org/~geoff/mod_perl-1.99_14-dev.tar.gz and report back successes or failures. when reporting failures, please see the bug reporting guidelines at http://perl.apache.org/

[RELEASE CANDIDATE] Apache-Test-1.06

2004-05-19 Thread Geoffrey Young
a release candidate for Apache-Test 1.11 is now available. http://perl.apache.org/~geoff/Apache-Test-1.11-dev.tar.gz please take the time to excercise the candidate through all your existing applications that use Apache-Test and report back successes or failures. --Geoff Changes since 1.10:

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-19 Thread Geoffrey Young
blargh - cut and paste error. the subject should read Apache-Test-1.11. --Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-19 Thread David Wheeler
On May 19, 2004, at 9:02 PM, Geoffrey Young wrote: a release candidate for Apache-Test 1.11 is now available. http://perl.apache.org/~geoff/Apache-Test-1.11-dev.tar.gz please take the time to excercise the candidate through all your existing applications that use Apache-Test and report back succ

Re: [RELEASE CANDIDATE] mod_perl-1.99_14 RC1

2004-05-19 Thread Randy Kobes
On Thu, 20 May 2004, Geoffrey Young wrote: > a release candidate for mod_perl 1.99_14 is now available for testing. > > please grab the candidate from > > http://perl.apache.org/~geoff/mod_perl-1.99_14-dev.tar.gz > > and report back successes or failures. when reporting > failures, please see t