Re: A-T: httpd.conf.in

2005-01-25 Thread Stas Bekman
Oden Eriksson wrote: [...] Now I have these failed tests with mod_perl-2.0.0-RC4: Failed Test Stat Wstat Total Fail Failed List of Failed --- t/apache/content_length_header.t 255 6528027 54

Re: Apache-Test

2005-01-25 Thread Stas Bekman
Oden Eriksson wrote: But now I need to feed it with defines somehow and make it include module specific files from /etc/conf/conf.d/*.conf that should provide further info. This is tricky, but fun! If you explain what exactly do you mean, we may know how to make that easier. It is tricky due many

Re: Apache-Test

2005-01-25 Thread Oden Eriksson
tisdag 25 januari 2005 02.49 skrev Stas Bekman: Oden Eriksson wrote: But now I need to feed it with defines somehow and make it include module specific files from /etc/conf/conf.d/*.conf that should provide further info. This is tricky, but fun! If you explain what exactly do you mean,

Re: Apache2 / mod_perl1 confusion

2005-01-25 Thread Gavin Carr
On Mon, Jan 24, 2005 at 11:40:10AM -0500, Geoffrey Young wrote: Since this is a C module I'm actually just using a static TEST like this: #!/usr/bin/perl use strict; use warnings FATAL = 'all'; use Apache::TestRunPerl; Apache::TestRunPerl-new-run(@ARGV); since it's just

Re: Apache-Test

2005-01-25 Thread Stas Bekman
One thing I want to figure out is that note in README that suggests to write httpd.conf.in. Can we nuke that, or do you use that? Please leave as is. It can come handy. I for one wasn't able to get it to work as it's documented in that file. I think you said it did work for you. I didn't look

Re: Apache-Test

2005-01-25 Thread Oden Eriksson
onsdag 26 januari 2005 00.47 skrev Stas Bekman: One thing I want to figure out is that note in README that suggests to write httpd.conf.in. Can we nuke that, or do you use that? Please leave as is. It can come handy. I for one wasn't able to get it to work as it's documented in that file.