Hi,
> -----Original Message-----
> 2. I added ACL like this:
> __PACKAGE__->deny_access_unless('/', sub { 0 } );
This rule also looks like it's not pointing to a private path -- maybe
'/default' would work better?
I haven't actually done a fully restricted site yet so I don't know if there
are any caveats around what I've just recommended. :)
-Brian