I just tried this test with 2.0.4 and 2.2.10 (default configuration)
and it passed.  Might be the way your have apache configured, can you
post the output of 'httpd -l'?

You could modify t/hooks/authz.t to dump out the response code -
here's how I did it:

 19 ok ! GET_OK $location, username => 'jobbob', password => 'whatever';
 20 $rc = GET $location, username => 'jabbob', password => 'whatever';
 21 use Data::Dumper;
 22 warn("rc was " . Dumper($rc));

If you can make that modification post the results back here.

On Mon, Nov 10, 2008 at 3:48 PM, Chen, Peter <[EMAIL PROTECTED]> wrote:
> Here are the results from the terminal:
>
> [warning] Skipping 'set unlimited ulimit for coredumps', since we are
> running as a non-root user on Solaris
> /home/Intranet/ssiweb/apache/bin/httpd  -d
> /home/src/perl_modules/mod_perl-2.0.4/t -f
> /home/src/perl_modules/mod_perl-2.0.4/t/conf/httpd.conf -D APACHE2
> using Apache/2.2.10 (prefork MPM)
>
> waiting 120 seconds for server to start: ...[Mon Nov 10 15:44:26 2008]
> [info] 6 Apache2:: modules loaded
> [Mon Nov 10 15:44:26 2008] [info] 0 APR:: modules loaded
> [Mon Nov 10 15:44:26 2008] [info] base server + 29 vhosts ready to run
> tests
> ............

Reply via email to