Re: Porting c-modules to Apache 1.3

2001-09-08 Thread Doug MacEachern
gary, if you want to try removing 'HTTPD_TEST_REQUIRE_APACHE 2' from mod_random_chunk, mod_authany, mod_echo_post and mod_test_rwrite there's a chance they will compile with 1.x now, but i have not tried.

Re: cvs commit: httpd-test/perl-framework/c-modules/echo_post mod_echo_post.c

2001-09-08 Thread Gary Benson
Thanks Doug. Gary On 8 Sep 2001 [EMAIL PROTECTED] wrote: > dougm 01/09/08 12:00:52 > > start cooking apache_httpd_test.h

Re: [patch] a cleaner make clean

2001-09-08 Thread Doug MacEachern
On Sat, 8 Sep 2001, Stas Bekman wrote: > > all autogenerated files should be cleaned. true. > +my @clean_conf = map { "t/conf/$_" } > +qw(*.conf apache_test_config.pm ssl/ssl.conf); but we should really hook into calling 't/TEST -clean' via Apache::TestMM, so for example Makefile.PL's jus

Re: Porting c-modules to Apache 1.3

2001-09-08 Thread Doug MacEachern
On Fri, 7 Sep 2001, Gary Benson wrote: > > Hi guys, > > I've been trying to port some of the c-modules to Apache 1.3, and before I cool! > go any further I thought I'd check that I haven't done anything stupid :-) not at all :) > Attached to the bottom is my patch to mod_random_chunk; I have

Re: [Fwd: FAILURE httpd-2.0 automated test log]

2001-09-08 Thread Doug MacEachern
On 6 Sep 2001, Ian Holsman wrote: > > Ok... > as you can see the jobs runs quite well. great! > For some reason I can't get SSL built properly on my linux box. if you post the troubles, we can try to sort out. > I've got a couple of things I'd like fixed on the test suite before > this mai

[patch] a cleaner make clean

2001-09-08 Thread Stas Bekman
all autogenerated files should be cleaned. Index: perl-framework/Makefile.PL === RCS file: /home/cvs/httpd-test/perl-framework/Makefile.PL,v retrieving revision 1.5 diff -u -r1.5 Makefile.PL --- perl-framework/Makefile.PL 2001/08/21