DIR_CREATE woes

2001-07-06 Thread Geoffrey Young
hi all... about 2 weeks ago I noticed that modules with DIR_CREATE and DIR_MERGE sections stopped working with bleedperl. I've tried to trace it as best I could, but I'm really at a loss since Apache just stops - no core. sending httpd -X to strace gives me

Re: Fw: Apache::SizeLimit patches

2001-07-06 Thread Doug MacEachern
On Tue, 3 Jul 2001, Perrin Harkins wrote: Here's a patch I submitted for Apache::SizeLimit, presented for your general amusement and critique. thanks perrin, this is in cvs now. - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: some info missing from $r-finfo

2001-07-06 Thread Doug MacEachern
On Tue, 3 Jul 2001, Geoffrey Young wrote: hi guys... I tried using the -T and -B file tests against $r-finfo and found they didn't work. I'm guessing this is because -T and -B are special perl tests that have to read in the file, and that Apache's stat() doesn't glean this information

RE: some info missing from $r-finfo

2001-07-06 Thread Geoffrey Young
-Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 10:01 AM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: some info missing from $r-finfo On Tue, 3 Jul 2001, Geoffrey Young wrote: hi guys... I tried using the

Re: DIR_CREATE woes

2001-07-06 Thread Doug MacEachern
patch below fixes, you can see the problem excercised with this little test too: use POSIX (); for (1,2) { undef POSIX::isalnum; } Index: op.c === RCS file: /usr/local/cvs_repository/perl-current-mirror/op.c,v retrieving

adding perl_call_handler for Win32?

2001-07-06 Thread Randy Kobes
Hi, Latter versions of AxKit need perl_call_handler(), which isn't available for Win32 in mod_perl.lib. Would it be possible to add this to mod_perl.def? The attached diff does this, as well as removing the DOS line endings currently in this file. best regards, randy ---

PerlModule implementation (fwd)

2001-07-06 Thread Stas Bekman
I've been trying to implement the PerlModule directive, not much lack so far since I miss a basic understanding of many design concepts and learning my way around. I understand that no actual processing happens before the config merge stage. Is that correct? I've tried to call the

RE: DIR_CREATE woes

2001-07-06 Thread Geoffrey Young
-Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 12:44 PM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: DIR_CREATE woes patch below fixes, you can see the problem excercised with this little test too: amazing... I

directive handlers + php segv

2001-07-06 Thread Doug MacEachern
i'm revisiting this problem and am unable to reproduce with: mod_perl-1.25_01-dev (current cvs) apache-1.3.21-dev (current cvs) perl 5.7.2-dev (current perforce) Apache::Storage-1.1 php-4.0.6 using the mod_perl-1.25_01-dev/t test setup, at the bottom of t/conf/httpd.conf, i added: LoadModule

Re: adding perl_call_handler for Win32?

2001-07-06 Thread Jens-Uwe Mager
On Fri, Jul 06, 2001 at 10:22:12AM -0700, Doug MacEachern wrote: On Fri, 6 Jul 2001, Randy Kobes wrote: Hi, Latter versions of AxKit need perl_call_handler(), which isn't available for Win32 in mod_perl.lib. Would it be possible to add this to mod_perl.def? The attached diff does

Re: adding perl_call_handler for Win32?

2001-07-06 Thread Doug MacEachern
On Fri, 6 Jul 2001, Jens-Uwe Mager wrote: AIX needs all the same symbols. I just did not notice the additional symbols needed by AxKit as I have not used it (yet). ok, these are in now. - To unsubscribe, e-mail: [EMAIL

Re: announce: mod_perl-1.25_01

2001-07-06 Thread Ken Williams
[EMAIL PROTECTED] (Doug MacEachern) wrote: this is a 1.26 canidate, test reports most appreciated as always.. I just tested on Darwin (Mac OS X) with Apache 1.3.20 and using a simple 'perl Makefile.PL EVERYTHING=1' . All tests pass, with no warnings emitted during compilation. I think this is