On 16 Nov 2007, at 16:33, Fred Moyer wrote:
A release candidate for Apache::Test is now available:

http://people.apache.org/~phred/Apache-Test-1.30-RC1.tar.gz

Please take a moment to download, build, and report test failures or success back to the list. Thanks!


I see you're using Test::Harness::Straps. We've just recently deprecated straps in favour of the new interface provided by TAP::Harness:

http://search.cpan.org/~andya/Test-Harness-3.03/lib/TAP/Harness.pm

I'm not sure how heavy your dependence on Straps is - but you might find the new interface easier to work with.

Oh, and it works here. All test pass against httpd 2.2.6

$ uname -a
Darwin voodoo.local 9.1.0 Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386 i386

$ /usr/local/apache2/bin/httpd -V
Server version: Apache/2.2.6 (Unix)
Server built:   Nov  8 2007 18:55:42
Server's Module Magic Number: 20051115:5
Server loaded:  APR 1.2.7, APR-Util 1.2.7
Compiled using: APR 1.2.9, APR-Util 1.2.8
Architecture:   32-bit
Server MPM:     Prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=128
 -D HTTPD_ROOT="/usr/local/apache2"
 -D SUEXEC_BIN="/usr/local/apache2/bin/suexec"
 -D DEFAULT_PIDLOG="logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE="logs/accept.lock"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"

Thanks :)

--
Andy Armstrong, Hexten




Reply via email to