Directory Section End
Description
Ends a directory section which was started by the
<Directory> directive. All directives inside
a directory section apply to the current directory and subdirectories.
Parameters
No parameters are required for this directive.
Default If No Entry Found
There is no default for this directive.
Command To Change This Value
File Syntax
</Directory>
Each <Directory> entry in the
directory based configuration file
must have a matching </Directory> entry. Directory sections cannot
be nested (i.e. A directory start must be followed by a directory end before
another directory start is found).
Also See