############################################################################## # # Access control module # ############################################################################## LoadModule = mod_ac.php # ACPolicy defines the default access policy and is set to "allow" or "deny" #ACPolicy = deny # ACAllowIP and ACAllowHost let you define which remote clients you will allow # if you set the policy to "deny" #ACAllowIP = 10.0.0.* #ACAllowIP = 192.168.* #ACAllowHost = *.localdomain # ACDenyIP and ACDenyHost work the same as their Allow counterparts, but will # deny clients when the policy is set to "allow" #ACDenyHost = *.aol.com # ACBlockError is the error code thrown to denied clients (default is 403) #ACBlockError = 403 # ACBlockMessage is an optional message returned with the error page #ACBlockMessage = Go away