Re: Apache::SizeLimit patches

2001-04-22 Thread Perrin Harkins
On Wed, 18 Apr 2001, Joshua Chamas wrote: > Doug MacEachern wrote: > > > > if you and perrin want to take over as Apache::SizeLimit owners, that > > would be fantastic. for now you can submit patches to this list. if > > you want to maintain a version on cpan too, that would be fine. the key >

potato success

2001-04-22 Thread joshnarins
bleedperl, httpd from cvs (last night) and modperl from cvs (last night) build succesfully on debian 2.2.18pre21 (linux kernel 2.2, stable release) I followed the instructions in modperl-2.0/pod/modperl_dev.pod to the letter, adding MP_DEBUG=1 also. Hello World works! StartServers is set to

win32 and apache_1.3.19

2001-04-22 Thread Randy Kobes
Hi, Apache_1.3.19 on Win32 has changed the way os.h in the apache source tree is included, so that mod_perl no longer finds it if built via command-line arguments. I've attached a patch against the cvs mod_perl which builds a mod_perl.dsp to include the relevant apache directory. This patch

Re: potato success

2001-04-22 Thread Stas Bekman
On Fri, 20 Apr 2001 [EMAIL PROTECTED] wrote: > > bleedperl, httpd from cvs (last night) and modperl from cvs (last night) > build succesfully on debian 2.2.18pre21 (linux kernel 2.2, stable release) > > I followed the instructions in modperl-2.0/pod/modperl_dev.pod to the > letter, adding MP_DEBU