Stas Bekman wrote:
> Or may be we could just:
> 
> Index: t/response/TestAPI/access2.pm
> ===================================================================
> --- t/response/TestAPI/access2.pm       (revision 225490)
> +++ t/response/TestAPI/access2.pm       (working copy)
> @@ -98,9 +98,7 @@
> 
>      <IfModule @ACCESS_MODULE@>
>          # needed to test $r->satisfies
> -        Order Deny,Allow
> -        Deny from all
> -        Allow from @servername@
> +        Allow from All

+1 - as it stands now the setup assumes that the box has no problems with
its dns settings (or other non-mod_perl things that could get in the way),
which is out of our control and not something we ought to be testing for anyway.

--Geoff

Reply via email to