can someone show me some example lines for an apache configuration file that will allow anonymous connections from 192.168.1.0/24, but prompt for a username and password from any other network? i know how to deny access from other networks, and how to prompt for a password, but i don't know how to combine the two to allow for an exception.
thanks!