On 26.07.2006 17:24, Brad Nicholes wrote: > > At this point I consider it to be a bug. This is the patch that I am > currently working on that includes the use of AUTHZ_NEUTRAL return code.
Then I will wait for this patch. > I think that if the reject condition is satisfied then the request > should definitely be denied however I don't think that reject should > ever grant authorization. I think that the correct configuration for > your example should be > > <location /> > require all granted > reject ip 127.0.0.1 > </location> +1, sounds very reasonable. > > If you wanted it to work as it is now. This would basically be the > same as > > <location /> > order allow,deny > deny from 127.0.0.1 > </location> > > under 2.2 configuration syntax Thanks for help. I have no urge to make this work. I just stumbled across while investigating another thing. Regards RĂ¼diger
