On Thu, 11 Apr 2002, Dwayne Miller wrote:
> Did order, allow, and deny configuration options go away on the > <Directory> directive? This is in the 2.0 docs, but I can't get it to > work. I do have a lot of the modules unloaded however. > > | <Directory /> > Order Deny,Allow > Deny from All > </Directory>| 1. Make sure mod_access is loaded. 2. Make sure you aren't overriding this with further access control directives down the tree. 3. Explain better what "I can't get it to work" means. But do it on the users mailing list rather than the development list. Joshua.