apache -Perl Test framework

2004-04-01 Thread Abhishek Khandelwal
Hi, Is anyone working on Perl framework to test Apache httpd. We are working on different open source component and trying to integrate them. I am looking in to the perl-framework provided to test the apache 2.1 Have someone used it? Are you getting the 100% passing of all the tests? In my case,

[STATUS] (perl-framework) Wed Mar 31 23:46:16 EST 2004

2004-04-01 Thread Rodent of Unusual Size
httpd-test/perl-framework STATUS: -*-text-*- Last modified at [$Date: 2002/03/09 05:22:48 $] Stuff to do: * finish the t/TEST exit code issue (ORed with 0x2C if framework failed) * change existing tests that frob the DocumentRoot (e.g.,

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

2004-04-01 Thread Geoffrey Young
Something is not right here, Geoff. It require()s *only* if IS_MOD_PERL_2 is true. Which must have Apache::Build present. I suggest that you try to revert it and find the real cause of the problem, rather than hide it. Thanks. ah, I see what's going on. I removed all Apache stuff but

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

2004-04-01 Thread Stas Bekman
[EMAIL PROTECTED] wrote: geoff 2004/04/01 06:32:03 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: trap require Apache::Build errors - not everyone has mod_perl 2.0 installed Revision ChangesPath 1.215 +1 -1

RE: Global variables in self-written Module for Apache 2

2004-04-01 Thread Tikka, Sami
-Original Message- From: Werner Schalk [mailto:[EMAIL PROTECTED] or do I have to use something like shared memory? Yes. On apache running on unix there is a very good chance you are actually running multiple *processes* and as we remember from university operating system courses,

timefmt in mod_include

2004-04-01 Thread Zvi Har'El
Dear Apache HTTPD developers, Apache sometimes suffers from the limitations of the OS it is built on. One such limitation is that the C-library in SOLARIS doesn't have the %z time format (numeric time zone), which is a GNU extension to strftime(3). It is required to emit RFC882 conformant dates,