I didn't include the logs because they were pretty pointless towards the actual situation but I've included relevant sections below this time.
What happened is: Had Apache1 running on 80 Ran make test. Test Failed on "still waiting for server to warm up: ............................................................................ ............................................. the server is down, giving up after 121 secs' Shutdown Apache1. Make test passed. Regards, KAM Error Log: t/logs/error_log [Thu Jun 23 13:29:09 2005] [info] Init: Initializing OpenSSL library [Thu Jun 23 13:29:09 2005] [info] Init: Seeding PRNG with 0 bytes of entropy [Thu Jun 23 13:29:09 2005] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Thu Jun 23 13:29:10 2005] [info] Init: Generating temporary DH parameters (512/1024 bits) [Thu Jun 23 13:29:10 2005] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Thu Jun 23 13:29:10 2005] [info] Init: Initializing (virtual) servers for SSL [Thu Jun 23 13:29:10 2005] [info] Server: Apache/2.0.54, Interface: mod_ssl/2.0.54, Library: OpenSSL/0.9.7g END in modperl_extra.pl, pid=13140 [Thu Jun 23 13:29:11 2005] [info] Init: Initializing OpenSSL library [Thu Jun 23 13:29:11 2005] [info] Init: Seeding PRNG with 0 bytes of entropy [Thu Jun 23 13:29:11 2005] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Thu Jun 23 13:29:11 2005] [info] Init: Generating temporary DH parameters (512/1024 bits) [Thu Jun 23 13:29:11 2005] [info] Init: Initializing (virtual) servers for SSL [Thu Jun 23 13:29:11 2005] [info] Server: Apache/2.0.54, Interface: mod_ssl/2.0.54, Library: OpenSSL/0.9.7g [Thu Jun 23 13:29:11 2005] [notice] Apache/2.0.54 (Unix) world domination series/2.0 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/4.3.11 mod_perl/2.0.1 Perl/v5.8.6 configured -- resuming normal operations [Thu Jun 23 13:29:11 2005] [info] Server built: Jun 23 2005 09:38:32 [Thu Jun 23 13:29:11 2005] [debug] prefork.c(956): AcceptMutex: sysvsem (default: sysvsem) Make test key points: waiting 120 seconds for server to start: ok (waited 1 secs) server localhost.localdomain:8529 started server localhost.localdomain:8530 listening (filter_out_apache) server localhost.localdomain:8531 listening (TestVhost::log) server localhost.localdomain:8532 listening (TestVhost::config) server localhost.localdomain:8533 listening (TestModperl::setupenv) server localhost.localdomain:8534 listening (TestModperl::merge) server localhost.localdomain:8535 listening (TestModperl::perl_options) server localhost.localdomain:8536 listening (TestModules::proxy) server localhost.localdomain:8537 listening (TestUser::rewrite) server localhost.localdomain:8538 listening (TestProtocol::echo_bbs2) server localhost.localdomain:8539 listening (TestProtocol::echo_block) server localhost.localdomain:8540 listening (TestProtocol::echo_timeout) server localhost.localdomain:8541 listening (TestProtocol::pseudo_http) server localhost.localdomain:8542 listening (TestProtocol::echo_filter) server localhost.localdomain:8543 listening (TestProtocol::echo_nonblock) server localhost.localdomain:8544 listening (TestProtocol::echo_bbs) server localhost.localdomain:8545 listening (TestPreConnection::note) server localhost.localdomain:8546 listening (TestHooks::trans) server localhost.localdomain:8547 listening (TestHooks::hookrun) server localhost.localdomain:8548 listening (TestHooks::init) server localhost.localdomain:8549 listening (TestHooks::startup) server localhost.localdomain:8550 listening (TestHooks::stacked_handlers2) server localhost.localdomain:8551 listening (TestFilter::both_str_con_add) server localhost.localdomain:8552 listening (TestFilter::in_bbs_inject_header) server localhost.localdomain:8553 listening (TestFilter::in_bbs_msg) server localhost.localdomain:8554 listening (TestFilter::in_str_msg) server localhost.localdomain:8555 listening (TestDirective::perlmodule) server localhost.localdomain:8556 listening (TestDirective::perlrequire) server localhost.localdomain:8557 listening (TestDirective::perlloadmodule3) server localhost.localdomain:8558 listening (TestDirective::perlloadmodule5) server localhost.localdomain:8559 listening (TestDirective::perlloadmodule4) server localhost.localdomain:8560 listening (TestDirective::perlloadmodule6) server localhost.localdomain:8561 listening (TestHooks::push_handlers_anon) still waiting for server to warm up: ............................................................................ ............................................. the server is down, giving up after 121 secs [ error] failed to start server! (please examine t/logs/error_log) +--------------------------------------------------------+ | Please file a bug report: http://perl.apache.org/bugs/ | +--------------------------------------------------------+ ----- Original Message ----- From: "Geoffrey Young" <[EMAIL PROTECTED]> To: "Kevin A. McGrail" <[EMAIL PROTECTED]> Cc: <modperl@perl.apache.org> Sent: Thursday, June 23, 2005 3:32 PM Subject: Re: [mp2] Small "bug" / feature request / documentation in make test needed > > > Kevin A. McGrail wrote: > > Wow, mod perl 2.0.1's make test is slick! That way it runs httpd with a > > configuration for testing is very cool. > > that would be because of Apache-Test, available to you from your local CPAN > mirror for your personal use as well. > > > The bad part is that it just ran > > and didn't check if something else is bound on port 80. > > > > Adding a check for that would be good and adding a make test port=81 or > > something would be great. > > the tests ought to be running on several ports, starting with 8529 and > increasing by one for several virtual hosts, and in such a way that it > doesn't conflict with anything running on 80. > > can you send the output of 'make test' and possibly t/logs/error_log that > points to what the problem was? see > > http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems > > for the proper bug reporting format, specifically the part about only > including the relevant stuff and not a dump of the entire make and test > process :) > > --Geoff >