Re: Absorb win32-apxs into httpd distro?

2016-12-14 Thread William A Rowe Jr
On Wed, Dec 14, 2016 at 2:20 AM, Steve Hay wrote: > On 14 December 2016 at 08:13, William A Rowe Jr > wrote: > > Randy wrote http://www.apache.org/dist/perl/win32-bin/ - but I'm > wondering > > who else here at httpd is interested in helping maintain and get th

Absorb win32-apxs into httpd distro?

2016-12-14 Thread William A Rowe Jr
Randy wrote http://www.apache.org/dist/perl/win32-bin/ - but I'm wondering who else here at httpd is interested in helping maintain and get this code into our own distribution? I've shipped this for a decade for my commercial customers, for every wrinkle and wart, I think many of our win32 users wo

Re: New segfault with 2.4.20 with mod_perl

2016-05-31 Thread William A Rowe Jr
On Tue, May 31, 2016 at 7:35 AM, William A Rowe Jr wrote: > On May 29, 2016 01:02, "Jie Gao" wrote: > > > > Hi All > > > > I wonder if anybody is looking at this issue. At the moment, the build > cores even at the end of generating a Makefile. > >

Re: New segfault with 2.4.20 with mod_perl

2016-05-31 Thread William A Rowe Jr
On May 29, 2016 01:02, "Jie Gao" wrote: > > Hi All > > I wonder if anybody is looking at this issue. At the moment, the build cores even at the end of generating a Makefile. > > If not, I would like to get my hands dirty in an attmpt to get the ball rolling. Any help on how to get a handle on the

Re: New segfault with 2.4.20 with mod_perl

2016-04-14 Thread William A Rowe Jr
sg=5 On Thu, Apr 14, 2016 at 11:55 AM, William A Rowe Jr wrote: > We can be more vigilant about unexpectedly null values, however... > > how are you running request processing in the connection callback > of mod_perl? That makes no sense, and probably signals a deeper > logic error

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-02 Thread William A. Rowe, Jr.
Issac Goldstand wrote: Ahem, On that subject, libapreq1 is already a year and a half into it's latest release cycle. We're still waiting for a PMC vote to finish the release... Someone remind me to do a lightning talk about this next time I'm at AC :) Time for a FFT presentation - 15 min

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-28 Thread William A. Rowe, Jr.
Issac Goldstand wrote: I'm reasonably sure that Apache's binaries are still being built with vc6, which is what prompted me to test this particular set of prerequisites (since binary Apache + binary ActivePerl will be the assumed building blocks for a binary PPM package to be installed upon)

Re: [Patch WIN32 apxs]

2005-08-01 Thread William A. Rowe, Jr.
Bill Randy Kobes wrote: On Fri, 22 Jul 2005, William A. Rowe, Jr. wrote: For users of Randy's apxs win32 (v 0.2) here's my gross hack to get it working again for 2.1-dev, 2.2. The binary has changed from apache.exe to httpd.exe, causing some pain. However, it's specific, I started

[Patch WIN32 apxs]

2005-07-22 Thread William A. Rowe, Jr.
For users of Randy's apxs win32 (v 0.2) here's my gross hack to get it working again for 2.1-dev, 2.2. The binary has changed from apache.exe to httpd.exe, causing some pain. However, it's specific, I started generic but ran out of time (libapr-1.dll for example.) Sorry for the crosspost, expect

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMM.pm

2004-11-04 Thread William A. Rowe, Jr.
At 11:23 AM 11/4/2004, Geoffrey Young wrote: >> >> If I had to guess, this borks anything but gmake. Test for that. > >I had asked on #asf about this and somebody (I forget who) said that the >make manpage on minortaur (some bsd variant) supports ?= as well. from >looking at that it seems to be

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMM.pm

2004-11-04 Thread William A. Rowe, Jr.
At 10:35 AM 11/4/2004, Geoffrey Young wrote: >>> -TEST_VERBOSE ?= 0 >>> +TEST_VERBOSE = 0 >> >> why not if (WIN32) {} then? > >do win32 environments add some magic WIN32 environment variable I can check >in the Makefile? if they do and we can work around them that's cool with me. If I had t

Re: [mp2] increase winnt threadsperchild?

2003-02-21 Thread William A. Rowe, Jr.
At 01:06 AM 2/20/2003, Stas Bekman wrote: >Randy Kobes wrote: >>On Thu, 20 Feb 2003, Stas Bekman wrote: >> >>>Randy Kobes wrote: >>> In running the tests on Win32, lately I've been getting a timeout in starting the server when doing 'nmake test'. Changing ThreadsPerChild as in