Re: [RELEASE CANDIDATE] Apache-Test-1.41 RC1

2019-07-10 Thread Philippe M. Chiasson
Tested on Fedora 30 with Apache/2.4.39, looking good to me That's my +1 On 2019-07-03 3:45 a.m., Steve Hay wrote: > Please download, test, and report back on this Apache-Test 1.41 > release candidate. > > https://dist.apache.org/repos/dist/dev/perl/Apache-Test-1.41-rc1.tar.gz > > MD5 = 7933d3a6a

Re: [NOTICE] Subversion conversion

2004-11-21 Thread Philippe M. Chiasson
Stas Bekman wrote: Geoffrey Young wrote: [...] so, rock on svn. yes, yes, I'm +1. Thanks for taking care of it. Don't forget about preserving the frozen cvs though. I have lots of modified files all over. Yah, the CVS repository will remain for a long time read-only. (don't exactly know what *lon

Re: segfault in worker mpm

2004-10-12 Thread Philippe M. Chiasson
Stas Bekman wrote: Stas Bekman wrote: Philippe M. Chiasson wrote: Stas Bekman wrote: I did some binary search and found that: mp2-20040922 - no core mp2-20040923 - core So we need to diff these two checkouts... For a start, I've got these changes exposed in between those 2 dates:

Re: segfault in worker mpm

2004-10-07 Thread Philippe M. Chiasson
22+23/ -- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5

[Patch] ap_soak_end_container and argument-less directives

2004-02-11 Thread Philippe M. Chiasson
As can be seen with this simple config file: $> httpd -f broken.conf Syntax error on line 1 of broken.conf: Expected > but saw It's only a problem with without argument, i.e. blocks in mod_perl land. It's a bug similar to this other one I found with directive-less directive (http://marc

[Patch] Support for argument-less blocks

2003-10-08 Thread Philippe M. Chiasson
x27;\0') { +args = ">"; +} } newdir = apr_pcalloc(p, sizeof(ap_directive_t)); ---- Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B) http://gozer.ectop

Re: [Patch] ap_alloc_listener

2003-03-24 Thread Philippe M. Chiasson
On Tue, 2003-03-25 at 11:18, Philippe M. Chiasson wrote: > On Sat, 2003-02-22 at 20:55, Jeff Trawick wrote: > > Philippe M. Chiasson wrote: > > Realized my previous patch had lines > 78 chars, following patch fixes that (thank you Stas) # $Id: ap_alloc_listener.patch,v 1.3 2

Re: [Patch] ap_alloc_listener

2003-03-24 Thread Philippe M. Chiasson
On Sat, 2003-02-22 at 20:55, Jeff Trawick wrote: > Philippe M. Chiasson wrote: > > > In trying to write a protocol module for a protocol type != TCP, I had > > to duplicate the logic of both alloc_listener and find_default_family > > from server/listen.c. > > > &

Re: Apache, UDP and lingering_close

2003-02-03 Thread Philippe M. Chiasson
On Tue, 2003-02-04 at 09:05, Cliff Woolley wrote: > On 4 Feb 2003, Philippe M. Chiasson wrote: > > > Ideally, I would initially package datagram-buckets with mod_udp itself. > > Just gotta figure out how to create my own bucket type. > > It's no different than creat

Re: Apache, UDP and lingering_close

2003-02-03 Thread Philippe M. Chiasson
On Mon, 2003-02-03 at 23:20, Cliff Woolley wrote: > On Mon, 3 Feb 2003, Philippe M. Chiasson wrote: > > > I've been working on mod_udp for the last week or so and got everything > > working in a modular way. It basically works fine. > > Just one quick comment regar

Apache, UDP and lingering_close

2003-02-03 Thread Philippe M. Chiasson
s solved, I will be happy to release mod_udp for apache ;-) 1-http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=102936520919151&w=2 -------- Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37

[Patch] ap_alloc_listener

2003-02-03 Thread Philippe M. Chiasson
----- Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B) http://gozer.ectoplasm.org/F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3 A5A5 Q: It is impossible to make anything foolproof because fools are so ing