On Thu, 30 Sep 1999, Lambert, Stephen : CO IR wrote:

> <Limit GET POST>
> order allow,deny
> deny from all
> Allow from 888.888.888.888 777.777.777.777.777
> </Limit> 

Can't work: With the "order allow, deny" command, you tell httpd to
process allow first, then process deny, and override the allow settings.

You want "order deny,allow" instead.

LLaP
bero

Reply via email to