Ogoshi wrote:

> How I can't access a directory about internet..
>
> I proved
> 
> Directory /awstats {
>       Allow from 127.0.0.1 192.168.0.0/24
> }
> 
> But the server don't run

  It's almost perfect.. you've just forgot a comma between the IPs. :-)
  By the way, you should define a handler for the directory. Try this:

===
Directory /awstats {
   Handler common
   Allow from 127.0.0.1, 192.168.0.0/24
}
===

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to