On Tue, 24 May 2005, Chris Robertson wrote:
Something like the following should work:
http_access allow manual http_access allow intercept http_access deny !authenticated http_access allow mynet
Or alternatively you can write the last two as
http_access allow mynet authenticated
Regards Henrik