Re: Patch for easy testing of Apache::* modules (resend)

2000-10-13 Thread Doug MacEachern
On Tue, 10 Oct 2000, Ken Williams wrote: [EMAIL PROTECTED] (Doug MacEachern) wrote: ken, i have a feature request too :) i would like to be able to test if mod_include is linked static with httpd, otherwise Makefile.PL will disable PERL_SSI. a hash of parsed `httpd -l`, something like:

Re: Patch for easy testing of Apache::* modules (resend)

2000-10-10 Thread Ken Williams
[EMAIL PROTECTED] (Doug MacEachern) wrote: ken, i have a feature request too :) i would like to be able to test if mod_include is linked static with httpd, otherwise Makefile.PL will disable PERL_SSI. a hash of parsed `httpd -l`, something like: my $static_modules =

Re: Patch for easy testing of Apache::* modules (resend)

2000-10-02 Thread Doug MacEachern
On Mon, 2 Oct 2000, Ken Williams wrote: In looking over the changes, I found that I've done a little more work since the last patch I sent. I didn't send it on because I wasn't sure whether the first patch would be accepted or not. Anyway, I beefed up the fetch() method and documented it.

Re: Patch for easy testing of Apache::* modules (resend)

2000-10-02 Thread Doug MacEachern
On Mon, 2 Oct 2000, Ken Williams wrote: ken, i have a feature request too :) i would like to be able to test if mod_include is linked static with httpd, otherwise Makefile.PL will disable PERL_SSI. a hash of parsed `httpd -l`, something like: my $static_modules =

Re: Patch for easy testing of Apache::* modules (resend)

2000-10-01 Thread Ken Williams
[EMAIL PROTECTED] (Doug MacEachern) wrote: On Mon, 17 Jul 2000, Ken Williams wrote: Hi all, Here's a resend of the Apache::test patch that I sent yesterday, this time sent as type text/plain from a Unix mailer. Rick Myers noted that the version I sent before was encoded with Macintosh

Re: Patch for easy testing of Apache::* modules (resend)

2000-09-28 Thread Doug MacEachern
On Mon, 17 Jul 2000, Ken Williams wrote: Hi all, Here's a resend of the Apache::test patch that I sent yesterday, this time sent as type text/plain from a Unix mailer. Rick Myers noted that the version I sent before was encoded with Macintosh BinHex, which is probably not the most

Re: Patch for easy testing of Apache::* modules (resend)

2000-07-18 Thread Ken Williams
Hi all, Here's a resend of the Apache::test patch that I sent yesterday, this time sent as type text/plain from a Unix mailer. Rick Myers noted that the version I sent before was encoded with Macintosh BinHex, which is probably not the most appropriate choice for this list. ;-) -Ken Index: