Ogoshi wrote:
>> 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
>>}
>>===
>
> Ok, yes i'm forgot the comma,
Yeah, that was the main problem.
> But the content of directory is program awstats(awstats.pl) and I
> like that the people of inet don't see the statics. Its a similar
> that you speak yestarday to me
>
> "http://localhost/stats" --> remember you? or how you make the stats
> of your web. Can you help me?
Previous configuration works in that way.
"Allow from 127.0.0.1, 192.168.0.0/24" means: I wanna allow access
only from localhost (the server machine) and from the IP range
192.168.0.0 with a 24 bits length mask. If you aren't using that
network addresses range for your LAN just change that entry.
If you want to allow access only from the server machine use this instead:
Allow from 127.0.0.1
--
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee