Ian Holsman wrote:
Stas Bekman wrote:

Ian Holsman wrote:

1. Problem Description:

test failing.

t/api/access2....1..6


It says localhost for me.

<Location /TestAPI__access2>
    PerlAuthenHandler TestAPI::access2
    PerlResponseHandler Apache::TestHandler::ok1
    SetHandler modperl

    <IfModule mod_access.c>
        # needed to test $r->satisfies
        Order Deny,Allow
        Deny from all
        Allow from localhost
    </IfModule>

If you comment out that line:

  #  Allow from localhost

and run:

t/TEST -v t/api/access2

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to