I'm running into a problem trying to test mod_perl. When I run make test, it looks like all the
servers are starting up properly, but the test script says it's still waiting for the server to start up.
If I suspend the make test process and just telnet to localhost 8529, the server responds the
way I would expect it to.
I also tried installing Apache::Test for CPAN and got the same results (make test is waiting
for the server to start, but it looks like everything has started fine).
There are no messages in the error_log, nothing interesting anyway.
I'm running FreeBSD 5.2 (ok, that might be the problem right there...)
I've tried mod_perl 1.99_12 and the latest in cvs with perl 5.8.1 and 5.8.3
Thanks Andrew
565 [EMAIL PROTECTED]:/usr/local/perl/cpan/build/Apache-Test-1.07$ make test
/usr/local/perl-5.8.1/bin/perl -Iblib/arch -Iblib/lib t/TEST -clean
APACHE_PORT= APACHE_USER= APACHE= APXS= APACHE_GROUP= /usr/local/perl-5.8.1/bin/perl -Iblib/arch -Iblib/lib t/TEST -bugreport -verbose=0
/usr/local/apache-2.0.48/bin/httpd -d /usr/local/perl-5.8.1/cpan/build/Apache-Test-1.07/t -f /usr/local/perl-5.8.1/cpan/build/Apache-Test-1.07/t/conf/httpd.conf -DAPACHE2
using Apache/2.0.48 (prefork MPM)
waiting 60 seconds for server to start: ok (waited 0 secs)
server localhost:8529 started
still waiting for server to warm up: 00:10^Z
[4]+ Stopped make test
566 [EMAIL PROTECTED]:/usr/local/perl/cpan/build/Apache-Test-1.07$ telnet localhost 8529
Trying ::1...
Connected to localhost.
Escape character is '^]'.
GET /
<!-- WARNING: this file is generated, do not edit
01: lib/Apache/TestConfig.pm:751
02: lib/Apache/TestConfig.pm:769
03: lib/Apache/TestConfig.pm:1061
04: lib/Apache/TestConfig.pm:1264
05: lib/Apache/TestRun.pm:436
06: lib/Apache/TestRun.pm:621
07: lib/Apache/TestRun.pm:621
08: t/TEST:49
-->
welcome to localhost:8529
Connection closed by foreign host.
567 [EMAIL PROTECTED]:/usr/local/perl/cpan/build/Apache-Test-1.07$ fg
make test
still waiting for server to warm up: 00:33^C
halting tests
server localhost:8529 shutdown
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html