== !BeginDirectory and !EndDirectory Directives Enclose a group of directives that apply only to the named file-system directory, sub-directories, and their contents. `BeginDirectory` and `EndDirectory` are used to enclose a group of directives that will apply only to the named directory, sub-directories of that directory, and the files within the respective directories. Any directive that is allowed in a directory context may be used. Directory-path is the full path to a directory. {{{ BeginDirectory /usr/pkg/share/tewi/html ... EndDirectory }}}