> I would like to make it possible for a site to be accessible without > password if originating from a specific IP address range, and for the > site to require a password otherwise.
You propably want to post this on a @httpd.apache.org list; dev@ or users@ :-). > Is this possible in the present Apache v2.0 codebase? Is this something > that could be considered for v2.1? Check out the 'satisfy' (any) directive which has been in apache since 1.3.something. Dw.
