Apache-Test 1.06 released

geoff on 2003-11-10T23:18:39

The URL

http://perl.apache.org/user/geoff/Apache-Test-1.06.tar.gz

has entered CPAN as

file: $CPAN/authors/id/G/GE/GEOFF/Apache-Test-1.06.tar.gz size: 94492 bytes md5: 27c7096b027fa1d477b260c54d49c455

Changes since 1.05

added -startup_timeout and $ENV{APACHE_TEST_STARTUP_TIMEOUT} as places to specify the maximum number of seconds to wait for the test server to start. the default is still 60 seconds. [Geoffrey Young]

use apxs PREFIX to resolve relative httpd.conf directives ServerRoot is not present [Mike Cramer]

add support for a new subclass method 'bug_report', which if provided will be called when 'make test' fails. we use it in mod_perl to print the pointers on how to proceed when the failure occurs. [Stas]

sudo and su -u aren't portable, therefore use a simple setuid/setguid perl program instead, to check whether the root directory of the test suite is rwx by the user/group apache is going to run under (when running 'make test' as root). [Stas]