deny directive


Purpose

The deny directive affects which hosts can access a given directory with a given method.


Scope

This directive is only available within Limit sections.


Syntax

deny from host1 host2 ... hostn

host is one of the following:


File

access.conf

Default

No default applies.


Example

<Limit /u/Web>
order deny,allow
deny from all
allow from .ncsa.uiuc.edu
</Limit>
In the /u/Web directory, the server evaluates the deny directive first. So, everyone is denied. It then evaluates the allow directive, and decides to allow clients from .ncsa.uiuc.edu.


[Back] Return to access configuration overview
NCSA HTTPd Development Team / httpd@ncsa.uiuc.edu / Last Modified 7-12-95