User guide

Chapter 3: Authentication and Access Control for the Interstage HTTP Server
3-14
<Directory>
Name
<Directory>
Synopsis
<Directory directory-path> ... </Directory>
Description
Specifies the directory section only when a directive is used within the specific directory and sub-
directories of that directory.
The directory name can be specified using a relative path, wild card (? indicates a specific character, *
indicates a character string), and regular expressions.
Within the specified directory, all the directives allowed in the directory context can be used.
Context
Global context, Virtual host
Default Value
None
Order
Name
Order
Synopsis
Order order
Description
Specifies the order in which the Allow directive and the Deny directive are applied. Specifying
'deny,allow' applies the Deny directive first, then the Allow directive.
Context
Directory
Default Value
deny,allow
Module
mod_access